
#gastenboekform {
    background-color: white;
    width : 400px;
    height : 250px;
}

#gastenboekform , .gastenboek_geel, .gastenboek_blauw, .gastenboek_rose {
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #3f3f3f;
    margin : 10px 10px 10px 10px;
    box-shadow: 5px 5px 10px rgba(0,0,0,.8);
}

.gastenboek_geel, .gastenboek_blauw, .gastenboek_rose {
    max-width : 300px;
    height : auto;
    overflow : auto;
    float : left;
}

.gastenboek_geel {
    background-color: #fff5c6;
}

.gastenboek_blauw {
    background-color: lightblue;
}

.gastenboek_rose {
    background-color: #fbcaff;
}

.geplaatst p {
    margin : 0 10px 0 10px;
    font-style: italic;
    font-size: 0.8em;
    top : 100px;
}

#addnotice {
    float : none;
}