@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,800;1,900&family=Teko:wght@300;400;500;600;700&display=swap');
/*font-family: 'Teko', sans-serif;
font-family: 'Montserrat', sans-serif;
*/


body {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size:16px;
	font-weight:normal;
	line-height: 1.8;
}

.cw-sq-sec{
	float:left;
	width:100%;
}
.cw-stk-title {	
	font-size: 14px;
	line-height: 20px;
	font-weight:600;
	color:#0066a4;
	margin-bottom:0;
	text-transform:uppercase;
}
.cw-stk-prcsec {
	float:left;
	width:100%;
}
.cw-stk-price {	
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	color: #0d2a3c;
	display: inline-block;
}
.cw-stk-price span {
	font-size: 14px;
	line-height: 40px;
	font-weight: 600;	
}
.ChgUp:after {
	content: url(../images/cwq-Up.png);
	width: 12px;
	height: 10px;
	display: inline-block;
	margin-left: 5px;
}
.ChgDown:after {
	content: url(../images/cwq-Down.png);
	width: 12px;
	height: 10px;
	display: inline-block;
	margin-left: 5px;
}
.cw-stk-chg {	
	display: inline-block;
	margin-left:5px;
	color: #000;
	font-size:14px;
}
.cw-stk-chg span {	
	color: #333333;
}
 