/*  Style For Table (css/table.css) */


table {
	text-align: center;
	border: ridge 5px #2C2CAF;
	padding: 10px;
	width: 90%;
	margin-top: 180px;
        line-height: 30px;
        display: inline-block;

}

caption {
	background-color: #ADD8E6;
	color: #0000FF;
	font-size: 22pt;
	border: solid 2px #1A1A1A;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1.5px;
}

th {
	background-color: #0000FF;
	color: white;
	text-align: center;
	padding: 2px;
	font-size: 16pt;
	border: solid 2px black;
}

td {
	padding: 2px;
	border: solid 1px black;
	font-size: 16pt;
        font-weight: bold;
        color: #ffff00;
}

  @media only screen and (max-width: 767px) {
    /* For mobile phones: */

[class*="col-"] {
        width: 100%;
		}

table {
        text-align: center;
	border: ridge 5px #2C2CAF;
	padding: 10px;
        line-height: 30px;
        width: 100%;
        display: inline-block;
}

caption {
	background-color: #ADD8E6;
	color: #0000FF;
	font-size: 22pt;
	border: solid 2px #1A1A1A;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1.5px;
}

}
