.boat-builder {
    font-size: .9em;
}

    .boat-builder textarea {
        padding: 5px;
        border-color: darkGray;
        color: #222;
    }

.dsm-table {
    width: 100%;
}

table.customer-boat-info th, table.boat-options-table th, table.dealer-options-table th {
    background: #e5e5e5;
    padding: 4px;
    border-top: solid 1px #888;
    border-bottom: solid 1px #888;
    margin: 0;
    font-weight: bold;
}

.customer-boat-info th {
    color: #222;
}

.customer-boat-info td, .boat-options-table td, .dealer-options-table td {
    padding: 2px 4px;
    line-height: 1.3em;
    color: #222;
}

.boat-options-table td {
    /*vertical-align: top;*/
}

table.included-options h3 {
    text-transform: uppercase;
}

.dealer-options-table input {
    width: 70px;
    padding-right: 2px;
}

    .dealer-options-table input[type="text"] {
        text-align: right;
    }

.boat-options-table {
    margin-bottom: 15px;
    /*width: 825px;*/
}

    .boat-options-table table {
        margin-bottom: 15px;
        width: 100%;
    }

    /*.edit-label, .editor-label
{
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #888 !important;

}
*/

    .loan-application .customer-boat-info td,
    .boat-options-table td,
    .dealer-options-table td {
        xpadding: 0 4px 0 0;
    }

.loan-application .customer-boat-info td {
    vertical-align: top;
    padding: 0 4px 0 0;
}

    .loan-application .customer-boat-info td:first-child + td + td {
        padding-left: 0;
    }

.loan-application div.editor-label {
    font-size: .8em;
    text-align: left;
    float: none;
    xwidth: 175px;
    white-space: nowrap;
}

.loan-application div.editor-field {
    float: none;
    display: block;
    margin-bottom: 5px;
}

td.option, td.part-no {
    padding-right: 20px;
}

td.price {
    width: 60px;
}

td.right {
    text-align: right;
}

    td.right input {
        text-align: right;
        width: 60px;
    }

th.right {
    text-align: right;
}

td.total-column {
    vertical-align: top;
    width: 30%;
}

.boat-builder hr {
    border: 0;
    border-top: 1px solid #dfdfdf;
    margin: 5px 0;
    padding: 0;
    display: block;
    clear: both;
}

.total {
    font-size: 1.5em;
}

.customer-boat-info td:first-child + td + td {
    padding-left: 30px;
}

/* Fixed Floating Price
-----------------------------------------------------------*/

@media (max-width: 767px) {
    #commentWrapper {
        top: 60px;
    }
}

@media (min-width: 768px) {
    #commentWrapper {
        top: 137px;
        /* height: 1000px; */
    }
}

#commentWrapper {
    /* required to avoid jumping */
    position: fixed;
    right: 0px;
    max-width: 300px;
    background: #e5e5e5;
    /*color: white;*/
    padding: 10px 10px;
    z-index: 1000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /* future proofing */
}

    #commentWrapper .btn {
        background-color: #e5e5e5 !important;
        color: black !important;
    }

    #commentWrapper a {
        /*color: white;*/
        text-decoration: underline;
    }

    #commentWrapper h1, #commentWrapper h2 {
        line-height: 1em;
    }

    #commentWrapper h2 {
        margin-left: 5px;
    }

#comment {
    background-color: #ffffff;
    padding: 20px 8px;
    padding-bottom: 50px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
}

    #comment.fixed {
        position: fixed;
        top: 5px;
    }

.comment {
    background-color: #ffffff;
    padding: 20px 8px;
    /*padding-bottom: 50px;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
}

    .comment.fixed {
        position: fixed;
        top: 5px;
    }

#OptionList {
    max-height: 120px;
    overflow: auto;
    font-size: 11px;
}

#comment .price {
    font-size: 1.5em;
    font-weight: bold;
}

.msrp {
    margin: 10px 5px 5px 5px;
}

.model-image img {
    max-width: 400px;
    max-height: 300px;
}

.addDealerInstalledOptions, .addRiggingPrep, .boatOrderOptionEdit {
    text-decoration: underline;
    cursor: pointer;
}

.addDealerInstalledOptions, .addRiggingPrep {
    font-size: .8em;
}

.resultRow {
    display: none;
    border: 1px solid #135271;
    background-color: #F0F0F0;
}

    .resultRow td {
        padding: 3px 6px;
    }

.red {
    color: #811710 !important;
}

.highlight {
    background-color: #f6f6f6;
}
