
.AgencyContactContainer { display : none; }
.StepSubContentContainer { padding-left : 0px; }
body { min-width : 450px; }
.CarDetailContainer { width : 400px; }
.CarDetailListContainer {overflow:scroll;}
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.SectionLabel {
    color: #C8102E;
}
.SmallButton {
    border: 1px solid #C8102E;
    background-color: #C8102E;
    cursor: pointer;
}
.SmallButton:hover {
    border: 1px solid #a0ce4e;
    background-color: #a0ce4e;
    color: #000;
}
.StepListItem {
    width: auto;  
}
.StepLabelContainer {
    color: #000;
    background-color: #C0C0C0;
    box-shadow: 3px 3px 5px #5A5A5A;
    padding: 5px 20px;
    border: none;
    width: auto;
    font-size: .9em;
}
.StepLabelContainerCurrent {
    color: #fff;
    background-color: #808080;
    font-size: 1em;
}
.StepList {
    min-width: 450px;
    max-width: 500px;
}
.StepSubLabelContainer,
#ctl00_StepRepeater_ctl01_StepLabelPanel span,
#ctl00_StepRepeater_ctl02_StepLabelPanel span,
#ctl00_StepRepeater_ctl07_StepLabelPanel span,
#ctl00_StepRepeater_ctl08_StepLabelPanel span,
#ctl00_StepRepeater_ctl09_StepLabelPanel span {
    display: none;
}
#ctl00_StepRepeater_ctl01_StepLabelPanel:after {
    content: 'General';
}
#ctl00_StepRepeater_ctl02_StepLabelPanel:after {
    content: 'Drivers';
}
#ctl00_StepRepeater_ctl07_StepLabelPanel:after {
    content: 'Vehicles';
}
#ctl00_StepRepeater_ctl08_StepLabelPanel:after {
    content: 'Coverages';
}
#ctl00_StepRepeater_ctl09_StepLabelPanel:after {
    content: 'Choices';
}

#ctl00_StepRepeater_ctl06_StepLabelPanel span { display: none;}
    #ctl00_StepRepeater_ctl06_StepLabelPanel:after {
    content: 'Vehicles';

input[type="text"], input[type="password"], select {
    box-shadow: none;
    padding: 5px 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    font-family: inherit;
}
input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
    border: 1px solid #999;
    outline: none;
}
.ComparisonBuyNowButton, .ComparisonCallToBuyButton {
    background-color: #C8102E;
}
.FlatButton {
    font-size: 1em;
}
.NoThanksButton {
    color: #666666;
    border: none;
    background: none #fff;
}
.NoThanksButton:hover {
    color: #fff;
    border: none;
    background: none #666666;
}
.EditButton,
.DeleteButton,
.AddDriverButton,
.AddCarButton,
.EditButton:hover,
.DeleteButton:hover,
.AddDriverButton:hover,
.AddCarButton:hover {
    border-radius: 25px;
    border: none;
    opacity: 1;
    height: 30px;
}
.EditButton, .DeleteButton {
    background-color: #EDEDED;
    color: #C8102E;
}
.EditButton:hover, .DeleteButton:hover {
    background-color: #C0C0C0;
    color: #148940;
}
.AddDriverButton, .AddCarButton {
    color: #000;
    background-color: #C0C0C0;
}
.AddDriverButton:hover, .AddCarButton:hover {
    color: #fff;
    background-color: #808080;
}
.EntryRequiredContainer span {
    display: none;
}
.EntryRequiredContainer:after {
    content: '*'; 
    color: #C8102E;
}
#ctl00_CPH_SpouseLabel:before {
    content: 'Spouse: ';
}
#ctl00_CPH_SpouseInformationLabel:before {
    content: 'Spouse: ';
}
#ctl00_CPH_SpouseUpdatePanel div div #ctl00_CPH_LicenseInfoLabel:before {
    content: 'Spouse: ';
}
#ctl00_CPH_SpouseUpdatePanel div div #ctl00_CPH_PolicyInformationLabel:before {
    content: 'Spouse: ';
}
.EntryContainer {
    margin-bottom: 7px;
}
.EntryRequiredContainer {
    margin-top: -15px;
}
.StepNavContainer {
    margin-bottom: 10px;
}
.StepLine {
    background-color: transparent;
}
