@font-face {
    font-family: "myFont";
    src: url("../fonts/Lbrite.ttf");
}
@font-face {
    font-family: "hindiFont";
    src: url("../fonts/Kruti_Dev_070_Wide.ttf");
}
body {
    background: #EEEEEE;
}
header111 {
    background-image: url("../imgs/headerbg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.webtitle {
    font-family: "myFont";
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}
.hindititle {
    font-family: "hindiFont";
    font-size: 32px;
}
.marquee {
    margin: 0px auto;
    width: 320px;
    overflow: hidden;
    font-family: "myFont";
    font-weight: bold;
    font-size: 22px;
    color: #444;
}
.container {
    max-width: 1050px;
}
.nolrpadding {
    padding-left:15px; 
    padding-right: 15px;
}
.lrpadding {
    padding-left: 0px;
    padding-right: 0px;
}
.imglogo {
    width: 150px;
    height: 120px;
}

.tblresult th, .tblresult td {
    color: #fff; 
    font-size: 38px; 
    font-weight: bold; 
    text-align: center;
}
td.tdres {
    font-size: 50px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.tblicon {
    width: 100%;
    margin: 5px auto;
}
.imgicon {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}
.tblcard {
    margin: 5px auto;
}
.cheader {
    padding: .2rem .5rem; 
    line-height: 30px; 
    font-weight: bold;
    font-size: 22px;
}