.page-title-wrapper .base {
    color: #9a9a9a;
    font-size: 32px;
    font-weight: bold;
}
#quoterequest-form {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}
.fieldset .legend{
    font-weight: bold;
}
#quoterequest-form .fieldset .form-input-field {
    width: 38%;
    float: left;
    margin: 10px;
    display: block;
    overflow: hidden;
}
#quoterequest-form .field.note.no-label {
    display: block;
    width: 100%;
    float: left;
}
.productpartrow {
    display: block;
    width: 100%;
}
.pp-buttons-container {
    display: block;
    overflow: hidden;
    width: 5%;
    text-align: center;
    margin-top: 5px;
    float: left;
}
.comment #comment {
    background: #f8f5f2;
    border: 1px solid #ccc;
    border-radius: 8px;
    color: #000;
    width: 80%;
}
.form-input-field .input-text {
    background: #f8f5f2;
    border-radius: 8px;
    border: 1px solid #ccc;
    color: #000;
}
#add-new {
    border: none;
    box-shadow: none;
    background-color: transparent;
}
.add-btn {
    display: inline-block;
    height: 30px;
    width: 30px;
    overflow: hidden;
    text-indent: 9999em;
    background: url(../images/btnNewRow.png) no-repeat;
    cursor: pointer;
    top: 1px;
    position: relative;
    background-color: transparent;
}
#quoterequest-form .productpartrow .control.form-input-field {
    width: 25%;
    float: left;
}
@media only screen and (max-width: 940px) {
    #quoterequest-form .fieldset .form-input-field {
        width: 46%;
    }
}
@media only screen and (max-width: 767px) {
    #quoterequest-form .fieldset .form-input-field {
        width: 96%;
    }
    .pp-buttons-container {
        margin: 10px auto;
        float: none;
    }
}
@media only screen and (max-width: 640px) {
    #quoterequest-form .productpartrow .control.form-input-field {
        width: 96%;
    }
}
