<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 */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&amp;display=swap');

body{
	font-family: 'Roboto', sans-serif;
	font-size:14px;
}

.fr{
	float:right;
}

.mt25{
	margin-top:25px !important;
}
.mb25{
	margin-bottom:25px;
}
.pr30{
	padding-right:30px;
}
.mt0{
	margin-top:0 !important;
}

h2{
	font-size:30px;
	font-weight:bold;
	line-height:30px;
	color:#474747;
	text-transform:uppercase;
	margin-bottom:0;
	margin-top:0;
}


.btn-sec{
	float:left;
	width:100%;
	
}

a.vm-btn, .vm-btn, .btn-primary, .ClsButton{
	display:inline-block;
	padding:10px 28px;
	background:#fe0000;
	border-radius:6px;
	color:#fff !important;
	text-align:center;
	font-size:14px !important;
	text-transform:capitalize;
	border:none;
	height:auto !important;
	width:auto !important;
	font-weight:normal !important;
}
a.vm-btn:hover, .vm-btn:hover, .btn-primary:hover, .ClsButton:hover{
	display:inline-block;
	padding:10px 28px;
	background:#fe0000;
	border-radius:6px;
	color:#fff;
	text-align:center;
	font-size:14px !important;
	text-transform:capitalize;
	height:auto !important;
	width:auto !important;
	font-weight:normal !important;
	
}

.btn-primary:active, .btn-primary.active, .open &gt; .dropdown-toggle.btn-primary{
	display:inline-block;
	padding:10px 28px;
	background:#fe0000;
	border-radius:6px;
	color:#fff;
	text-align:center;
	font-size:14px;
	text-transform:capitalize;
	font-weight:normal !important;
	
}
.btn-primary:focus, .btn-primary.focus{
	display:inline-block;
	padding:10px 28px;
	background:#fe0000;
	border-radius:6px;
	color:#fff;
	text-align:center;
	font-size:14px;
	text-transform:capitalize;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open &gt; .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open &gt; .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open &gt; .dropdown-toggle.btn-primary.focus{
	display:inline-block;
	padding:10px 28px;
	background:#fe0000;
	border-radius:6px;
	color:#fff;
	text-align:center;
	font-size:14px;
	text-transform:capitalize;
	border:none;
	outline:none;
	
}

a{
	color:#fe0000;
	text-decoration:none;
}

a:hover, a:hover, a:focus{
	color:#000;
	text-decoration:none;
}


/*============================================================================
STOCK SECTION CSS STARTS HERE
==============================================================================*/

.stock-price{
	margin-bottom:50px;
}

.stq-main{
	padding-left:0;
}

.sec-title{
	font-family: 'Roboto', sans-serif;
	float:left;
	width:100%;
	margin-bottom:32px;
	margin-top:50px;
}

.stk-title{
	font-size:18px;
	line-height:18px;
	font-weight:bold;
	color:#fe0000;
	text-transform:uppercase;
}
.sp-left-img{
	padding-left:0 !important;
	padding-right:20px;
}
.sp-right-sec{
	padding-left:20px;
}


.stk-qt-val-sec{
	float:left;
	width:100%;
	margin-bottom:20px;
}

.stk-val{
	float:left;
	width:53%;
	margin-right:20px;
	font-size:60px;
	line-height:60px;
	color:#000;
	font-weight:bold;
}
.stk-val span{
	font-size:30px;
	line-height:30px;
	color:#000;
	font-weight:bold;
	margin-right:10px;

}

.stk-chg{
	float:left;
	width:40%;
	font-size:18px;
	line-height:18px;
	font-weight:bold;
	color:#000;
	margin-top:30px;
}
.prcUp, .prcUp span {
	color:#00c800 !important;
}

.prcDown, .prcDown span{
	color:#ff2222 !important;
}

.ohlv-sec{
	float:left;
	clear:both;
	width:100%;
}
.oh-row, .vl-row{
	float:left;
	width:100%;
	margin-bottom:25px;
}
.open, .high, .vol, .low{
	color:#898888;
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	text-transform:capitalize;
}

.high span {
	color:#00c800 !important;
}

.low span{
	color:#ff2222 !important;
}

.open, .vol{
	float: left;
    width: 59%;
	
}







.eod{
	float:left;
	clear:both;
	width:100%;
	font-size:14px;
	line-height:14px;
	font-weight:normal;
	color:#000;
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom:30px;
}


/*============================================================================
KEY HIGHLIGHTS CSS STARTS HERE
==============================================================================*/

.key-high-sec{
	margin-bottom:50px;
}

.key-rev, .key-ta, .key-eps{
	text-align:center;
}
.key-icon{
	text-align:center;
	margin-bottom:18px
}
.key-title{
	font-size:18px;
	line-height:18px;
	color:#df0404;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:20px;
}
.key-val{
	font-size:48px;
	line-height:48px;
	color:#474747;
	font-weight:bold;
	margin-right:5px;
}

.key-val span{
	font-size:30px;
	line-height:30px;
	color:#474747;
	font-weight:600;
}

/*============================================================================
	BURSA ANNOUNCEMENTS SECTION STARTS HERE
==============================================================================*/

.ann-img img{
	display:none;
}
.ann-img{
	background:url(../images/ba-sec-img.jpg) no-repeat;
	background-position:center center;
	background-size:cover;
	min-height:661px;
	
}
.annouc-container{
	padding-right:25px;
}

.bursa-ann-sec{
	margin-bottom:50px;
}

.ann-item{
	margin-bottom:30px;
	width:100%;
	float:left;
}

.ba-cal{
	padding:37px 29px;
	background:#fe0000;
	color:#fff;
	float:left;
	width:20%;
}
.ba-date{
	font-size:32px;
	line-height:32px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	max-height:122px;
}
.ba-month{
	font-size:16px;
	font-weight:bold;
	line-height:16px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	
}

.ba-link{
	background:#f0eeee;
	padding:25px 20px;
	float:left;
	width:80%;
	max-height:122px;
	display:table;
	
}
.ba-link a{
	font-size:18px;
	line-height:18px;
	color:#000;
	font-weight:bold;
	height:73px;
	display:table-cell;
	vertical-align:middle;
	
}
.ann-list{
	margin-bottom:50px;
}


/*============================================================================
	REPORTS SECTION CSS STARTS HERE
==============================================================================*/


.rprt-left-img img{
	display:none;
}



.rprt-left-img{
	background:url(../images/report-sec-img.jpg) no-repeat;
	background-position:center center;
	background-size:cover;
	min-height:670px;
	
}

.reports-container{
	padding:0 25px;
}

.reports-sec{
	float:left;
	width:100%;
	background:#f7f1f1;
	margin-bottom:0px
}

.rprt-left-img{
	padding-left:0 !important;
}
.rprt-right-sec{
	background:#f7f1f1;

}


.report-box{
	border-bottom:1px dashed #959595 !important;
	padding:15px 0;
	margin:0 30px;
}

/*.report-box:nth-last-child(2){
	border-bottom:none !important;
	padding:15px 0;
	margin:0 30px;
}
*/
.report-box h4
{
	display:inline-block;
	color:#505050; 
	font-size:22px;
	margin:6px 0px 0px;
	
}
.report-box .reports-buttons
{
	display:inline-block; float:right;
}
.report-box .reports-buttons .more-button
{
	margin-right:20px;
}
.report-box .reports-buttons a
{
	color:#666;
}







/*.z-tabs.horizontal &gt; ul &gt; li {
    float: left;
    width: 150px !important;
    text-align: center;
	
}
.z-tabs.horizontal &gt; ul &gt; li:last-child {
    float: left;
    width: 152px !important;
    text-align: center;
	
}*/


.z-tabs.horizontal &gt; ul &gt; li {
    float: left;
    width: 25% !important;
    text-align: center;
	
}
.z-tabs.horizontal &gt; ul &gt; li:last-child {
    float: left;
    width: 25% !important;
    text-align: center;
	
}
.pp-tabs .z-tabs.horizontal &gt; ul &gt; li, .pp-tabs .z-tabs.horizontal &gt; ul &gt; li:last-child
{
	width:auto !important;
}
.pp-tabs .z-tabs.underlined.horizontal &gt; ul &gt; li &gt; a
{
	padding:12px !important;
}

.z-tabs.horizontal.responsive &gt; ul.z-tabs-desktop &gt; li &gt; a {
    margin: 0 0px 0 0 !important;
}

.z-tabs ul li a
{
	background-color:#dad7d7;
	color:#878484 !important;
	
    font-size: 16px;
	font-weight:bold;
	/*padding: 12px 40px !important;*/
	padding: 12px 3px !important;
	border-right:2px solid #fff;
	box-shadow:none !important;
}

.z-tabs ul li a:hover, .z-tabs ul li.z-active a{
	background-color:#ff0000 !important;
	color:#fff !important;
}


.z-tabs ul li:first-child a
{
	margin-left:0px;
	background-color:#dad7d7;
}
.z-tabs ul li:nth-child(2) a
{
	background-color:#dad7d7 !important;
}

.z-tabs ul li:nth-child(2) a:hover, .z-tabs ul li:nth-child(2).z-active a
{
	background-color:#ff0000 !important;
	color:#fff !important;
}





.z-tabs ul li:nth-child(3) a
{
	background-color:#dad7d7 !important;
	 /* pointer-events: none !important;*/
   cursor: default;
}

.z-tabs ul li:nth-child(3) a:hover, .z-tabs ul li:nth-child(3).z-active a
{
	background-color:#ff0000 !important;
	color:#fff !important;
	/* pointer-events: none !important;*/
   cursor: default;
}



.z-tabs ul li:nth-child(4) a
{
	background-color:#dad7d7 !important;
	border-right:none;
	  /*pointer-events: none !important;*/
   cursor: default;
}
.z-tabs ul li:nth-child(4) a:hover, .z-tabs ul li:nth-child(4).z-active a
{
	background-color:#ff0000 !important;
	color:#fff !important;
	/*  pointer-events: none !important;*/
   cursor: default;
}

#tabbed-nav
{
	margin-top:45px;
	background: #e6e5e5;
	padding-bottom:45px;
}
.z-tabs ul li.z-active a
{
	
}

.z-tabs &gt; ul &gt; li &gt; a i {
	display:block;
	width:50px;
	height:63px;
	margin:0 auto 15px auto;
	
}

.pp-img:before{
	content:'';
	background:url(../images/prsp-icon.png) no-repeat;
	width:50px;
	height:63px;
	display:block !important;
	text-align:center;
	
}
.z-tabs ul li a:hover .pp-img:before, .z-tabs ul li.z-active .pp-img:before{
	content:'';
	background:url(../images/prsp-icon-hover.png) no-repeat;
	width:50px;
	height:63px;
	display:block !important;
	text-align:center;
	color:#fff;
}


.ar-img:before{
	content:'';
	background:url(../images/ar-icon.png) no-repeat;
	width:50px;
	height:63px;
	display:block !important;
	text-align:center;
	
}
.z-tabs ul li a:hover .ar-img:before, .z-tabs ul li.z-active .ar-img:before{
	content:'';
	background:url(../images/ar-icon-hover.png) no-repeat;
	width:50px;
	height:63px;
	display:block !important;
	text-align:center;
	color:#fff;
}


.qr-img:before{
	content:'';
	background:url(../images/qr-icon.png) no-repeat;
	width:50px;
	height:63px;
	display:block !important;
	text-align:center;
	
}
.z-tabs ul li a:hover .qr-img:before, .z-tabs ul li.z-active .qr-img:before{
	content:'';
	background:url(../images/qr-icon-hover.png) no-repeat;
	width:50px;
	height:63px;
	display:block !important;
	text-align:center;
	color:#fff;
}

.cl-img:before{
	content:'';
	background:url(../images/circular-icon.png) no-repeat;
	width:50px;
	height:63px;
	display:block !important;
	text-align:center;
	
}
.z-tabs ul li a:hover .cl-img:before, .z-tabs ul li.z-active .cl-img:before{
	content:'';
	background:url(../images/circular-icon-hover.png) no-repeat;
	width:50px;
	height:63px;
	display:block !important;
	text-align:center;
	color:#fff;
}


.rpt-download-icon:before{
	content:'';
	background:url(../images/report-download.png) no-repeat;
	width:27px;
	height:27px;
	display:inline-block !important;
	text-align:center;
}

.rpt-view-icon:before{
	content:'';
	background:url(../images/report-view.png) no-repeat;
	width:30px;
	height:14px;
	display:inline-block !important;
	text-align:center;
}




/*-===========================================
hide tab4
=========================================*/


/*.z-tabs ul li:nth-child(4){
	
	 pointer-events: none !important;
   cursor: default;
}*/




/*============================================================================
		IR NEWS ALERTS AND CONTACT SECTION CSS STARTS HERE
==============================================================================*/


.news-alert{
	padding-right:20px;
}
.ir-cont{
	padding-left:20px;
}

.ir-cont-sec{
	margin-bottom:50px;
}
.ir-cont-img{
	position:relative;
	top:-30px;
	padding-right:0;

}

.nl-sub{
	font-size:18px;
	line-height:18px;
	font-weight:500;
	margin-bottom:15px;
}

.ir-cont-main{
	float:left;
	width:100%;
	padding-left:55px;
}
.re-adj{
	margin-top:0;
	
}


.form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #474747;
    background-color: #fff;
    background-image:none;
    border: 1px solid #707070;
    border-radius: 0;
   
    -webkit-box-shadow:none;
    box-shadow: none;
 
}
.form-control:focus {
    border-color:#474747;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


 .mail a, .phone a{
	  font-size:18px;
	color:#474747;
	font-weight:500;
	text-decoration:underline;
 }

.mail a:before {
    content: url(../images/mail-icon.png);
    width: 20px;
    height: 19px;
    margin-right: 8px;
    position: relative;
    top: 5px;
}

.phone a:before {
    content: url(../images/phn-icon.png);
    width: 20px;
    height: 19px;
    margin-right: 8px;
    position: relative;
    top: 5px;
}


@media (min-width: 768px){
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

}

/*============================================================================
MEDIA QUERIES STARTS HERE
==============================================================================*/


/* Large desktops and laptops */
@media (min-width: 1200px){
	
 }
 
 
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px){

.stk-val {
    float: left;
    width: 53%;
    margin-right: 20px;
    font-size: 46px;
    line-height: 60px;
    color: #000;
    font-weight: bold;
}
.stk-chg {
    float: left;
    width: 40%;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color: #000;
    margin-top: 30px;
}
.open, .high, .vol, .low {
    color: #898888;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    text-transform: capitalize;
}

.z-tabs.horizontal &gt; ul &gt; li {
    float: left;
    width: 25% !important;
    text-align: center;
}
.z-tabs.horizontal &gt; ul &gt; li:last-child {
    float: left;
    width: 25% !important;
    text-align: center;
}	
	
	
}


@media(max-width:1170px){
	.z-tabs.horizontal &gt; ul &gt; li {
    float: left;
    width: 25% !important;
    text-align: center;
}
.z-tabs.horizontal &gt; ul &gt; li:last-child {
    float: left;
    width: 25% !important;
    text-align: center;
}
}



/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px){
	

h2{
	font-size:28px;
	font-weight:bold;
	line-height:28px;
	color:#474747;
	text-transform:uppercase;
	margin-bottom:0;
	margin-top:0;
}

.sp-left-img img{
	display:none;
}
.sp-left-img{
	background:url(../images/stock-sec-img.jpg) no-repeat;
	background-position:center center;
	background-size:cover;
	min-height:439px;
	
}

.stk-val {
    float: left;
    width: 53%;
    margin-right: 10px;
    font-size: 42px;
    line-height: 60px;
    color: #000;
    font-weight: bold;
}	
.stk-chg {
    float: left;
    width: 40%;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #000;
    margin-top: 30px;
}

.ba-cal {
    padding: 37px 10px;
    background: #fe0000;
    color: #fff;
    float: left;
    width: 20%;
}
.ba-link a {
    font-size: 16px;
    line-height: 16px;
    color: #000;
    font-weight: bold;
    height: 73px;
    display: table-cell;
    vertical-align: middle;
}

.ann-img img{
	display:none;
}
.ann-img{
	background:url(../images/ba-sec-img.jpg) no-repeat;
	background-position:center center;
	background-size:cover;
	min-height:610px;
	
}


.rprt-left-img img{
	display:none;
}

.rprt-left-img{
	background:url(../images/report-sec-img.jpg) no-repeat;
	background-position:center center;
	background-size:cover;
	min-height:551px;
	
}

.ir-cont-main {
    float: left;
    width: 100%;
    padding-left: 20px;
}
.nl-sub {

    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
.phone{
	margin-bottom:15px;
}

.z-tabs.horizontal &gt; ul &gt; li {
    float: left;
    width: 25% !important;
    text-align: center;
}
.z-tabs.horizontal &gt; ul &gt; li:last-child {
    float: left;
    width: 25% !important;
    text-align: center;
}	


	
}


/* Landscape phones and portrait tablets */
@media (max-width: 767px){
	
h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    color: #474747;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
}

.stk-val {
    float: left;
    width: 53%;
    margin-right: 20px;
    font-size: 40px;
    line-height: 60px;
    color: #000;
    font-weight: bold;
}
.ba-date {
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    max-height: 122px;
}

.ba-link a {
    font-size: 16px;
    line-height: 16px;
    color: #000;
    font-weight: bold;
    height: 73px;
    display: table-cell;
    vertical-align: middle;
}	
	
	

.sp-left-img img{
	display:none;
}
.sp-left-img{
	background:url(../images/stock-sec-img.jpg) no-repeat;
	background-position:center center;
	background-size:cover;
	min-height:250px;
	
}

.sp-right-sec {
    padding-left: 15px;
}	

.key-high-sec {
    margin-bottom: 0px;
}	
	
.ann-img img{
	display:none;
}
.ann-img{
	background:url(../images/ba-sec-img.jpg) no-repeat;
	background-position:center center;
	background-size:cover;
	min-height:250px;
	
}	
	
.rprt-left-img img{
	display:none;
}

.rprt-left-img{
	background:url(../images/report-sec-img.jpg) no-repeat;
	background-position:center center;
	background-size:cover;
	min-height:250px;
	
}


.ann-list{
	margin-bottom:30px;
}

.annouc-container {
    padding-right: 0;
}

.reports-container {
    padding: 0;
}

.z-tabs ul li a {
    background-color: #dad7d7;
    color: #878484 !important;
    font-size: 16px;
    font-weight: bold;
    
    padding: 15px 22px !important;
    border-right:none;
    box-shadow: none !important;
   
}
.z-tabs ul li a .z-title{
	
	
}
.z-tabs ul li a .z-title br{
	display:none;
}

.z-tabs.mobile &gt; ul.z-tabs-nav &gt; li &gt; .z-link br{
	display:none;
}

.z-tabs &gt; ul &gt; li &gt; a i {
	margin: 0 auto 15px auto;
    display: none;
}

.z-tabs.mobile.z-rounded &gt; ul.z-tabs-mobile &gt; li &gt; a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.z-tabs.mobile.z-rounded &gt; ul.z-tabs-mobile.z-state-closed &gt; li &gt; a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0;
	border-right:none !important;
}
.z-tabs.mobile.z-rounded &gt; ul.z-tabs-nav &gt; li.z-first &gt; a {
    -webkit-border-radius: 0px 0px 0 0;
    -moz-border-radius: 0px 0px 0 0;
    border-radius: 0px 0px 0 0;
}
.z-tabs.mobile.z-rounded &gt; ul.z-tabs-mobile.z-state-closed &gt; li &gt; a {
    -webkit-border-radius:0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
	background:#fe0000;
	color:#fff !important;
}

.z-tabs.mobile.z-rounded &gt; ul.z-tabs-mobile, .z-tabs.mobile.z-rounded &gt; ul.z-tabs-desktop {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius:0px;
    margin-bottom: 0;
	margin-top:0;
}	
.z-tabs.mobile.top &gt; .z-container {
    margin-top: 0px;
}	

.ir-cont-img {
    position: relative;
    top: 0;
    padding-right: 20px;
}
.news-alert {
	margin-bottom:30px;
	
}
.re-adj {
     margin-top: 50px; 
}

	
}


/* Portrait phones and smaller */
@media (max-width: 480px){
	

.key-high-sec {
    margin-bottom: 0px;
}	
	
.sp-left-img img{
	display:none;
}
.sp-left-img{
	background:url(../images/stock-sec-img.jpg) no-repeat;
	background-position:center center;
	background-size:cover;
	min-height:150px;
	
}


	
.ann-img img{
	display:none;
}
.ann-img{
	background:url(../images/ba-sec-img.jpg) no-repeat;
	background-position:center center;
	background-size:cover;
	min-height:150px;
	
}	
	
.rprt-left-img img{
	display:none;
}

.rprt-left-img{
	background:url(../images/report-sec-img.jpg) no-repeat;
	background-position:center center;
	background-size:cover;
	min-height:150px;
	
}
.pr30 {
    padding-right: 0;
}

.report-box {
    border-bottom: 1px dashed #959595 !important;
    padding: 15px 0;
    margin: 0 0px;
}	
	
.report-box h4 {
    display: inline-block;
    color: #505050;
    font-size: 16px;
	line-height:18px;
    margin: 6px 0px 0px;
	width:63%;
}
	
	
}





/* Portrait phones and smaller */
@media (max-width: 375px){
	
.sp-left-img img{
	display:none;
}
.sp-left-img{
	background:url(../images/stock-sec-img.jpg) no-repeat;
	background-position:center center;
	background-size:cover;
	min-height:150px;
	
}


	
.ann-img img{
	display:none;
}
.ann-img{
	background:url(../images/ba-sec-img.jpg) no-repeat;
	background-position:center center;
	background-size:cover;
	min-height:150px;
	
}	
	
.rprt-left-img img{
	display:none;
}

.rprt-left-img{
	background:url(../images/report-sec-img.jpg) no-repeat;
	background-position:center center;
	background-size:cover;
	min-height:150px;
	
}	
	
h2{
	font-size:22px !important;
	font-weight:bold;
	line-height:30px;
	color:#474747;
	text-transform:uppercase;
	margin-bottom:0;
	margin-top:0;
}

.stk-val {
    float: left;
    width: 53%;
    margin-right: 20px;
    font-size: 32px;
    line-height: 32px;
    color: #000;
    font-weight: bold;
}
.stk-val span {
    font-size: 16px;
    line-height: 16px;
    color: #000;
    font-weight: bold;
    margin-right: 10px;
}
.stk-chg {
    float: left;
    width: 40%;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #000;
    margin-top: 11px;
}
.open, .high, .vol, .low {
    color: #898888;
    font-size: 16px;
    line-height: 21px;
    font-weight: normal;
    text-transform: capitalize;
}

.ba-cal {
    padding: 43px 18px;
    background: #fe0000;
    color: #fff;
    float: left;
    width: 20%;
}
.ba-date {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    max-height: 122px;
}


	

.report-box {
    border-bottom: 1px dashed #959595 !important;
    padding: 15px 0;
    margin: 0 0px;
}	
	
.report-box h4 {
    display: inline-block;
    color: #505050;
    font-size: 16px;
	line-height:16px;
    margin: 6px 0px 0px;
	width:63%;
}

.pr30 {
    padding-right: 0px;
}

.nl-sub {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

	
	
}





/* Portrait i phones and smaller */
@media (max-width: 320px){
	
}

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