@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'lobster_1.4regular';
    src: url('../fonts/lobster_1.4-webfont.eot');
    src: url('../fonts/lobster_1.4-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lobster_1.4-webfont.woff2') format('woff2'),
         url('../fonts/lobster_1.4-webfont.woff') format('woff'),
         url('../fonts/lobster_1.4-webfont.ttf') format('truetype'),
         url('../fonts/lobster_1.4-webfont.svg#lobster_1.4regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
td {
  padding: 15px !important;
  text-align: left !important;
  line-height:30px !important;
}
#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #068587;
  color: white;
}
body{
	background-color: #fc9a35;
	font-family: Calibri;
	font-size:18px;
}
#main{
	height: auto;
	width: 1024px;
	background-color: #FFF;
	margin:0 auto;
}
.text-center{
    text-align:center !important;
}
.header-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header-col-left, .header-col-right{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.header-col-center{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.header-col-left, .header-col-center, .header-col-right{
    position: relative;
    width: 100%;
    min-height: 1px;
}
#head-title h2 {
    font-family: Calibri;
    font-size: 30px;
    font-style: italic;
    color: #005561;
    margin: 5px -60px;
}
#quiz-box{
	line-height:15px;
	padding-top:10px;
	margin-bottom:15px;
}
#quiz-box p{
	color: #fc9a35;
    font-family: "lobster_1.4regular";
    font-size: 24px;
    margin:0;
    line-height:28px;
}
#quiz-box p.quiz-box-year{
    font-family: Calibri;
    font-size: 19px;
    color:#005561;
    line-height:22px;
    font-family: "lobster_1.4regular";
}
#kaveri-logo img{
    margin-top:70px;
}
#mkcl-logo img{
    max-width:140px;
    height:auto;
    margin-top:90px;
}
#cont{
    padding:0 30px;
}
#nav{
	background-color: #005561;
	height: 48px;
	margin-top:10px;
}
#nav ul{
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav ul li{
	float: left;
	list-style-type: none;
	margin-left: 25px;
	
}
#nav ul li a{
	font-family: Calibri;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	padding-left:10px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 15px;
}
#nav ul li a:hover{
	color: #005561;
	background-color: #FC9A35;
}
#footer{
	font-family: Calibri;
	font-size: 12px;
	background-color: #F8F8FF;
	color: #333;
	text-align: center;
	height: auto;
	width: 1024px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.bx-wrapper{
    width:50%;
    margin:0 auto 50px;
}
.pdf-embed{
    text-align:center;
    margin-top:30px;
}
embed{
    margin:0 auto;
}
#footer a{
	text-decoration: none;
	color: #333;
}
.big-text{
    font-size:20px;
    font-weight:500;
    text-align:center;
}
.tabcontent{
    padding-bottom:5px;
    margin-bottom:25px;
    border-bottom:1px solid #ccc;
}

.results-div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.results-left, .results-right{
   /* -webkit-box-flex: 0;
    -ms-flex: 0 0 49%; */
    flex: 0 0 49%;
    max-width: 49%;
}
.results-div table{
    width:100%;
    border:1px solid #ccc;
}
.results-div table td, .results-div table th{
    border:1px solid #ccc;
    padding:3px 10px;
}

.general-table{
    margin:20px auto;
}
.general-table th, .general-table td{
    padding:5px 12px;
}

@media only screen and (max-width: 650px) {
  #head-title h2 {
    margin: 5px 0px;
  }
}