.wpmst_logo_tv_widget {
	/*width: 48px; 
	height: 48px; 
	margin: 5px 10px 5px 5px;*/
	margin: 0 12px;
    width: 30px;
    vertical-align: middle;
}

.wpmst_category_widget {
	font-size: 0.8rem;
	font-weight: bold;
	margin-top: 6px;

}

 .wpmst_title_widget {
 	font-size: 0.75rem;
 	font-weight: normal;
 }

.wpmst_href_widget {
	text-decoration: none;
}

.wpmst_widget_top {
    height: 39px;
    width: 100%;
    background: url(/wp-content/plugins/mediashow/img/top.png) repeat-x;
    position: relative;
    overflow: hidden;
    display: block;
    word-wrap: normal;
    font-size: 0.85rem;
}

table.wpmst_widget_table {
	border: none;
    border-collapse: collapse;
    border-spacing: 0;	
}

table.wpmst_widget_table td.status {
    padding-top: 5px;
    cursor: pointer;
    border: none;
}

table.wpmst_widget_table img {
    vertical-align: middle;
	margin:0 12px; 
	width: 30px;
	max-width: none;    
}

table.wpmst_widget_table td.live-event-full {
    padding: 5px 5px 0px 0;
    min-height: 32px;
    cursor: pointer;
    border: none;    
}

table.wpmst_widget_table a {
    text-decoration: none;
    outline: none!important;
}

table.wpmst_widget_table .bottom-show-name, table.wpmst_widget_table .mid-show-name {
/*    font-family: RobotoRegular;
    font-size: 14px; */
    font-size: 0.9rem;
    /* color: #202020; */
    line-height: 16px;
    text-decoration: none;
    padding: 3px 8px 3px 0;
    cursor: pointer;
    border: none;   
	font-weight: bold; 
}

table.wpmst_widget_table .bottom-show-descr, table.wpmst_widget_table .help-block {
    /* color: #202020; */
    /* font-family: RobotoLight; */
    font-size: 0.75rem;
    line-height: 16px;
    padding-right: 5px;
}


tr.b:hover {
	background-color: #f9f8f5;
	box-shadow: 0 0 15px rgba(34, 52, 67, 0.3);
}

tr.b:hover td {
	padding: 10px 0;
}

.wpmst_yellow {
	background-color: yellow;
}

.live-event-full a{
	color: #202020;
}