
.mobile-view { background:#42515A; padding:4px 6px 4px 6px; display:inline-block; margin-bottom:10px;}
.mobile-view a { color:#FFF; font-family:"Roboto Condensed",sans-serif; font-size:14px; text-transform:uppercase;}
/* Desktops and laptops ----------- */

@media only screen 
and (min-width : 1000px) {
.put-mobile { display:none !important;}
}
@media only screen 
and (max-width : 959px) {
.put-mobile { display:inline-block !important;}
}