:root {
    --whitebg: #fff;
    --errorRed: #FF0000;
    --grayBorder: #ccc;
    /* --activeBoxBlue: #068FC3; */
    --covermyButtonHover: #2c3593;
    --covermyColor: #0D0063;
    --covermyButtonColor: #0D0063;
}

#stage2form .address {
    padding: 5px 10px 0 35px;
    font-size: 10pt;
    font-weight: bold;
    color: #92278F;
    width: 100%;
}

.add-vehicle-error {
    color: #F21F2B;
}

.vehicle {
    display: inline-block;
    border: 1px solid #CFD1D2;
    background: #ffffff;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    padding: 0;
    margin: 0 10px;
    font-size: 12pt;
    color: #333333;
    min-width: 200px;
    max-width: 200px;
    overflow: hidden;
}

.vehicle li {
    text-align: center;
    padding: 2px 0;
}

.vehicle .title {
    text-align: center;
    border-bottom: 1px solid #CFD1D2;
    margin-bottom: 10px;
    background: #fafafa;
}

.vehicle .reg {
    font-family: "UKNumberPlate";
    border: 1px solid #000000;
    background-color: #FEDE3E;
    color: #000000;
    padding: 0px 12px;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    font-size: 18pt;
    border-radius: 5px;
}

.vehicle .make-model {
    font-weight: bold;
}

.vehicle .premium {
    text-align: center;
    font-family: "HouschkaMedium";
    font-size: 20pt;
    color: #92278F;
}

.vehicle .premium .discounted {
    font-size: 12pt;
    color: #F21F2B;
}

.vehicle .options {
    margin-bottom: 10px;
}

#vehicleList {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 20px;
}

.vehicle-types-container {
    text-align: center;
}

.page-breakdown-landing .title {
    font-family: "HouschkaLight";
    font-size: 24pt;
    color: #92278F;
    margin: 25px 0 20px;
}

.info-cell .title, .info-cell-plain .title {
    font-family: "HouschkaLight";
    font-size: 14pt;
    color: #92278F;
}

.stats-container .info-cell-plain .title {
    font-size: 30pt;
    text-align: center;
}

.stats-container .info-cell-plain .detail {
    text-align: center;
}

.policy-info-container {
    position: absolute;
    left: 0;
    right: 0;
    background: url('../../images/breakdown/policy-bg-row.png') top center no-repeat;
    height: 502px;
    font-size: 26pt;
    padding: 0;
    margin-top: 30px;
    color: #ffffff;
}

.policy-info-container .title, .speed-container .title {
    color: #ffffff;
    font-family: "HouschkaMedium";
    font-weight: bold;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .policy-info-container {
        font-size: 16pt;
    }
}

.speed-container .title {
    text-align: center;
    font-style: italic;
}

.speed-container .detail {
    text-align: justify;
}

@media (max-width: 767px) {
    .speed-container .detail {
        font-size: 20pt;
    }
}

.speed-container {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 527px;
    background: url('../../images/breakdown/speed-bg.jpg') repeat-y top;
    height: 417px;
    padding: 0;
    color: #ffffff;
    font-size: 24pt;
    line-height: 24pt;
    margin-bottom: 25px;
}

.stats-container {
    margin-top: 969px;
}

.page-breakdown-header li.header-price-from-container {
    font-size: 10pt;
    color: #555555;
    vertical-align: bottom;
    margin-bottom: 5px;
    margin-right: 0;
    position: relative;
    height: 250px;
    width: 147px;
    padding: 0;
}

.page-breakdown-header .header-prices-from {
    padding: 0 50px 25px !important;
    margin-top: 0;
}

@media (max-width: 767px) {
    .page-breakdown-header .header-prices-from {
        padding: 0 15px 25px !important;
        margin-top: 0;
    }
}

.page-breakdown-header .header-price-from-container .top {
    position: absolute;
    height: 120px;
    top: 0;
    width: 100%;
    padding: 5px 10px;
}

.page-breakdown-header .header-price-from-container .middle {
    position: absolute;
    top: 120px;
    bottom: 200px;
    width: 100%;
}

.page-breakdown-header .header-price-from-container .bottom {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.page-breakdown-header li.header-price-from-container .title {
    font-size: 16pt;
    height: inherit;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    margin: auto;
    width: 130px;
}
