table.fullcalendar {
margin-bottom: 30px !important;
width: 100%;
}
@media (min-width: 575px) {
table.fullcalendar {
table-layout: fixed;
}
}
@media (max-width: 575px) {
.em-calendar-wrapper {
overflow-x: auto;
}	
}
table.fullcalendar thead td {
text-align: center;
vertical-align: middle;
font-size: 15px;
}
table.fullcalendar td {
padding: 2px;
font-size: 12px;
height: 60px
}
table.fullcalendar td ul {
margin-left: 0 !important;
list-style: none;
}
table.fullcalendar li {
margin-bottom: 2px;
padding: 3px 3px;
font-size: 10px;
line-height: 1.5;
border-radius: 2px;
}
table.fullcalendar li.ava-0 {
background-color: green;
}
table.fullcalendar li.ava-1,
table.fullcalendar li.ava-2,
table.fullcalendar li.ava-3 {
background-color: #27348b;
}
table.em-calendar td.eventful li a, 
table.em-calendar td.eventful-today li a,
table.em-calendar td.eventful-pre li a, table.em-calendar td.eventful-post li a {
color: #FFF !important;
text-decoration: none;
}
table.em-calendar td.eventful a, table.em-calendar td.eventful-today a {
color: #888;
text-decoration: none;
}
table.em-calendar td.eventless-today, 
table.em-calendar td.eventful-today{
background-color: #ffff99;
}
table.em-calendar td.eventless-today:after, 
table.em-calendar td.eventful-today:after {
margin-left: 6px;
content: "vandaag";
}
.em-booking-login {
display: none !important;
}