/*
 Theme Name:   ProRadio Child
 Theme URI:    https://pro.radio/
 Description:  The child theme allows easier customizations and template overrides
 Author:       Pro.Radio
 Author URI:   https://pro.radio/
 Template:     proradio
 Version:      1.0.5
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         right-sidebar
 Text Domain:  proradio-child
*/

/***************************************************************
****************************************************************
************* PUT YOUR CUSTOM STYLES BELOW ********************/

.entry{position:relative;display:block;margin:0 auto;width:100%;margin:0 auto;}
.selecteerbox {     width: 100%;
    background: #000000;
    display: block;
    /* clear: both; */
    height: 110px;
    padding: 30px;
margin-top:30px;} 
select#yearChange, select#weekChange {width:50% !important; float:left;}

table.playlistTable {}

table.playlistTable th { padding: 15px 0 15px 15px;}


table.playlistTable thead {
	background: #e30613;
	color: #ffffff;
	word-break: initial;
}

table.playlistTable td {
	padding: 10px 10px;
	white-space: normal;
	word-break: keep-all;
	width: 100%;
	font-size: 16px;
}

table.playlistTable tr.even {
	background: #eeeeee;
}
.selectBox, .selectDate, .selectHour { width: 49% !important; float: left; margin: 0 2px 0 2px !important; }

wp-block-button__link {
    margin: 0 auto 12px;
	    background: linear-gradient(#000000, #000000) !important;

}