﻿body {
    font-family: "lucida sans unicode","lucida grande", Verdana, Arial, Sans-Serif;
    font-size: 11px;
    background-image:url('/Areas/Zee/Content/bck.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    padding:0;
    margin:0;
}

input {
    border: Solid 1px Black;
    background-color: White;
}

select {
    border: Solid 1px Black;
    background-color: White;
}
#canvas {
    padding:10px;
    background-color:white;
    height:100vh;
    max-width:600px;
}
.reservation {
    position: relative;
    width: 365px;
    top: 178px;
    text-align: right
}
#calReservation {
    margin-bottom: 15px;
}
.calendar a {
    text-decoration: none;
}
.voorbij {
    background-color:#999;
    color:white;
}
.vol {
    background-color: darkred;
}
.vol a {
    color:#e0e0e0 !important;  
}
.free {
    background-color: White;
    border: solid 1px black;
}
.personinitials {
    font-size: 15px;
    padding: 2px;
    border: solid 1px white;
    background-color: white;
    border-radius: 5px;
}
