/* Narrow accessibility corrections for legacy section templates. */

#price_from,
#price_to {
    color: #595959;
}

.forum-thread-title {
    color: #1a1a1a;
    font: 16px/20px Georgia;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.forum-subscriptions-heading {
    color: #1a1a1a;
    font: 18px/20px Georgia;
    font-weight: normal;
}

.directory-block > a {
    align-items: center;
    display: inline-flex;
    margin: 0 4px 4px 0;
    min-height: 24px;
    vertical-align: top;
}

@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
    .bordered-message-yellow .fright > a.ico-solid {
        align-items: center;
        display: inline-flex;
        justify-content: center;
        min-height: 24px;
        min-width: 24px;
    }
}
