<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Avenir Book';
    src: url('../fonts/Avenir-Book.eot');
    src: url('../fonts/Avenir-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Avenir-Book.woff2') format('woff2'),
        url('../fonts/Avenir-Book.woff') format('woff'),
        url('../fonts/Avenir-Book.ttf') format('truetype'),
        url('../fonts/Avenir-Book.svg#Avenir-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Avenir LT Std Black';
    src: url('../fonts/AvenirLTStd-Black.eot');
    src: url('../fonts/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirLTStd-Black.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Black.woff') format('woff'),
        url('../fonts/AvenirLTStd-Black.ttf') format('truetype'),
        url('../fonts/AvenirLTStd-Black.svg#AvenirLTStd-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir LT Std Roman';
    src: url('../fonts/AvenirLTStd-Roman.eot');
    src: url('../fonts/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirLTStd-Roman.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Roman.woff') format('woff'),
        url('../fonts/AvenirLTStd-Roman.ttf') format('truetype'),
        url('../fonts/AvenirLTStd-Roman.svg#AvenirLTStd-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?n85q53');
  src:  url('../fonts/icomoon.eot?n85q53#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?n85q53') format('truetype'),
    url('../fonts/icomoon.woff?n85q53') format('woff'),
    url('../fonts/icomoon.svg?n85q53#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pre:before {
  content: "\e903";
}
.icon-table-arrow:before {
  content: "\e900";
}
.icon-arrow:before {
  content: "\e901";
}
.icon-search:before {
  content: "\e902";
	color:#fff;
}


.qt-sec{
	float:left;
	width:100%;
	padding:20px;
	border:2px solid #e71d29;
}
.stk-val-sec{
	float:left;
	width:100%;
}
.stq-val{
	font-family: 'Avenir LT Std Black';
	font-size:36px;
	font-weight:bold;
	color:#000;
	float:left;
	width:50%;
	
}
.priceUp:after {
    content: "";
    background: url(../images/priceUp.png) no-repeat;
    width: 19px;
    height: 19px;
    display: inline-block;
    margin-left: 5px;
	position:relative;
	top:-15px;
}

.priceDown:after {
    content: "";
    background: url(../images/priceDown.png) no-repeat;
    width: 19px;
    height: 19px;
    display: inline-block;
    margin-left: 5px;
	position:relative;
	top:-15px;
}

.stk-chg{
	font-family: 'Avenir Book';
    float: left;
    width: 50%;
    font-size: 16px;
    color: #000;
    position: relative;
    top: 18px;
    /*left: -19px;*/
	text-align:right;
}

.stk-code-sec{
	float:left;
	width:50%;
	padding-right:2%;
}
.stk-code{
	font-family: 'Avenir Book';
	font-size:17px;
	color:#000;
	margin-top:16px;
}

.high-low-sec{
	float:left;
	width:50%;
	text-align:right;
	
}

.stk-high span, .stk-low span{
	font-family: 'Avenir Book';
	font-size:17px;
	color:#000;
}

.stk-high{
	font-family: 'Avenir LT Std Black';
	font-size:30px;
	color:#239e74;

}
.stk-low{
	font-family: 'Avenir LT Std Black';
	font-size:30px;
	color:#e30000;
}
.eod{
	float:left;
	width:100%;
	font-family: 'Avenir Book';
	font-size:14px;
	color:#868686;
	margin-top:23px;
}


@media(max-width:398px){
	.stq-val {
    font-family: 'Avenir LT Std Black';
    font-size: 32px;
    font-weight: bold;
    color: #000;
    float: left;
    width: 50%;
}
	
}



@media(max-width:380px){
	
.stq-val {
    font-family: 'Avenir LT Std Black';
    font-size: 24px;
    font-weight: bold;
    color: #000;
    float: left;
    width: 50%;
}	
.stk-chg {
    font-family: 'Avenir Book';
    float: left;
    width: 50%;
    font-size: 16px;
    color: #000;
    position: relative;
    top: 5px;
    /* left: -19px; */
    text-align: right;
}

	.stk-code {
    font-family: 'Avenir Book';
    font-size: 15px;
    color: #000;
    margin-top: 16px;
}

.priceUp:after {
    content: "";
    background: url(../images/priceUp.png) no-repeat;
    width: 19px;
    height: 19px;
    display: inline-block;
    margin-left: 5px;
	position:relative;
	top:-15px;
}

.priceDown:after {
    content: "";
    background: url(../images/priceDown.png) no-repeat;
    width: 19px;
    height: 19px;
    display: inline-block;
    margin-left: 5px;
	position:relative;
	top:-15px;
}

.stk-code-sec {
    float: left;
    width: 50%;
    padding-right: 2%;
}
.stk-code {
    font-family: 'Avenir Book';
    font-size: 15px;
    color: #000;
    margin-top: 14px;
}
.stk-high {
    font-family: 'Avenir LT Std Black';
    font-size: 26px;
    color: #239e74;
}
.stk-low {
    font-family: 'Avenir LT Std Black';
    font-size: 26px;
    color: #e30000;
}
	
}</pre></body></html>