/*
*Add custom Styles here
*/

* {
    font-family: 'Open Sans', sans-serif;
    font-size: small;
}

.bookingAction .dobooking input {
    background-color: #8baa43;
    color: white;
}

h1 {
    display: none;
}

h2 {
    visibility: hidden;
}

input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: lightgrey;
    border-radius: 0;
    color: black;
    font-weight: normal;
    padding: 4px 6px;
}

input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

.loginButton {
    color: white !important;
}

#overview .notShownForAll {
    background: white;
}

#overview tr {
    border: 1px solid lightgrey;
}
