.asteriskField {
    display: none;
}

body {
    background-color: #fafafa;
}

.masthead {
    margin-top: 20px;
    padding: 10px 0;

    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;

    background-color: rgb(90, 90, 90);
    background-image: linear-gradient(bottom, rgb(80, 80, 80) 0%, rgb(132, 132, 132) 100%);
    background-image: -o-linear-gradient(bottom, rgb(80, 80, 80) 0%, rgb(132, 132, 132) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(80, 80, 80) 0%, rgb(132, 132, 132) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(80, 80, 80) 0%, rgb(132, 132, 132) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(80, 80, 80) 0%, rgb(132, 132, 132) 100%);
}

img {
    max-width: 100%;
}

.logo {
    padding-left: 30px;
}

.logo-row {
    height: 93px;
    line-height: 93px;
}

.logo-apr {
    padding-right: 20px;
}

@media (max-width: 767px) {
    .content {
        margin-top: 20px;
        -webkit-border-radius: 4px;
        -ms-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
    }
}

.content {
    background-color: white;
    padding: 20px;
    margin-bottom: 20px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -ms-border-bottom-left-radius: 4px;
    -ms-border-bottom-right-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -o-bottom-left-radius: 4px;
    -o-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #ddd;
}

h4 + form,
p + form {
    margin-top: 20px;
}

.availability {
    font-weight: bold;
}

.availability.green {
    color: green;
}

.availability.orange {
    color: orange;
}

.availability.red {
    color: red;
}

.presentation-title {
    margin-top: 20px;
}
