<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
    /*background-image: url("../Images/college.png");*/
    /*text-shadow: 1px 1px 10px rgba(150, 150, 150, 1);*/
    background-attachment: fixed;
    background-size: 100% auto;
    font-family: 'Ubuntu', sans-serif;
}

.container {
    /*background-color: #f2f2f2;*/
    height: auto;
    padding: 20px;
    margin-top: 20px;
    box-shadow: 2px 2px 10px #888888;
    border-radius: 4px;
}

#headerCont {
    /*height: 150px;*/
    border-radius: 4px;
}

.logo {
    height: 130px;
    text-align: center;
    margin: auto;
}

h2 {
    text-align: center;
}


@media screen and (max-width: 767px) {
    .sidenav {
        height: auto;
        padding: 15px;
    }
    .row.content {height:auto;}
}

.title {
    font-size: 14px;
    font-style:oblique;
    margin-right: 5px;

}

.text {
    font-size: 14px;
    font-weight:bold;
    margin-right: 5px;
}

table {
color: #333;
font-family: Helvetica, Arial, sans-serif;
width: 640px;
border-color:dodgerblue;
border-width:thin;
}

td, th {
border: 1px solid transparent; 
height: 30px;
transition: all 0.3s; 
}

th {
background: #DFDFDF; 
font-weight: bold;
text-align:center;
}

td {
background: #FAFAFA;
text-align: center;
}

tr:nth-child(even) td { background: #ecf0f6; }  

tr:nth-child(odd) td { background: #FEFEFE; } 

tr:hover { background: #666; color: #066E8B; } 

.contact-info {
    border: solid;
    border-color: #5cb85c; 
    padding: 10px; 
    border-width: 1px
}
.line-main {
    border: solid;
    border-color: #5cb85c;  /* old #066E8B;*/
    padding: 0px; 
    border-width: 0.5px;
    width: 100%;
}
.line {
    border: solid;
    border-color: #5cb85c;
    padding: 0px; 
    border-width: 0.5px;
    width: 100%;
}

.line-black {
    border: solid;
    border-color: black;
    border-width: 0.5px;
    width: 100%;
}

.underline{
    text-decoration:underline;
}

.line-text {
    padding-left: 10px;
    padding-top: 5px;
}
.break-line {
    height: 10px;
    width: 100%;
}

.jsgrid-header-row .text-danger, 
.jsgrid-filter-row .text-danger
{
    color: black;
}

</pre></body></html>