#js-holder-map {
    width: 100%;
    /*height: 900px;*/
    aspect-ratio: 1.39;
    /*aspect-ratio: 0.72;*/
    position: relative;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
}

#js-holder-vicinity-map {
    width: 100%;
    height: 900px;
    max-width: 100%;
}

.plans-site-map {
    width: 100%;
    aspect-ratio: 1.39;
    max-width: 100%;
    margin-top: 10px;
}

#description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#js-holder-map #infowindow-content {
    display: inline;
}

.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: Roboto;
    text-align: center;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

.pac-controls label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 60%;
    auto-align: center;
    height: 40px;
    margin-top: 10px;
}

#pac-input:focus {
    border-color: #4d90fe;
}

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

#target {
    width: 345px;
}

.vertband {
    overflow-y: scroll;
    width: 265px;
}

.horband {
    height: 165px;
    overflow-x: scroll;
}

.vertband img {
    margin: auto;
    padding-bottom: 5px;
}

.vertband div {
    text-align: right;
}

.horband img {
    float: left;
    margin-left: 5px;
}

.iwrap {
    position: relative;
}

.iwrap .tooltiptext {
    top: 0;
    left: 0;
    visibility: hidden;
    width: 120px;
    background-color: white;
    color: black;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 9191;
    margin-right: 120px;
}

.iwrap:hover .tooltiptext {
    visibility: visible;
}

/*V4 START*/
.card-pdf-holder-v4 {
    height: 830px !important;
    /*background-color: #0e9820;*/
}

.card-pdf-holder-v4 .header-holder-title {
    font-size: 18px !important;
}

.card-pdf-holder-v4 .header-holder {
    height: 400px !important;
    /*background-color: yellow;*/
}

.cards-v4-td {
    font-size: 12px;
    line-height: 12px;
}

.v4-table-header-small {
    font-size: 12px;
}

.cards-v4-td-failsafe {
    font-size: 13px;
    line-height: 13px;
}

.v4-table-header-small-failsafe {
    font-size: 13px;
}

.v4-emphase-values {
    font-size: 18px;
}
/*V4 END*/

/*V6 START*/
.card-pdf-holder-v6 {
    height: 740px !important;
    /*background-color: #0e9820;*/
}

.card-pdf-holder-v6 .header-holder-title {
    font-size: 18px !important;
}

.card-pdf-holder-v6 .header-holder {
    height: 350px !important;
    /*background-color: yellow;*/
}

.card-pdf-holder-v6 .chart-holder {
    height: 350px !important;
}

.cards-v6-td {
    font-size: 12px;
    line-height: 12px;
}

.v6-table-header-small {
    font-size: 12px;
}

.cards-v6-td-failsafe {
    font-size: 13px;
    line-height: 13px;
}

.v6-table-header-small-failsafe {
    font-size: 13px;
}

.v6-emphase-values {
    font-size: 18px;
}
/*V6 END*/

.fspx-19 {
    font-size: 16px;
}

.js-system_total_made_in_usa_html .row-hidden{
    display: none;
}
.show-title-dcb .js-system_total_made_in_usa_html .row-hidden{
    display: table-row;
}
