.raise {
    margin-top:0;
}

.lower {
    margin-top:34px;
}
.booked {
    background-color: red;
    height: 10px;
}

.remain {
    background-color:green;
    height: 10px;
}

table {
    width: 100%;
    table-layout: fixed;
}

.full {
    color: red;
    font-weight: bold;
}

.mybutton {
    text-align: center;
    margin:10px;
}

input {
    margin-top:10px;
}

.test{
    background-color:yellow;
}

label {
    margin-top:15px;
    margin-bottom:0;
}