/* your styles go here */small {
	font-size: 1.6rem;
	font-weight: 200;
	color: #343434;
}
.table {
	display: table;
	border-collapse: collapse;
	width: 100%;
}

.table-row {
	display: table-row;
	border-bottom: 0.1rem solid #B0B0B0;
}

.table-cell {
	display: table-cell;
	padding: 15px;
	text-align: left;
	border-bottom: 0.1rem solid #E3E3E3;
}

.thead {
	font-family: 'Play', sans-serif;
	font-weight: 400;
	width: 12rem;
	text-align: right;
	background-color: #CCCCCC;
	color: #9E0000;
	font-size: 1.4rem;
	text-transform: uppercase;
}
.top-abst {
	margin-top: 2rem;
}
.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
}
.btn-default {
    color: #9E0000;
    background-color: #fff;
    border-color: #9E0000;
}
.btn-default:hover {
    color: #9E0000;
    background-color: #e6e6e6;
    border-color: #9E0000;
}
 @media only screen and (max-width: 800px) {

	.table {border:none;}
	
	.table-row,
	.table-cell {
	display: block;
	border-bottom: 0rem solid #9E0000;
	text-align: center;
	 }
	
	.table-row { margin-bottom: 20px; }
	.thead {
	width:100%;
	text-align:center;
}
	
}

.td-left {
	text-align: left;
	margin-top: 2rem;
	padding-left: 1rem;
	}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	line-height: 1.42857;
	vertical-align: top;
	border-top: 0px solid #DAF0F5;
}
.thumbnail {
   background-color: transparent;
	}.gross {
	color: #CCCCCC;
	font-size: 0rem;
}
