.hidden{ display: none; }
.lbl-cat{

    /*display: inline-block;*/
    /*	width:180px;
            height:100%;*/
    background-color:#0950AD;
    color:#ffdb0a;
    padding: 5px;
    text-align:center;

    /*position:relative;
        top:-1px;*/
    font-weight:700;
    font-size:20px;
    /*padding-right:5px*/
}

li {list-style-type: none;}

#strap ul { width: 100%; }
#ticker {
    text-align: right;
    border: 1px solid #000;
    width: 95%;
    margin: 0 auto;
    background-color: #0950AD;
    border-radius: 3px;
}

#ticker  a:hover { color: #fff; }
.ticker button { margin: 10px;}
.ticker.paused, #ticker.paused { background-color: #0950AD; color:#fff;  }
/*#ticker.paused a { background-color: #0950AD; color:#fff;  }*/
#ticker a { color:#fff;  }

@media only screen and ( max-width: 700px) {
/*    #ticker 
    {    
        width: 100%; 
        display: none;
    }   */

}

/*.container {
    width: 750px;
    margin: 0px auto;
    text-align: center;
}

.footer {
    font-size: 15px;
}

.blue { 
    color: #f3c591;
}


a { color: red; text-decoration: none;font-size: 19px;}

a:hover { color: #fff; }

.blue A { 
    color: #0b4d8c;
}
.blue A:hover { 
    color: #337ABF;
}*/