.tabtitle{
    font-weight: bolder;
    font-size: 19px;
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}
#news-ticker {
    max-width: 100%;
    margin-right: 4%;
    padding-left: 0px;
}

#news-ticker-container {
    text-align: center;
}
#news-ticker-container a{
    text-decoration: none;
}

@media screen and (min-width: 768px){
    #news-ticker a{
        font-size: 15px !important;
    }
}

@media screen and (max-width: 767px){
    #news-ticker a{
        font-size: 14px !important;
    }
}

#news-ticker-container i {
    margin: 8px;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}


#news-ticker li {
    color: #4e4e4e;
    overflow: hidden;
    padding: 10px;
    line-height: 10px;
    text-align: left;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}

#news-ticker li:hover {
    background: #FFF;
}

#news-ticker a{
    color: #85909F;
}

#news-ticker a:hover{
    color: #303434;
}





