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




.q-head{
	background: #302f7d;
	
	
}

.quote-head{
	color: #fff;
	text-align: center;
	padding: 7px;
	font-size: 18px;
	text-transform: uppercase;
}


.stock-price{

	font-size: 30px;
	font-weight: bold;
	color: #302f7d;
}

.priceUp:before{

	/*content: "\f176";*/
	content: "\f062";
    font-family: FontAwesome;
    margin-right: 08px;
    padding: 8px 10px 08px 10px !important;
    border-radius: 100%;
    font-size: 16px !important;
    font-weight: normal !important;
    position:relative;
	top:-4px;
    color: #fff;
    background: #3bdb2c;
}

.priceDown:before{

	content: "\f063";
    font-family: FontAwesome;
    margin-right: 08px;
    padding: 8px 10px 08px 10px !important;
    border-radius: 100%;
    font-size: 16px !important;
    font-weight: normal !important;
	position:relative;
	top:-4px;
  	color: #fff;
    background: #ed1c24;
}

.stock-value{
	font-size: 19px;
	color: #302f7d;
	
}





.quote-body{
	
background: #bdbec2;
padding-top:10px;	
	
}

.sname, .svalue{
	color: #352d8f;
	font-size: 16px;
	
	
}


.qfoot{
	color:#696a6e;
	font-size: 16px;
	padding:15px 0 15px 0;
}</pre></body></html>