/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.on-air-dj {
list-style: none;
}
span.on-air-dj-playlist {
display: none !important;
}
span.on-air-dj-sched {
display: none;
}
  .mobileShow { display: none;}
   /* Smartphone Portrait and Landscape */
   @media only screen
   and (min-device-width : 320px)
   and (max-device-width : 480px){ .mobileShow { display: inline;}}

 .mobileHide { display: inline;}
   /* Smartphone Portrait and Landscape */
   @media only screen
   and (min-device-width : 320px)
   and (max-device-width : 480px){  .mobileHide { display: none;}}
   
li {
list-style: none;
}
div.station-show-playlists {
display: none;
}
div.myplaylist-blog-posts {
display: none;
}
div#myplaylist-blog-posts {
display: none;
}
div.station-broadcast-file {
display: none;
}

@media ( min-width:415px ) {
	di#dbx_light {
		width: 300px;
	}
}