

table.price-details {
    margin: 15px 0;
    font-family: 'PFDinDisplayPro-Light';
}

#contactquotepanel {
    font-family: 'PFDinDisplayPro-Light';
}

table.price-details tr:last-child td {
    border: 0px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
}

table.price-details tr td:last-child {
    text-align: right;
}

table.price-resume {
    margin: 15px 0;
    width:100%;
    color: #C69A00;
    font-family: 'PFDinDisplayPro-Light';
}

table.price-resume td {
    border: 0px;
}

.greenColor {
    color:#339933;
}

a.request {
    font-family: 'PFDinDisplayPro-Light';
    width: 100%;
    background-color: #339933;
    color: white;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    padding: 10px 0px;
    margin: 15px 0;
    cursor: pointer;
}

.price-table table td:first-child {
    padding-left: 0;
    text-align: left;
}


#quotepanel input,
#quotepanel textarea,
#quotepanel select {
    width: 100%;
    box-sizing: border-box;
    padding: 4px 6px;
    min-height: 30px;
}

.input-append input {
    width: 75% !important;
}
