/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/


@media only screen and (max-width:767px){
	.all_songs_class .col-xs-4{margin:0!important}
	.all_songs_class .col-xs-4 h3{margin-top:12!important}
	.all_songs_class .last_link{margin-top:12!important}
}

@media only screen and (max-width:992px){
	.all_songs_class .col-sm-4{margin:0!important}
	.all_songs_class .col-sm-4 h3{margin-top:12!important}
	.all_songs_class .last_link{margin-top:12!important}
}

#wpplist_page_title{ margin:10px 0 0; padding: 10px 0 5px; font: bold 14px/1.8 "Sans-Serif", Arial; }
.all_songs_class h3{margin:0!important;}
.all_songs_class p{margin:20px 0}
.all_songs_class .table_title_class{overflow:hidden;background:#EEEEEE;border-bottom:1px solid #ccc}
.all_songs_class .title{ font-size:14px;  color:#333;}
.all_songs_class .album{ font-size:10px !important;  color:#444;  font-style:italic}
.all_songs_class .imglink{ padding-left:10px;  padding-bottom:4px;  height:12px}
.all_songs_class .vertspace{ height:100px}
.all_songs_class .playlist_form{max-width:400px}
.all_songs_class .single_song_class img{	display:inline; border-radius: 0px!important;box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2)!important;}