.markets .ticker {
display: inline-block;
width: 100%;
padding: 0 15px 0 0;
color: #262626;
font-size: 18px;
}
.ticker .ticker-name{
display: inline-block;
padding-bottom: 5px;
font-size: 26px;
}
.markets .ticker .ticker-change{color:#f34146!important;} 
.ticker-points-change{color:#f34146;}
.ticker-change-pos{color:#81c14f;}
.ticker-points-change-pos{color:#81c14f;}
.column-stock-name{font-size:17px;}
.column-stock-price{font-size:17px;}
.column-stock-price-change-neg{font-size:17px; color:#f34146;}
.column-stock-price-change-pos{font-size:20px; color:#81c14f;}
.summary-list {
list-style: none;
}
.markets-hp .row li {
    list-style: none;
}
.summary-list .summary {
    border-bottom: 1px solid #e5e5e5;
}

.summary-list .summary-hed {
color: #000;
display: inline-block;
word-wrap: break-word;
width: 100%;
padding: 15px 0;
font-size: 18px;
line-height: 123%;
}
.summary-hed{
	color: #000;
    display: inline-block;
    padding: 15px 0;
    line-height: 123%;
}
.thumb-image{
position: relative;
    display: inline;
    margin-right: 12px;
    width: 124px;
    height: 70px;
}
.thumb-caption{
	width: auto;
    font-size: 13px;
	overflow:hidden;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.module-body .summary{
	border-bottom: 1px solid #e5e5e5;
}

