.form-group {
    margin-bottom: 18px;
}

.panel-body {
    padding: 14px 0px;
}

.aesthetics {
    margin-top: 10px;
    padding-top: 20px;
}

.vendor_alignment {
    margin-left: 50px;
}

.aesthetics > h1 {
    margin-bottom: 25px;
}

.aesthetics_images > img {
    margin: 10px;
    width: 25%;
}

.aesthetics_images {
    text-align: center;
}

.schedule_bar {
    color: #000;
    display: inline-block;
    font-size: 1.5em;
    font-weight: 600;
    font-variant: small-caps;
    float: right;
    height: 24px;
    text-align: center;
}

.schedule_date {
    display: inline-block;
    float: right;
    height: 14px;
    margin-right: -3.275%;
    width: 80px;
}

#date_row {
    margin-top: 60px;
}

#last_date {
    display: inline-block;
    float: right;
    height: 14px;
    margin-right: -20px;
    width: 80px;
}

.flip-wrapper {
    float: right;
    position: relative;
    left: -50%;
    margin-top: 30px;
}

#flip-counter {
    position: relative;
    left: 50%;
    clear: both;
}


.schedule_bar {
    color: #000;
    display: inline-block;
    font-size: 1.5em;
    font-weight: 600;
    font-variant: small-caps;
    float: right;
    height: 24px;
    text-align: center;
}

.aesthetics_images > img {
    margin: 10px;
    width: 25%;
}

.search-wrap {
    display: none;
}

.site-header {
    border-bottom: 1px solid #ddd;
}

.schedule_bar {
    color: #000;
    display: inline-block;
    font-size: 1.5em;
    font-weight: 600;
    font-variant: small-caps;
    float: right;
    height: 24px;
    text-align: center;
}

#date_row {
    margin-top: 60px;
}

#last_date {
    display: inline-block;
    float: right;
    height: 14px;
    margin-right: -20px;
    width: 80px;
}

.flip-wrapper {
    left: 0px;
    float: none;
    position: inherit;
    margin-left: 100px;
    margin-top: 30px;
}

#flip-counter {
    left: 0%;
    clear: both;
}

.scenario_name {
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.with_left_margin {
    margin-left: 100px;
}

.header-mini {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 1.8em;
}

.header-mini-value {
    margin-left: 100px;
    color: #5F5F63;
    font-size: 3em;
}

@media only screen and (max-width: 800px) {
    .flip-wrapper {
        margin-left: 0px;
    }

    .mission_alignment_tags li {
        font-size: 2em;
    }

    .vendor_alignment {
        margin-left: 0px;
    }

    .mission_alignment_tags {
        margin-left: 30px;
    }

    .header-mini-value {
        margin-left: 0px;
        font-size: 2em;
    }

}

@media screen and (max-width: 767px) {
    .table {
        display: table;
    }
}

@media print {

    * {
        background: transparent !important;
        /* color: black !important; */
        text-shadow: none !important;
        filter: none !important;
    }

    .aesthetics_images > img {
        margin: 10px;
        width: 30%;
    }

    #date_row {
        margin-top: 40px;
    }

    #last_date {
        display: inline-block;
        float: right;
        height: 14px;
        margin-right: -20px;
        width: 120px;
    }

    div.scenario-output, div.mission_alignment {
        /*page-break-before: always;*/
    }

    .header-mini-value {
        margin-left: 50px;
        font-size: 2em;
    }

    .vendor_alignment {
        margin-left: 50px;
    }

    .header-mini {
        margin-top: 20px;
        margin-bottom: 0px;
        font-size: 1.5em;
    }

    .header-mini-value {
        margin-left: 100px;
        color: #5F5F63;
        font-size: 2em;
    }

}

.page-break {
    page-break-after: always;
}

.page-break-after {
    page-break-after: always;
}

.page-break-before {
    page-break-before: always;
}


.slider-label {
    padding-left: 5px;
}

.computed-value {
    font-family: 'Share Tech Mono', monospace;
    font-size: 70px;
    padding-top: 50px;
    margin: 0px auto;
    width: 100%;
    text-align: center;
}

.computed-value.computed-value-view {
    padding-top: 20px;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .computed-value {
        font-size: 30px;
        padding-top: 10px;
        padding-bottom: 30px;
    }

}

.slider.slider-horizontal {
    width: 100%
}

#scenario_form {
    margin-top: 80px;
}

/* MORE LIKE THIS BLOCK */

.more-like-this {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    flex-direction: column;
}

.more-like-this__controls {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: right;
}

.more-like-this__radio-block {
    position: relative;
    flex-grow: 1;
    flex-basis: 50px;
    max-width: 100px;
    margin: 5px;
    align-items: center;
    text-align: left;
    justify-content: left;
    display: flex;
    padding: 5px 10px;
    border: 1px solid #efefef;
    border-radius: 10px;
}

.more-like-this__label {
    margin-bottom: 0px;
    padding-left: 10px;
    cursor: pointer;
}

.more-like-this__input {
    margin: 0px !important;
    cursor: pointer;
}

.more-like-this__images {
    display: flex;
    flex-wrap: wrap;
    flex-direction: rows;
}

#id_person_count, #id_square_footage {
    width: auto;
}
