.blue { color: #185875; }
.yellow { color: #FFF842; }

.containers th h1 {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #000;
	margin: 0px;
}

.containers td {
	font-weight: 600;
	font-size: 15px;
	-webkit-box-shadow: 0 2px 2px -2px #0E1119;
	-moz-box-shadow: 0 2px 2px -2px #0E1119;
	box-shadow: 0 2px 2px -2px #0E1119;
}
th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: -internal-center;
}
.containers {
	text-align: center;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	display: table;
	color: #000;
	font-size: 12.5px;
}

.containers td, .containers th {
	padding-bottom: 1.5%;
	padding-top: 1.5%;
	padding-left:0.5%;  
	padding-right:0.5%;  
}

/* Background-color of the odd rows */
.containers tr:nth-child(odd) {
	background-color: #323C50;
}

/* Background-color of the even rows */
.containers tr:nth-child(even) {
	background-color: #2C3446;
}

.containers th {
	/*background-color: #1F2739;*/
	background-color:#F78787;
}

.containers td:first-child { color: #FB667A; }

.containers tr:hover {
	background-color: #464A52;
	-webkit-box-shadow: 0 6px 6px -6px #0E1119;
	-moz-box-shadow: 0 6px 6px -6px #0E1119;
	box-shadow: 0 6px 6px -6px #0E1119;
}
/* table {
	border-collapse: separate;
	border-spacing: 2px;
} */
.containers td:hover {
	background-color: #FFF842;
	color: #403E10;
	font-weight: bold;
	box-shadow: #7F7C21 -1px 1px, #7F7C21 -2px 2px, #7F7C21 -3px 3px, #7F7C21 -4px 4px, #7F7C21 -5px 5px, #7F7C21 -6px 6px;
	transform: translate3d(6px, -6px, 0);
	transition-delay: 0s;
	transition-duration: 0.4s;
	transition-property: all;
	transition-timing-function: line;
}
/* th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: -internal-center;
} */
.table td, .table th{padding: .3rem;font-size: 13px;border-bottom:none;border-top: none;}
.row_head th{border: 2px solid #000;font-size: 13px;text-align: left;}
.last_row{border: 2px solid #000;background:#f78787;font-weight:bold;}
.irr_p{text-align: center;font-weight: bold;margin: 15px 0px;}

@media (max-width: 800px) {
.containers td:nth-child(4),
.containers th:nth-child(4) { display: none; }
}