@font-face {
   font-family:'FuturaPTWeb';
   src:url(../fonts/FTN45__W.eot);
   src:local('?'),
       url(../fonts/FTN45__W.eot?#iefix) format('embedded-opentype'),
       url(../fonts/FTN45__W.woff) format('woff'),
       url(../fonts/FTN45__W.ttf) format('truetype'),
       url(../fonts/FTN45__W.svg#FuturaPTWeb-Book) format('svg');
   font-weight:normal;
   font-style:normal;
}
   
@font-face {
   font-family:'FuturaPTWeb';
   src:url(../fonts/FTN85__W.eot);
   src:local('?'),
       url(../fonts/FTN85__W.eot?#iefix) format('embedded-opentype'),
       url(../fonts/FTN85__W.woff) format('woff'),
       url(../fonts/FTN85__W.ttf) format('truetype'),
       url(../fonts/FTN85__W.svg#FuturaPTWeb-Bold) format('svg');
   font-weight:bold;
   font-style:normal;
}



body {
    font-family: "FuturaPTWeb", sans-serif;
    font-size: 15px;
    line-height: 1;
    color: #4B5A69;
    background-color: #fff;
    margin: 15px;
}

.conf-container {
    width: 944px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.conf-print-header {
    height: 50px;
}

.conf-print-header-left > span {
    font-size: 20px;
    color: black;
    float: left;
}

.bold {
    font-weight: bold;
}

.text-uppercase {
    text-transform: uppercase;
}

.conf-print-header-right {
    float: right;
    line-height: 27px;
    vertical-align: middle;
}

.conf-print-header-right > img {
    line-height: 27px;
    vertical-align: middle;
}

.conf-print-header-right > span {
    font-size: 14px;
    color: rgb(120,160,140);
    text-transform: uppercase;
    line-height: 27px;
    vertical-align: middle;
    margin-right: 10px;
}

.conf-print-header-car {
    background-color: rgb(75,90,105);
    color: white;
    width: 100%;
    height: 30px;
    font-size: 16px;
}

.conf-print-header-car-left {
    float: left;
    font-weight: bold;
    line-height: 30px;
    padding-left: 10px;
}

.conf-print-header-car-right {
    float: right;
    text-transform: uppercase;
    line-height: 30px;
    text-align: right;
    padding-right: 10px;
}

.conf-container-car {
    margin-top: 30px;
}

.conf-container-car-left {
    float: left;
}

.conf-container-car-left > span {
    font-size: 14px;
    color: black;
    font-weight: bold;
}

.conf-container-car-right {
    float: left;
    margin-left: 20px;
}

.conf-container-car-brand {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    vertical-align: middle;
    color: black;
    margin-left: 5px;
}

.conf-container-car-right > img {
    line-height: 24px;
    vertical-align: middle;
}

.conf-container-car-description {
    width: 30%;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    color: black;
}

.conf-container-car-input {
    font-size: 16px;
    line-height: 22px;
    color: black;
}

.conf-container-wheel {
    margin-top: 30px;
}

.conf-container-wheel-left {
   font-size: 14px;
   font-weight: bold;
   color: black;
   text-transform: uppercase;
   float: left;
   width: 30%;
}

.conf-container-wheel-middle {
    float: left;
    width: 32%;
    margin-left: 20px;
}

.conf-container-wheel-description {
    width: 30%;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    color: black;
}

.conf-container-wheel-input {
    font-size: 14px;
    line-height: 22px;
    color: black;
}

.conf-container-wheel-right {
    float: left;
    width: 32%;
    margin-left: 20px;
}

.conf-container-wheel-design {
    font-size: 16px;
    color: black;
}

.conf-container-tyre-description {
    width: 30%;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    color: black;
}

.conf-container-tyre-input {
    font-size: 14px;
    line-height: 22px;
    color: black;
}

.conf-container-wheel-remark-img {
    line-height: 26px; 
    vertical-align: middle; 
    margin-right: 5px;
}

.conf-container-wheel-remark {
    font-size: 14px;
    line-height: 26px;
    color: black;
}

.conf-print-btn {
    font-weight: bold;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    padding: 6px 0;
    vertical-align: middle;
    border-radius: 4px;
    border: 1px solid transparent;
    cursor: pointer;
    width: 250px;
    margin-left: 20px;
}

.grey {
    background-color: #4B5A69;
    border-color:#4B5A69; 
}

.red {
    background-color: #CC0000;
    border-color:#CC0000; 
}

.conf-print-btn:hover {
    text-decoration: underline;
}