/* shortcode: main table */
#wpshowt_table td, #wpshowt_table th { font:bold 14px/ 1.5 'Sans-serif', Arial; }
#wpshowt_table tr.alternate{ background-color:#efefef; }

#wpshowt_table td img{ border-radius: 3px; box-shadow: 0px 0px 0px;}

.wpshowt_time{ margin:0;padding:0; font-weight:bold; font-size: 13px; line-height:1.6; color:#000;}

.wpshowt_namerow{ margin:0;padding:0; font-weight:normal; font-size: 12px; line-height:1.4; color:#000;}
	.wpshowt_name a{ margin:0;padding:0; font-weight:bold; font-size: 16px; line-height:1.6; font-family:Georgia,serif!important;}
	.wpshowt_host{ margin:0;padding:0; font-weight:normal; font-size: 12px; line-height:1.6;}

.wpshowt_phone{ margin:0;padding:0; font-weight:normal; font-size: 12px; line-height:1.6; color:#000;}

/* widget */
.wpshowt_side_widget{ list-style:outside none none; }
.wpshowt_side_widget li{ list-style:outside none none; background-color:#efefef; }

.wpshowt_side_widget .wpshowt_widget_left{padding:5px; float:left;width:30%; box-sizing: border-box;}
.wpshowt_side_widget .wpshowt_widget_right{padding:5px 0 5px 10px; float:right; width:70%; box-sizing: border-box;}

.wpshowt_side_widget .wpshowt_show_image{}
.wpshowt_side_widget .wpshowt_time{ margin:0;padding:0; font-weight:bold; font-size: 13px; line-height:1.6; color:#000;}

.wpshowt_side_widget .wpshowt_namerow{ margin:0;padding:0; font-weight:normal; font-size: 12px; line-height:1.4; color:#000;}
	.wpshowt_side_widget .wpshowt_name a{ margin:0;padding:0; font-weight:bold; font-size: 16px; line-height:1.6; font-family:Georgia,serif!important;}
	.wpshowt_side_widget .wpshowt_host{ margin:0;padding:0; font-weight:normal; font-size: 12px; line-height:1.6;}

.wpshowt_side_widget .wpshowt_phone{ margin:0;padding:0; font-weight:normal; font-size: 12px; line-height:1.6; color:#000;}
.wpshowt_side_widget .wpshowt_widget_next{ padding:5px; font-weight: bold;border-top:1px solid #fff; background-color:#dedede; }


/* responsive CSS */
@media screen and (max-width: 720px) { 
	/* tables */
	#wpshowt_table table tr { padding:10px;}
	#wpshowt_table table { width:100%; }
	#wpshowt_table table, #wpshowt_table thead, #wpshowt_table tbody, #wpshowt_table th, #wpshowt_table td, #wpshowt_table tr { display: block !important; }
	#wpshowt_table thead tr {position: absolute; top: -9999px;left: -9999px;}
	#wpshowt_table tr { border-bottom: 1px solid #ccc }
	#wpshowt_table td { padding: 0px 10px; border: none; position: relative; }
	/* #wpshowt_table td:nth-of-type(1):before { content: "Name" }
	#wpshowt_table td:nth-of-type(2):before { content: "" }*/
	#wpshowt_table td:nth-of-type(3):before { content: "Show Timing: " }
}
.clear{clear:both;}