/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.pi-pccdt-location-container {
    margin-top: 10px;
}

.pi-pccdt-each-location {
    padding: 3px 15px;
    display: inline;
    background-color: #f00;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 12px;
}

.pi-pccdt-location {
    font-style: italic;
    display: block;
    margin-top: 10px;
}

.pi-range-message {
    padding: 10px;
    background: rgb(220, 83, 83);
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pi-days {
    display: block;
    clear: both;
    margin: 15px 0px;
}

.pi-days-container {
    padding: 10px;
    border: 1px solid #ccc;
}

