<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* * * * * * *      S T Y L E    S H E E T S       * * * * */

body {
	magin: 0;
	font-family: Arial,Times,Serif;
}
/* Header */
header {
    width: 100%;
    text-align: center;
    background-color: #F8F8F8;
    box-shadow: 0 1px 2px #969696;
}
#scbt {
    width: 28px;
    height: 28px;
    margin-top: 7px;
    margin-left: -35px;
    border: 0;
    outline: none;
    background-color: #e6e6e6;
    background-image: url(../images/q.png);
    position: relative;
    float: left;
    text-indent: -9999px;
}
#scip {
    font-size: 17px;
    width: 290px;
    height: 39px;
    padding: 0 32px 0 10px;
    margin: 1px 0 3px 5px;
    border: 1px solid #999;
    border-radius: 8px;
    outline: none;
    background-color: #e6e6e6;
    position: relative;
    float: left;
    font-family: calibri;
}
#search {
    width: 300px;
    height: 35px;
	margin-top: 10px !important;
	margin-bottom: 18px !important;
}
.ad_banner {
    max-width: 900px;
    min-height: 90px;
    border: 0;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
/* Width */
.big-container {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.new-col {
	padding-right: 0;
	padding-left: 0;
}
/* Table */
.bg-gray {
    color: #006699;
    font-weight: bold;
    font-size: 17px;
    text-transform: capitalize;
}
.bg-sky {
	background-color: #29B6F6;
}
.f-18 {
	font-size: 18px;
}
.f-26 {
	font-size: 26px;
} 
.border {
	box-shadow: 1px 1px 2px #969696;
}
.red {
	color: #cc3300
}
.bg-info th {
	font-family: tahoma;
}
.cali-thin {
	font-family: calibri;
	font-weight: 300;
}
#updtdisabled {
	background: #F37B50;
	color: #fff;
	font-family: calibri;
	font-weight: 600;
	border: 0;
	padding: 7px 21px;
	border-radius: 7px;
	font-size: 18px;
	vertical-align: top;
}
#updtdisabled:hover {
	background: #29B6F6;
	color: #fff;
	cursor: pointer;
}
.valuation {
    width: 35%;
    font-size: 22px;
    color: #069;
    font-weight: 700;
    vertical-align: bottom !important;
    padding-bottom: 0 !important;
}
td {
	font-size: 14px;
	
}
th {
	padding: .25rem !important;
}
.tb-hov:hover {
    background-color: #eaf0f3;
}
.note, .note a {
    font-size: 10px;
    color: gray;
}
/* Footer */
#bottombox {
    width: 100%;
    min-height: 50px;
    padding: 10px 0;
    text-align: center;
    box-shadow: 0 -1px 1px #e1e1e1;
	font-size: 14px;
}

@media only screen and (min-width: 768px) {
  #right-area {
	  position: relative;
	  left: 35%;
  }
  #left-area {
	  position: relative;
	  right: 65%;
  }
}
.demoTable {
	font-size: 15px;
}

.demoTable td {
	border-bottom: 1px solid #eee;
}

.demoTable .last td {
	border-bottom: none;
}

.demoTable td {
	padding: 2px 0;
}

.demoTable td.title {
	color: #494949;
	width: 157px;
}

.demoTable a:link,.demoTable a:visited {
	text-decoration: none;
}

.demoTable a:hover,.demoTable a:active {
	text-decoration: none;
}























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