#wizmo-albis-connector-leasing-form .form-add {
    margin-bottom: 10px;
}
#wizmo-albis-connector-leasing-form .date .select-field {
    display: inline-block;
}
#wizmo-ratings-overview-spinner {
    background: url('../images/loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
    z-index: 3;
}
#payment_form_wizmo_albispayment table thead th {
    padding: 5px;
    font-weight: bold;
}
/* The Modal (background) */
#wLeasingTable.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
#wLeasingTable .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 0px 20px 20px 20px;
    border: 1px solid #888;
    width: 90%; /* Could be more or less, depending on screen size */
}
@media screen and (min-width: 900px) {
    #wLeasingTable .modal-content {
        width: 70%;
    }
}
@media screen and (min-width: 1200px) {
    #wLeasingTable .modal-content {
        width: 50%;
    }
}
/* The Close Button */
#wLeasingTable .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
#wLeasingTable .close:hover,
#wLeasingTable .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/*Table styles*/
#wLeasingTable body {
    line-height: 1.25;
}
#wLeasingTable table.responsive-table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0 0 1rem 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}
#wLeasingTable table.responsive-table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}
#wLeasingTable table.responsive-table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}
@media screen and (min-width: 700px) {
    #wLeasingTable table.responsive-table th,
    #wLeasingTable table.responsive-table td {
        font-size: 12px;
    }
}
#wLeasingTable table.responsive-table th,
#wLeasingTable table.responsive-table td {
    padding: .625em;
    text-align: center;
    font-size: 12px;
}
#wLeasingTable table.responsive-table th {
    font-size: .85em;
    letter-spacing: .1em;
    padding: 5px;
    font-weight: bold;
    background: #3399cc;
    color: white;
    word-wrap: break-word;
}
@media screen and (max-width: 700px) {
    #wLeasingTable table.responsive-table {
        border: 0;
    }
    #wLeasingTable table.responsive-table caption {
        font-size: 1.3em;
    }
    #wLeasingTable table.responsive-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    #wLeasingTable table.responsive-table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }
    #wLeasingTable table.responsive-table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }
    #wLeasingTable table.responsive-table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        color: #9e9e9e;
    }
    #wLeasingTable table.responsive-table td:last-child {
        border-bottom: 0;
    }
}
a#wShowLeasingTable {
    margin-bottom: 21px;
    display: inline-block;
    padding: 7px 11px;
}
a#wShowLeasingTable:hover {
    text-decoration: none;
    border: 1px solid #888;
    color: #888;
}
.wShowLeasingTableInfo {
    border: 1px solid #3399cc;
    color: #3399cc;
}
.wShowLeasingTableNotice {
    border: 1px solid #721c24;
    color: #721c24;
}
div#wLeasingTable {
    z-index: 10;
}
#wLeasingTable .inline-block {
    display: inline-block;
    vertical-align: bottom;
}
.w_load_Rate {
    padding: 5px 15px 6px;
}
button.btn-cart,
a#wShowLeasingTable {
    cursor: pointer;
}