body {margin: 0; padding: 0; overflow-x: hidden; font-family: 'Roboto Condensed', sans-serif; font-size: 16px; line-height: 20px;}

ul li {list-style-type: none;}
a {text-decoration: none;}
a:hover {text-decoration: none;}


.btn {
	border: 0;
	display: inline-block;
	padding: 3px 15px;
	color: #df1026;
	font-weight: 600;
	transition: all 0.2s;
	cursor: pointer;
}

.btn:hover {
	background: #df1026;
	color: #fff;
}

.btn:after {
	content: '';
	display: inline-block;
	height: 2px;
	width: 50px;
	background: #df1026;
	border: 0;
	position: absolute;
	margin-top: 15px;
	margin-left: 10px;
	transition: all 0.2s;
	display: none;
}

.btn:hover:after {
	width: 0px;
}



.item-page {
  padding: 20px;
  background: #fff;
}

.item-page table tr th,
.item-page table tr .th,
.item-page table tr .th:hover
{
	border: 1px solid #fff !important;
	background: #DF0F25 !important;
	color: #fff !important;
	padding: 3px !important;
	text-align: center !important;
	font-weight: 600 !important;
}

.item-page table tr td {
	border: 1px solid #e6e6e6;
	padding: 3px;
	text-align: center;
}

.item-page table tr:nth-child(2n) td {
	 background: #f7f7f7;
}

.item-page table tr td:hover {
	background: #fff;
}