<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fl_left ul li a{
	color:#FFF;
}

.sn{
	}


@media(min-width:768px){
.sn{
	font-size:18px;
}
}

@media(min-width:992px){
.sn{
	font-size:22px;
}
}


@media(min-width:1100px){
.sn{
	font-size:30px;
}
}


#logo img.right{
float:left; 

width:auto;
	}
@media(min-width:768px){
	#logo img.right{
float:left; 
margin-right:5px;
width:12%;
	}
}

#logo h1 .sub{
	font-size:12px;
	display:block;
	color:#666666 !important;
	letter-spacing:0.4px;
	font-family: Verdana, Geneva, sans-serif;
	}

@media(min-width:768px){	
#logo h1 .sub{
	font-size:12px;
	padding:2px 0px;
	font-weight:200;
	}	
}


@media(min-width:1280px){	
#logo h1 .sub{
	font-size:15px;
	padding:2px 0px;
	font-weight:200;
	letter-spacing:0.8px;
	}	
}

.studentcorner{
	padding-bottom:10px;
	color:#666;
	}
	
.studentcorner ul{
	margin:0px;
	padding:0px;
	
	
	}
	
	

.studentcorner ul li{
	list-style-type:none;
	
	}	
.studentcorner ul li a{
		color:#156D93;
	
	
	}
	
	
.infolist li.one_third img{
	background-color:#FFF;
	padding:2px;
	}
.infolist li.one_third img:hover{
	border:1px solid #014867;
	
	}
	
.font-x3{
	width:100%;
	font-weight:100 !important;
	font-size:25px !important;
	line-height:36px;
	letter-spacing:0.5px;
	}
	
.logorgt{
	display:none;
	width:40px;
	 margin-bottom:15px;
	}

@media(min-width:768px){
.logorgt{
	
	display:inline-block;
	vertical-align:top;
	
	}
}

.topline{
	
	
	
	}
	
@media(min-width:768px){
	
	.topline{
	
	border-right:1px solid #ccc;
	padding-right:4px;
	
	}
}


.cell ul li a{
	color:#fff !important;
	
	
	}

	@media(min-width: 996px){
		div.dataTables_wrapper div.dataTables_filter label, div.dataTables_wrapper div.dataTables_length label{
		  display: inline-block;       
		}
	}
	@media(min-width: 996px){
		div.dataTables_wrapper div.dataTables_paginate ul.pagination{
			display: flex
		}
	}

	figcaption {
	    background-color: #222;
	    color: yellow;
	    font: bold 13px sans-serif;
	    padding: 5px;
	    text-align: center;
	}
	.md-v-line {
	position: absolute;
	border-left: 1px solid rgba(0,0,0,.125);
	height: 50px;
	top:0px;
	left:54px;
	}
	.btn-rounded{
		border-radius: 2.2em;
	}
	
.card{
    cursor:pointer;
}	
	
.card:hover .rdmorehover{
width: 100%;

height: 100%;


box-sizing: border-box;

display: -webkit-box;

display: -ms-flexbox;

display: flex;

-webkit-box-orient: vertical;

-webkit-box-direction: normal;

-ms-flex-flow: column wrap;

flex-flow: column wrap;

-webkit-box-pack: end;

-ms-flex-pack: end;

justify-content: flex-end;

text-align: center;

background:rgba(000,000,000, 0.1);

position: absolute;

top: 0;

left: 0;

z-index: 2;

transition: all .4s;
	    
	}
.btn-rounded {
    -webkit-border-radius: 10em;
    border-radius: 10em;
}
	</pre></body></html>