.countdowns-div {
	padding-left:7px;
    position: relative;
}

.circle-progress {
    width: 60px;
    margin: 6px 6px 20px;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1.2;
    font-family:'Avenir Next';
    font-weight:100;
}

.circle-progress canvas {
    width:60px;
}

.circle-progress .countdown-number {
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 28px;
}

.circle-progress .countdown-unit {
    position: absolute;
    bottom: 9px;
    left: 0;
    width: 100%;
    text-align: center;
    /*line-height: 40px;*/
    font-size: 10px;
}

.countdown-row > * {
    vertical-align: middle;
}

.countdown-row.red {
	color: #D64134;
}

.countdown-row.green {
	color: #18AB5E;
}

.countdown-row.blue {
	color: #1880AB;
}

.countdown-row.white {
    color: #FFFFFF;
}

.countdown-description {
	display:inline-block;
	font-family:'Avenir Next';
	font-size:11px;
    font-weight:normal;
    text-align: center;
    width:93px;
}

.stock-ticker-div {
    position: relative;
    padding-left:30px;
    padding-bottom:30px;
}

.trending-news-div {
    color: #989898;
    font-family:'Avenir Next';
    font-size:12px;
    max-height:200px;
    overflow:hidden;
    margin-bottom: 20px;
}

.trending-news-div:hover {
    /* Scroll bar only around when you mouseover */
    overflow:auto;
}

.trending-news-row {
    display: inline-block;
    padding-left: 25px;
    width:100%;
}

.trending-news-content {
    padding-bottom:8px;
    padding-top:8px;
}

.trending-news-bottom {
    border-bottom: 0.5px solid #B5B5B5; 
    width: 100%; 
}

.trending-news-row:last-of-type {
    border-bottom: none;    
} 


.circle-progress-conferences {
    width:240px !important;
}

.circle-progress-conferences canvas {
    width:240px !important;
}

.circle-progress-conferences .countdown-number {
    font-weight:500;
    position: absolute;
    top: 30px;
    left: 0;
    line-height: inherit;
    width: 100%;
    text-align: center;
    font-size: 116px;
}

.circle-progress-conferences .countdown-unit {
    position: absolute;
    bottom: 41px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 39px;
}

.countdown-description-conferences {
    display:inline-block;
    font-family: "Avenir Next";
    font-size: 42.75px;
    font-weight:100;
    color: #FFFFFF;   
    max-width: 360px;
    margin: 6px 0px 20px;
}
