<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=Montserrat:300,400,500,700,800&amp;display=swap');

body {
    font-family: "Montserrat",Arial;
}



.lsp-sticker{
	background-position: 50% 30px;
    background-color: rgba(9,109,201,1);
    border-left: 1px solid rgba(228,229,230,1);
    border-radius: 0;
    border-right: 1px solid rgba(228,229,230,1);
    background-image: url(../images/img-stock-ticker-blue.png);
	background-repeat:no-repeat;
    border-bottom: 1px solid rgba(228,229,230,1);
    box-shadow: 0 0 90px -20px rgba(0,0,0,0.25);
    border-top: 1px solid rgba(228,229,230,1);
    padding: 30px 30px 30px 30px;
    margin: 0;
    height: 283px;
	width:100%;
	background-size:cover;
}

.cs-ttl h2{
	font-size: 24px;
    line-height: 1.2;
    font-family: "Montserrat",Arial;
	color:#fff;
	color: rgba(255,255,255,0.9);
    text-shadow: none;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: normal;
    word-spacing: normal;
    text-align: left;
	margin-top:0;
}
.cs-stk-qt{
	font-size: 16px;
    line-height: 1.3;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: rgba(255,255,255,1);
    text-shadow: none;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-align: left;
	margin-bottom:8px;
}
.stk-val{
	/*float:left;*/
	font-size: 50px;
    line-height: 1;
    font-family: "Montserrat",Arial;
	color: rgba(255,255,255,1);
    text-shadow: none;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-align: left;
	/*width:70%;*/
	display:inline-block;
	margin-right:15px;
	vertical-align: top;
    margin-top: 12px;
	
}
.stk-val span{
	font-size:18px;
	font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-align: right;
}


.cs-priceUp:after {
    content: "";
    background: url(../images/icon-up.png) no-repeat;
    width: 32px;
    height:32px;
    display: inline-block;
    margin-left: 5px;
	float:right;
}
.cs-priceDown:after {
    content: "";
    background: url(../images/icon-down.png) no-repeat;
   width: 32px;
    height:32px;
    display: inline-block;
    margin-left: 5px;
	float:right;
}
.stk-chg{
	/*float:left;
	width:29%;*/
	font-size:16px;
	line-height:22px;
	color: rgba(255,255,255,1);
	 text-shadow: none;
    font-weight: 300;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    word-spacing: normal;
	display:inline-block;
	vertical-align: top;
    margin-top: 12px;
	
}


.stk-eod{
	font-family: "Montserrat",Arial;
	float:left;
	width:100%;
	color:#fff;
	margin-top:50px;
	text-align:right;
	font-size:14px;
	position:absolute;
	bottom:20px;
	right:30px;
}


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