.news {
width: 30%;
font-weight:bold;
}

@media only screen and (max-width: 600px) {
.news {
width: 240px;

}
}

.news-scroll a {
text-decoration: none
}
.flag{
margin-left:20px;
}
.dot {
height: 6px;
width: 6px;
margin-left: 3px;
margin-right: 3px;
margin-top: 2px !important;
background-color: rgb(207, 23, 23);
border-radius: 50%;
font-weight: bold;
display: inline-block
}
.exchange-ticker{
position: fixed;
bottom: 0;
width: 100%;
z-index:3;
}