.prayer-times {
    /*background: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
}
.wdp-day-top{
	display: flex;
    justify-content: space-between;
}
#wdp-month-now{
	text-transform:uppercase;
}
.prayer-times h3 {
    margin-bottom: 15px;
    font-size: 24px;
    color: #333;
}
.wdp-day-top{
	border-bottom: 1px solid;
	margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.prayer-times ul {
    list-style-type: none !important;
    padding: 0 !important;
	margin-left: 5px;
    margin-right: 5px;
}

.prayer-times ul li {
    margin-bottom: 5px;
    color: #555;
	display: flex;
    justify-content: space-between;
}
.prayer-times ul li label {
	display: flex;
    width: 100px;
    justify-content: space-between;
}
.prayer-times ul li label img {
	width: 20px;
}
.prayer_month_wrapper{
	width:100%;	
}
.printicon i{
	color:#f7a900;	
}
.gebed{
	max-width: 100% !important;
}
.wdp-header{
	display: flex;
    justify-content: space-between;
}
.wdp-header .chosen-select{
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 8px;
	height: 25px;
	border: 1px solid #aaa;
	border-radius: 5px;
	background-color: #fff;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
	background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background-clip: padding-box;
	box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px;
}
.maand{
	display: flex;
}
.maand .arrow{
	cursor:pointer;
}
.wdp-header.disable .maand .arrow, .wdp-header.disable .chosen-select{
	cursor:crosshair;
    pointer-events: none;
}
#table-title{
	padding: 0 10px;
}
.timetable {
    border-width: 0px !important;
    border-style: outset !important;
    border-collapse: separate !important;
    border: 1px solid #138480 !important;
    border-radius: 3px !important;
}
table.timetable {
    width: 100%;
	max-width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
}
.head-row {
    font-weight: bold !important;
    color: white !important;
    background-color: #138480 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}
.friday-row {
    background-color: #EFEFEF !important;
    color: black !important;
    font-weight: 600 !important;
}
.today-row {
    font-weight: bold;
    background-color: #e18b1c;
    color: black;
}
tr:hover { 
	color: #ffffff !important; 
	background-color: #138480 !important;
	}
.timetable tr th {
	width: 3.7em;
	color:#fff;
}
.timetable tr th:first-child {
	width: 2.5em !important;
}
.timetable td, .timetable th {
    border-width: 0px !important;
    border-spacing: 1px !important;
    padding: 0px !important;
    border-style: inset !important;
    padding: 2px 2px !important;
    border-bottom: 1px solid #ebebeb !important;
}
@media (max-width: 600px) {
    .timetable tr th {
		font-size: 10.8px;
	}
	.prayer_month_wrapper .chosen-select{
		width: 200px !important;
	}
	.prayer-times h3 {
		font-size: 22px !important;
	}
}
@media (max-width: 400px) {
    .timetable tr th {
		font-size: 8.9px;
	}
	.prayer_month_wrapper .chosen-select {
        width: 180px !important;
    }
}
@media (max-width: 370px) {
    .timetable tr th {
		font-size: 8px;
	}
	.prayer_month_wrapper .chosen-select {
        width: 150px !important;
    }
}