
/* content renderer override*/
html, body, p {
    font-size: 17px;
    line-height: 24px;
    font-weight: normal;
font-family: "HyundaiSansHeadOfficeLight", sans-serif;
}

.b-contain span, label {font-weight:normal;}

.configContainer {
    margin-bottom: 0;
}

.navbar-toggle .fa {
    display: inline-block;
    font: normal normal normal 25px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

header {
    min-height: unset;
}

button,  [type=button]{
    -webkit-appearance: unset;
    display: unset;
    border: unset;
    border-radius: unset;
    background: unset;
    color: unset;
    font-weight: unset;
    font-family: unset;
    font-size:unset;
    text-transform: unset;
    padding: unset;
    margin: unset;
    vertical-align: unset;
    text-align: unset;
    cursor: unset;
    text-decoration: unset;
    line-height: unset;
}

button:hover,  [type=button]:hover, button:after,  [type=button]:after {
    border: unset;
    background: unset;
    color: unset;
    text-decoration: unset;
}

#change_model, .button-cancel {
-webkit-appearance: none;
    display: inline-block;
    font-size: 1rem;
    padding: 16px;
	font-weight: 600;
    text-transform: none;
    margin: 0 0 .5rem 0;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    line-height: 1;
    color: var(--hyundai-color-blue);
    background: var(--hyundai-color-grey);
    border: 1px solid var(--hyundai-color-grey);
}

#change_model:hover, .button-cancel:hover {
    border: 1px solid var(--form-btn-background);
    background: var(--form-btn-background);
    color: var(--form-btn-color);
}

[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], [type=week], [type=time] {
    height: 44.4px;
}

.iphone, #step4 .input div label, label {font-family: "HyundaiSansHeadOfficeLight", sans-serif; !important}
form button {
    display: inline-block;
    background: #013469;
    border: none;
    border-radius: 0 !important;
    font-family: "HyundaiSansHeadOfficeLight", sans-serif !important;
    font-size: 13px;
    color: #fff;
    line-height: 16px;
    text-align: center;
    padding: 9px 5px;
    /* width: 150px; */
    /* margin: auto; */
    /* margin-top: 0; */
    margin: 0 0 .5rem 0;
    font-weight: 600;
    /*font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, sans-serif;*/
    font-size: 1rem;
    text-transform: none;
    padding: .75rem 1.25rem;
    margin: 0 0 .5rem 0;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    line-height: 1;
}

#bottomHyundai table {
    width: 100%;
    margin: 0;
    padding: 25px;
  
    font-family: Arial;
    color: #666;
font-size: 12px;
}

#bottomHyundai td {
    border-bottom: 0;
    font-size: 12px;
   
    padding: 25px;
}

#bottomHyundai tr:last-child td:last-child {
    text-align: right;
}

#bottomHyundai p {
    font-size: 12px!important;
    margin: 0px 0px 10px 0px;
    line-height: normal;
    font-family: arial, sans-serif;
    color: #666;
}

#bottomHyundai a {
    text-decoration: none;
    color: #666;
    line-height: normal;
}

.configContainer table{
   
    margin:0;
    padding:25px;
    font-family:Arial;
    color:#666;
    font-size:12px
}
.configContainer td{
    border-bottom:0;
    font-size:12px;
    padding:0;
}
.configContainer tr:last-child td:last-child{
    text-align:right
}
.configContainer p{
    font-size:12px!important;
    margin: 0px;
    padding: 4px 0px;
    line-height:normal;
    font-family:arial,sans-serif;
    color:#666
}
