.wrapper .container {
    padding-bottom: 70px;
}

.round-table {
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
}

.tab-pane {
    display: none;
}
.active {
    display: block;
}
.wrapper {
    padding-top: 50px;
    background-color: #f9f9f9;
    padding-bottom: 80px;
}

.printTitle {
    margin-bottom: 10px;
}
.col-xs-6 {
    padding: 15px;
}
.borderLightGray {
    border: 1px solid #eee;
}
.contractPreview img {
    width: 100%;
}

.contractDesc {
    padding-top: 0;
}
.contractTitle {
    font-size: 18px;
    color: #1db177;
    font-weight: bold;
    margin-bottom: 10px;
}

.col-xs-12.nopadding {
    text-align: center;
    padding: 11px 0px !important;
    margin: 4px 0px !important;
}
.tabBtns {
    margin: 30px 0px 50px;
}
.tabBtns > li.active {
    background: #1db177 !important;
    color: #fff !important;
}
.tabBtns > li.active > a {
    background: none !important;
    color: #fff !important;
}
.tabBtns > li a:hover,
.tabBtns > li a:focus {
    background: none !important;
    color: auto !important;
}

.contractDescTableTitle {
    font-size: 16px;
    margin-bottom: 30px;
}
.contractDescTable {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}
.contractDescTable th,
.contractDescTable td {
    border: 1px solid #ebebeb;
}
.contractDescTable tr {
    height: 42px;
}
.subject {
    background: #fafafa;
    font-weight: bold;
    width: 70px;
    padding-left: 5px;
}
.content {
    padding-left: 10px;
}
.downloadBtnGroup a {
    margin-right: 10px;
}
.cardWrap {
    padding: 0 !important;
}
.card {
    width: 100%;
    display: inline-block;
    padding: 30px;
    background-color: #fff;
}
.cardTitle {
    font-weight: bold;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 6px;
}
.cardSubTitle {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.87);
}
.cardLinkBtn {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 16px;
    color: #1db177;
    font-weight: 500;
}
.cardLinkBtn:hover {
    color: #1db177;
}
.cardLinkBtn::after {
    content: "";
    width: 23px;
    height: 23px;
    background: url("/images/z-ignore-color-symbol-tintable-black.png")
        no-repeat center;
}
.printTitle h1 {
    margin: 0;
    font-size: 22px;
    font-weight: bold;
}
