﻿body {
}

.subarenda--s {
    background: #FFFFFF;
    border-radius: 6px;
    margin-bottom: 69px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* Linear */

    background: linear-gradient(90deg, #06BBC7 0%, #348CF3 100%);
    border-radius: 6px;
}

    .subarenda--s h3 { /* h4 */
        font-family: Ubuntu;
        font-style: normal;
        font-weight: bold;
        font-size: 26px;
        line-height: 30px;
        /* identical to box height */
        letter-spacing: -0.02em;
        /* Dark */
        color: #2C3537;
        margin-bottom: 11px;
        /* h4 */

        font-family: 'Ubuntu-bold';
        font-style: normal;
        font-weight: 700;
        font-size: 26px;
        line-height: 30px;
        /* identical to box height */

        letter-spacing: -0.02em;
        /* White Background */

        color: #FFFFFF;
    }

    .subarenda--s p { /* Body M */
        font-family: Ubuntu;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        /* identical to box height, or 129% */
        /* Dark Gray */
        color: #878A8A;
        /* Body M */

        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        /* identical to box height, or 129% */
        /* White Background */

        color: #FFFFFF;
    }
     
    .subarenda--s a div { /* main color */
        background: #008F91;
        box-shadow: 0px 8px 14px rgb(0 0 0 / 0%);
        border-radius: 6px;
        padding: 14px 30px;
        /* Body L */
        font-family: Ubuntu;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        /* identical to box height, or 125% */
        text-align: center;
        color: #FFFFFF;
        cursor: pointer;
        /* White Background */

        background: #FFFFFF;
        /* Body L */

        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        /* identical to box height, or 125% */

        text-align: center;
        /* Link text */

        color: #007FF5;
    }

        .subarenda--s a div:hover {
            background: #008F91;
            box-shadow: 0px 8px 14px rgb(0 0 0 / 18%);
            border-radius: 6px;
            padding: 14px 30px;
            font-family: Ubuntu;
            font-style: normal;
            font-weight: normal;
            /* White Background */

            background: #FFFFFF;
            box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.18);
            border-radius: 6px;
        }

.modal-header {
}

div#myModalpro .modal-header {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

div#myModalpro .modal-content {
    width: 522px !important;
    height: 492px !important;
}

.modal-dialog {
}

div#myModalpro .modal-dialog {
    display: flex;
    justify-content: center;
    z-index: 9999;
    margin-top: 155px;
}

div#myModalpro {
}

    div#myModalpro .modal-header button {
        display: flex;
        margin-bottom: -9px;
    }

h4#myModalLabel {
}

div#myModalpro h4#myModalLabel { /* Title */
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    /* identical to box height, or 118% */
    /* Dark */
    color: #2C3537;
    margin-left: 0px;
}

div#myModalpro input { /* White Background */
    background: #FFFFFF;
    /* Mid Gray */
    border: 1px solid #D2D4D4;
    box-sizing: border-box;
    border-radius: 6px;
    width: 442px;
    height: 48px;
    padding-left: 11px;
}

.modal-header {
}

div#myModalpro .modal-header {
    padding: 39px 29px 0px;
}

div#myModalpro .modal-body h3 { /* Body M */
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    /* or 129% */
    color: #2C3537;
}

div#myModalpro .modal-footer button {
    width: 100%;
}

div#myModalpros .modal-footer button {
    width: 100%;
}

div#myModalproz .modal-footer button {
    width: 100%;
}

div#myModalpro .modal-footer {
    padding: 0px 38px 49px 24px;
}

div#myModalpros .modal-footer {
    padding: 0px 40px 40px 40px;
}

div#myModalproz .modal-footer {
    padding: 0px 38px 49px 24px;
}

div#myModalpros .modal-footer button:hover {
    background: #008F91;
    box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.18);
    border-radius: 6px;
}

div#myModalpro .modal-footer button:hover {
    background: #008F91;
    box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.18);
    border-radius: 6px;
}

div#myModalproz .modal-footer button:hover {
    background: #008F91;
    box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.18);
    border-radius: 6px;
}

div#myModalpro .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #008F91 !important;
    border-color: #008F91 !important;
}

div#myModalpros .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #008F91 !important;
    border-color: #008F91 !important;
}

div#myModalproz .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #008F91 !important;
    border-color: #008F91 !important;
}

div#myModalpro.modal-footer p {
}

div#myModalpro .modal-footer p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    /* middle_gray */
    color: #99A0A2;
}


div#myModalpros .modal-dialog {
    z-index: 99;
}

div#myModalpros .modal-content {
    width: 522px !important;
    height: 380px !important;
    /* display: flex; */
}



div#myModalpros .modal-dialog {
    display: flex;
    justify-content: center;
    margin-top: 155px;
}

h4#myModalLabel {
}

div#myModalpros h4#myModalLabel { /* Title */
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    /* identical to box height, or 118% */
    /* Dark */
    color: #2C3537;
    margin-left: 0px;
}

.modal-header {
}

div#myModalpros .modal-header {
    padding-bottom: 0px;
    padding: 40px 40px 0px 40px;
}

div#myModalpros .modal-body ul { /* Light Gray */
    background: #EFEFEF;
    border-radius: 6px;
    padding: 16px 24px;
    display: grid;
    grid-gap: 13px;
}

    div#myModalpros .modal-body ul li {
        display: grid;
        grid-template-columns: 26% 74%;
        grid-gap: 13px;
        /* margin-bottom: 18px; */
    }

div#myModalpros .modal-body p.checkFail { /* Body L */
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    /* or 125% */
    /* Dark */
    color: #2C3537;
    margin: 16px 0px 0px 0px;
}

div#myModalpros .modal-body {
    padding-right: 40px;
    padding-left: 40px;
}

div#myModalpros ul li p { /* Body M */
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height, or 129% */
    /* Dark Gray */
    color: #878A8A;
}

div#myModalpros ul li span { /* Accent XS */
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
    /* identical to box height, or 20px */
    /* Dark */
    color: #2C3537;
}





























div#myModalproz .modal-dialog {
    z-index: 99;
}

div#myModalproz .modal-content {
    width: 522px !important;
    height: 380px !important;
    /* display: flex; */
}



div#myModalproz .modal-dialog {
    display: flex;
    justify-content: center;
    margin-top: 155px;
}

h4#myModalLabel {
}

div#myModalproz h4#myModalLabel { /* Title */
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    /* identical to box height, or 118% */
    /* Dark */
    color: #2C3537;
    margin-left: 0px;
}

.modal-header {
}

div#myModalproz .modal-header {
    padding-bottom: 0px;
    padding: 40px 40px 0px 40px;
}

div#myModalproz .modal-body ul { /* Light Gray */
    background: #EFEFEF;
    border-radius: 6px;
    padding: 16px 24px;
    display: grid;
    grid-gap: 13px;
}

    div#myModalproz .modal-body ul li {
        display: grid;
        grid-template-columns: 26% 74%;
        grid-gap: 13px;
        /* margin-bottom: 18px; */
    }

div#myModalproz .modal-body h3 { /* Body L */
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    /* or 125% */
    /* Dark */
    color: #2C3537;
    margin: 16px 0px 0px 0px;
}

div#myModalproz .modal-body {
    padding-right: 40px;
    padding-left: 40px;
}

div#myModalproz ul li p { /* Body M */
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height, or 129% */
    /* Dark Gray */
    color: #878A8A;
}

div#myModalproz ul li span { /* Accent XS */
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
    /* identical to box height, or 20px */
    /* Dark */
    color: #2C3537;
}

div#myModalproz .modal-footer a div { /* Tangerine */
    background: #F05E22;
    box-shadow: 0px 8px 14px rgb(0 0 0 / 0%);
    border-radius: 6px;
    /* Inside auto layout */
}

div#myModalproz .modal-footer a { /* Tangerine */
    background: #F05E22;
    box-shadow: 0px 8px 14px rgb(0 0 0 / 0%);
    border-radius: 6px;
    /* Inside auto layout */
    width: 100%;
}

    div#myModalproz .modal-footer a:hover { /* Tangerine */
        background: #F05E22;
        box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.18);
        border-radius: 6px;
        /* Inside auto layout */
    }

div#myModalproz a.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background: #F05E22 !important;
    box-shadow: 0px 8px 14px rgb(0 0 0 / 0%);
    border-radius: 6px;
    width: 100%;
}

div#myModalpros {
}

    div#myModalpros .modal-footer a div { /* Body L */
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        /* identical to box height, or 125% */
        text-align: center;
        /* White Background */
        color: #FFFFFF;
        /* Inside auto layout */
        /* Teal */
        background: #008F91;
        box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.18);
        border-radius: 6px;
        /* Inside auto layout */
        padding: 14px;
        width: 100%;
    }

    div#myModalpros .modal-footer {
        display: inline-block;
        padding: 0px 40px;
    }

h3.checkFail a {
    color: #007bff;
    border-bottom: 1px solid;
}
























div#myModalpros {
}

    div#myModalpros .modal-footer a div { /* Body L */
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        /* identical to box height, or 125% */
        text-align: center;
        /* White Background */
        color: #FFFFFF;
        /* Inside auto layout */
        /* Teal */
        background: #008F91;
        box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.18);
        border-radius: 6px;
        /* Inside auto layout */
        padding: 14px;
        width: 100%;
    }

    div#myModalpros .modal-footer {
        display: inline-block;
        padding: 40px 40px;
    }

h3.checkFail a {
    color: #007bff;
    border-bottom: 1px solid;
}

button.close {
}

div#myModalpros button.close {
    font-size: 38px;
    font-weight: 400;
    padding: 7px 16px 16px 16px;
    /* margin: -11px 0px 0px 0px; */
}

div#myModalpros .modal-body {
    height: max-content;
}

div#myModalpros .modal-content {
    height: max-content !important;
}

    div#myModalpros .modal-content .s_a--i {
        background: transparent;
        margin-bottom: 76px;
        grid-gap: 3px !important;
        display: grid;
        list-style: circle !important;
    }

ul.s_a--i {
}

    ul.s_a--i li {
        display: inline-block !important;
        list-style: circle !important;
        /* grid-gap: 13px !important; */
        /* margin-bottom: 31px; */
    }

div#myModalpros .s_a--i li span {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 136%;
    color: #2C3537;
    margin-right: 11px;
    margin-left: -19px;
}

ul.s_a--i li a {
    color: #007bff;
    border-bottom: 1px solid;
}

div#myModalpro .modal-body, div#myModalpro .modal-header, div#myModalpro .modal-footer {
    padding-left: 40px;
    padding-right: 40px;
}

    div#myModalpro .modal-body input {
    }

    div#myModalpro .modal-footer > :not(:last-child), div#myModalpro .modal-footer > :not(:first-child) {
        margin: 0px;
        width: 100%;
    }

    div#myModalpro .modal-footer > :not(:first-child) {
    }

div#myModalpro .modal-footer {
    padding-bottom: 40px !important;
    grid-gap: 25px !important;
}

div#myModalpros .modal-body ul.rent-success {
    background: #E7F5EE;
    /* Teal */
    border: 1px solid #008F91;
    box-sizing: border-box;
    border-radius: 6px;
    /* Inside auto layout */
}

div#myModalpros .modal-body ul.rent-unsuccess {
    background: #FFF4F4;
    /* Red */
    border: 1px solid #ED3A32;
    box-sizing: border-box;
    border-radius: 6px;
    /* Inside auto layout */
}

button.btn.btn-primary.btn-default.checkFail {
    margin: 0px !important;
}

button.btn.btn-primary.btn-default.checkFail {
    margin: 0px !important;
}

button.btn.btn-primary.btn-default.checkSuccess {
    margin: 0px !important;
    /* Tangerine */
    background: #F05E22;
    box-shadow: none;
    border-radius: 6px;
    /* Inside auto layout */
}

    button.btn.btn-primary.btn-default.checkSuccess:hover {
        box-shadow: 0px 8px 14px rgb(0 0 0 / 18%);
        background: #F05E22 !important;
    }

@media(max-width:1200px) {
    .subarenda--s {
        flex-direction: column !important;
        grid-row-gap: 22px !important;
        margin: 20px !important;
    }

    .subarenda--s {
        display: none !important;
    }
}

.img-container {
    background: #F5F5F5;
    height: 411px;
    position: absolute;
    min-width: 100%;
    z-index: -1;
    left: 0%;
    right: 0%;
    margin-top: -346px;
    margin-top: -390px;
    background: #F5F5F5;
    height: 499px !important;
    margin-top: -364px !important;
    margin-top: -411px !important;
}

.nz-programms--buttons {
    position: unset !important;
    opacity: 1 !important;
}

.main {
    margin-bottom: 500px;
    margin-bottom: 71px;
}

element.style {
    background: red !important;
}

.nz-sum {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 430px !important;
    background: #F4F4F4;
    margin-top: 3px !important;
    padding: 37px 386px 70px 420px !important;
    display: inline-block;
    justify-content: center;
    grid-gap: 75px;
}

.div-div {
    border: 0.5px solid #2C3537;
    height: 133px;
    width: 0px;
    display: flex;
    margin-left: 216px !important;
    position: absolute;
}

.nz-sum-div {
    display: flex;
    width: 100%;
    height: max-content;
    grid-gap: 5px;
    padding-left: 65px !important;
}

.s_a--usl {
    display: flex;
    justify-content: space-between; /* align-items: center; */
}

    .s_a--usl div ul li {
        display: grid;
        grid-template-columns: 13% 87%;
        align-items: center; /* grid-gap: 13px; */
    }

    .s_a--usl ul li p {
        width: 517px;
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
        /* Dark */

        color: #2C3537;
    }

    .s_a--usl h3 { /* h4 */

        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 700;
        font-size: 26px;
        line-height: 30px;
        letter-spacing: -0.02em;
        /* Dark */

        color: #2C3537;
    }

    .s_a--usl div ul {
        display: grid;
        grid-gap: 21px;
        margin: 0px;
    }

.s_a--prov {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Linear */

    background: linear-gradient(90deg, #06BBC7 0%, #348CF3 100%);
    border-radius: 6px;
    padding: 30px;
}

    .s_a--prov h3 {
        display: flex;
        align-items: center;
        grid-gap: 30px; /* Subtitle */

        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 26px;
        /* identical to box height, or 118% */
        /* White Background */

        color: #FFFFFF;
    }

    .s_a--prov a div { /* White Background */

        background: #FFFFFF;
        box-shadow: 0px 8px 14px rgb(0 0 0 / 3%);
        border-radius: 6px;
        /* Inside auto layout */; /* Body L */

        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        /* identical to box height, or 125% */

        text-align: center;
        /* Link text */

        color: #007FF5;
        /* Inside auto layout */;
        padding: 14px 30px;
    }

        .s_a--prov a div:hover {
            background: #FFFFFF;
            box-shadow: 0px 8px 14px rgb(0 0 0 / 18%);
            border-radius: 6px;
            font-family: 'Ubuntu';
        }
#modalPledgeOTPVerify .modal-content {
    height: max-content !important;
    width: 500px !important;
}
.s_a--prov {
    margin: 71px 0px;
}

.s_a--treb {
    display: grid;
    grid-template-columns: 46% 45%;
    justify-content: space-between;
    grid-gap: 102px;
    margin-bottom: 71px;
    align-items: baseline;
}

    .s_a--treb ul li {
        display: grid;
        grid-template-columns: 9% 89%;
        align-items: center;
        grid-gap: 10px;
    }

    .s_a--treb div { /* flex-basis: 58%; */
    }

    .s_a--treb ul {
        display: grid;
        grid-gap: 21px;
    }

    .s_a--treb h3 {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 700;
        font-size: 26px;
        line-height: 30px;
        /* identical to box height */

        letter-spacing: -0.02em;
        /* Dark */

        color: #2C3537;
    }

    .s_a--treb div {
        display: grid;
        grid-gap: 26px;
    }

    .s_a--treb ul {
        display: grid;
        grid-gap: 21px;
        background: #FFFFFF;
        border: 1px solid #99A0A1;
        box-sizing: border-box;
        border-radius: 14px;
        padding: 31px;
    }

.s_a--podt {
    margin: 600px 0px 0px 0px;
    background: #FFFFFF;
    border: 1px solid #99A0A2;
    box-sizing: border-box;
    border-radius: 14px;
    padding: 49px;
    display: flex;
    align-items: center;
    grid-gap: 130px;
}

    .s_a--podt object {
        margin-bottom: 0px !important;
    }

    .s_a--podt h3 { /* Title */

        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 700;
        font-size: 22px;
        line-height: 26px;
        /* identical to box height, or 118% */


        color: #2C3537;
    }

    .s_a--podt p { /* Body L */

        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        /* or 125% */


        color: #000000;
        margin: 13px 0px;
    }

    .s_a--podt a div { /* Teal */

        background: #008F91;
        border-radius: 6px;
        width: max-content;
        padding: 11px 19px;
        display: flex;
        align-items: center;
        grid-gap: 19px; /* Body L */

        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        /* identical to box height, or 125% */

        display: flex;
        align-items: center;
        text-align: center;
        /* White Background */

        color: #FFFFFF;
    }

    .s_a--podt div a {
        width: max-content !important;
    }
.s_a--rasc {
    display: grid;
    align-items: normal;
    margin: 580px 0px;
    grid-template-columns: 40% 50%;
    grid-gap: 119px;
    place-items: center;
    margin-bottom: 71px;
}

    .s_a--rasc h3 { /* h4 */

        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 700;
        font-size: 26px;
        line-height: 30px;
        /* identical to box height */

        letter-spacing: -0.02em;
        /* Dark */

        color: #2C3537;
    }

    .s_a--rasc p { /* Body L */

        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        /* or 125% */
        /* Dark */

        color: #2C3537; /* width: 50%; */
    }

    .s_a--rasc div {
        display: grid;
        grid-gap: 25px;
    }
    @media(max-width:1200px) {
        .s_a--obr {
            display: grid;
            width: 100%;
            justify-items: center;
        }

        .s_a--obr {
        }

        .nz-sum.d-flex {
            position: unset !important;
            width: 100% !important;
            display: none !important;
        }

        .s_a--rasc {
            display: grid !important;
            grid-template-columns: 1fr !important;
        }

        h3 {
            width: 100% !important;
        }

        p {
            width: 100% !important;
        }

        .main svg {
            width: 100% !important;
        }

        .s_a--rasc {
            grid-gap: 0px !important;
        }

        .s_a--treb {
            display: grid !important;
            grid-template-columns: 1fr !important;
        }

        .s_a--prov h3 {
            display: grid !important;
            padding: 1px !important;
        }

        .s_a--podt img {
            width: 30% !important;
            height: 30% !important;
            display: none;
        }

        .s_a--obr {
            display: none !important;
        }

        .s_a--obr {
        }
        .s_a--formprimers {
            display: none;
        }
    }
.s_a--formprimers {
    margin: 91px 0px;
    display: grid;
    justify-content: center;
}

.s_a--obr {
    display: grid;
    justify-items: center;
}
div#bankProgrammVue .nz-programms--buttons {
    /*display: none;*/
    opacity:0 !important;
}
div#bankProgrammVue div.nz-programms--buttons {
    z-index: 13;
    margin: -48px;
}
/*div#bankProgrammVue .nz-programms--buttons {
    display: none;
}*/

.s_a--prov {
    display: none;
}

.s_a--usl {
    margin-bottom: 71px;
}

.nz-programms--buttons { /* display: none; */
    opacity: -1 !important;
}

a {
}
.main.sub_main {
    height: max-content;
    min-width: 1300px;
    margin-top: 280px !important;
}
div#bankProgrammVue div.nz-programms--buttons {
    z-index: 13;
    margin: -33px;
}
@media(max-width:1200px){
    .navigation {
        display: none !important;
    }
}

#subsTable {
    border: 1px solid gray;
    border-radius: 6px;
    border-collapse: separate;
    border-spacing: 0;
}
    #subsTable thead {
        background-color: #cdcdcd;
    }
    #subsTable th {
        width: 33%;
        text-align: start;
        border-right: 0px;
        padding: 20px;
        border-right: 1px solid;    
    }



    #subsTable tbody tr td {
        width: 33%;
        text-align: start;
        border-right: 0px;
        padding: 20px;
        border-right:1px solid;
    }
        #subsTable th:last-child, #subsTable tbody tr td:last-child {
            border-right: none;
        }
    #subsTable tbody tr:nth-child(even) {
        background-color: #f2f1f1;
    }