.program-properties-box {
    margin: 5px 0px 15px 0px;
    border: 1px solid rgb(109, 109, 109);
    border-radius: 3px;
    padding: 10px;
    background-color: rgb(182, 223, 188);
}

.single-visit-signup  {
    text-align: center;
    padding: 10px;
}

.row, .item-wrapper {
    display: table-row;
}

.row label, .row div {
    display: table-cell;
}

.row.property-dates > div > span {
    display: block;
}

.row label {
    padding-right: 10px;
    font-weight: bold;
    white-space: nowrap;
    vertical-align: top;
}

article.mnhn-visit header {
    height: 40px !important;
}

article.mnhn-visit .visit-signup-button-container {
    width: 100%;
    text-align: right;
}

article.mnhn-visit div.back-link {
    margin-top: 10px;
    text-align: right;
}

.header-category {
    margin: 5px 0 10px 0;
}

/*
 * Important flag required because WP has very specific
 * section#main article ul rule.
 */
article.mnhn-visit ul.cycles-list {
    list-style-type: none;
    margin: 0 0 5px 0 !important;
}

.hide,
.hidden {
    display: none;
}
