/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
.cdg-hours-of-operation {
    float: left;
    text-align: center;
    border: 1px solid #FFFDFD;
    padding: 10px;
    width: 20%;
    margin-top: -77px;
}

.cdg-hours-of-operation h5 {
    padding-bottom: 0;
    font-size: 22px;
    color: #FFFDFD;
}

.cdg-hours-of-operation hr {
    border: 0;
    border-bottom: 1px solid #FFFDFD;
    width: 20%;
}

.cdg-hours-of-operation p {
    font-size: 12px;
    color: #FFFDFD;
    line-height: 1.5em;
}