﻿.r {
    overflow: hidden;
    display: block;
}

.c {
    display: inline-block;
    width: 80px;
    text-align: center;
}

.clear-date{
    display: block;
    font-size: 12px;
}

#daySelect label {
    width: 130px;
    float: left;
    clear: both;
}

#multipleDates .icon {
    cursor: pointer;
}

#multipleDates ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#multipleDates div label:first-child {
    width: 200px;
    padding-left: 0;
}

#multipleDates .link input:first-child {
    width: 200px;
}

#multipleDates div label:nth-child(2) {
    width: 300px;
    padding-left: 5px;
}

#multipleDates .link input:nth-child(2) {
    width: 300px;
}

#offsite_label {
    font-weight: bold;
    margin-right: 50px;
}

.float_left {
    display: inline-block;
}

.float_left > p {
    display: inline-block;
    color: black;
}

#validation_text {
    display: block;
    margin-top: 20px;
}