@charset "utf-8";

table {
	min-height: 200px;
	border: 1px solid #E1E1E1;
	border-radius: 2px;
	margin-right: 0;
	margin-bottom: 30px;
}

@media only screen and (max-width: 999px)
		{table {min-height: 220px;}}

@media only screen and (max-width: 849px)
		{table {min-height: 250px;}}

@media only screen and (max-width: 810px)
		{table {min-height: 280px;}}

@media only screen and (max-width: 778px)
		{table {min-height: 100px; margin-bottom: 5px;}}

th {
	background-color: #234857;
	text-align: center;
	padding-bottom: 25px;
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
	color: white;
	font-size: 16px;
}

@media only screen and (max-width: 991px)
		{th {font-size: 13px;}}
		
@media only screen and (max-width: 921px)
		{th {font-size: 12px;}}

@media only screen and (max-width: 778px)
		{th {font-size: 14px;}}
		
@media only screen and (max-width: 319px)
		{th {font-size: 12px; padding-top: 10px; padding-bottom: 30px;}}

th a:link {
    color: #fff; 
}

tr a:hover {
    color: #e1262f;
}

td {
	color: black;
    font-size: 13px;
	padding: 10px;
	text-align: left;
}

tr {
	background-color: white;
}

tr:nth-child(even) {
    background: #e9e9e9;
}

#list {
	max-width: 1200px;
	box-shadow: none;
	border-collapse: separate;
    border-spacing: 2px;
	border-radius: 2px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}

@media only screen and (max-width: 319px)
		{#list {border-spacing: 1px;}}

#list th {
	background-color: #244854;
	border: 1px solid #e9e9e9;
	text-align: center;
	padding: 10px;
	color: white;
	font-weight: normal;
}

#list td {
	border: 1px solid #e9e9e9;
	text-align: left;
	padding: 10px;
	color: black;
}

#list tr {
	background-color: white;
}

#list tr:nth-child(even) {
    background-color: white;
}

#list tr:hover {background-color:#f7f7f7; box-shadow:0 2px 15px rgba(0, 0, 0, 0.30);}
#list tr:hover div span {opacity:1;}

.row:after {
    content: "";
    clear: both;
    display: block;
}

.bar {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bar p {
	background-color: white;
	border: 1px solid #E1E1E1;
	padding: 20px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: -12px;
	min-height: 145px;
	color: black;
	font-size: 13px;
	text-align: left;
}

@media only screen and (max-width :689px) {
.bar p {min-height: 0;}}

@media only screen and (max-width :259px) {
.bar p {margin-right: 0; margin-left: 0;}}

.bar h3 {
	background-color: #244854;
	padding: 10px;
	border-radius: 2px;
	border: 5px solid white;
	color: white; 
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0;
	min-height: 70px;
}

@media only screen and (max-width :1189px) {
.bar h3 {min-height: 0;}}

@media only screen and (max-width :259px) {
.bar h3 {margin-right: 0; margin-left: 0;}}

.bar h4 {
	margin-left: 5px;
	margin-right: 5px;
}

.bar a:link {
    font-size: 12px; 
}

@media only screen and (max-width :319px) {
.bar a:link {font-size: 11px;}}

@media only screen and (min-width :1189px) {
.bar {width: 24.9999%;}}

@media only screen and (min-width :690px) and (max-width :1189px) {
.bar {width: 49.9999%;}}

.bar2 {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media only screen and (min-width :779px) {
.bar2 {width: 33.3333%;}}

@media only screen and (min-width :993px) {
.bar2 {width: 33.3333%;}}

.bar p:hover {
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
