﻿.get-a-quote__container {
    /*border-top: 1px solid #CCC;*/
    margin-top: 20px;
}

.get-a-quote__quote {
    position: relative;
    padding: 40px 6px 10px 6px;
    margin-bottom: 10px;
    border-left: 3px solid #DDD;
}

.get-a-quote__quote {
    border-top: 1px solid #CCC;
}

.get-a-quote__quote:last-child {
    border-bottom: 1px solid #CCC;
}

.get-a-quote__indicator {
    position: absolute;
    top: 15px;
    left: 5px;
    color: forestgreen;
}

.get-a-quote__quote-remove {
    position: absolute;
    top: 10px;
    right: 5px;
    cursor: pointer;
}

.get-a-quote__radio-label {
    padding: 0 3px 0 23px;
    border: 1px solid rgba(255,255,255,0);
    border-radius: 3px;
    margin-left: 5px !important;
}

.get-a-quote__radio-label--selected {
    border: 1px solid #e0f1e9 /*rgba(237,62,73,0.6)*/;
    background: #e0f1e9 /*rgba(237,62,73,0.1)*/;
}