.page .modal-header {
    display: none;
}
.page .modal-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.page .modal-body .nav,
.page .modal-body .nav + div,
.page .modal-body .tab-content + div {
    width: 100%;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
}
.page .modal-body .nav {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}
.page .modal-body .nav + div {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.page .modal-body .tab-content + div {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.page .modal-body .tab-content {
    max-width: 1140px;
    overflow-x: hidden;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    margin-bottom: 80px;
}
@media (min-width: 1200px) {
    .page .modal-body .tab-content {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}
.page .modal-body .tab-content .border {
    border: 0 !important;
}
.page .modal-body .tab-content .container {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #e5e3e1;
}
.page .modal-body .tab-content .tab-pane table tr:last-child td {
    min-width: 85px;
    height: 140px;
    padding-top: 1rem !important;
}
.page .modal-body .tab-content .tab-pane table tr:last-child td:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    position: relative !important;
}
.page .modal-body .tab-content .tab-pane table tr:last-child td:first-child .img-fluid {
    position: absolute;
    left: 15px;
}
.page .modal-body .tab-content .tab-pane table tr:last-child td:first-child small {
    padding-left: 55px;
    display: block;
}
.page .size-guide-1-references + .modal-header + .modal-body .tab-content .tab-pane table tr:last-child td small:first-child {
    padding-top: 40px;
}
.page .size-guide-1-references + .modal-header + .modal-body .tab-content .tab-pane table tr:last-child td:first-child small:nth-of-type(1) {
    padding-top: 40px;
}
.page .size-guide-2-references + .modal-header + .modal-body .tab-content .tab-pane table tr:last-child td small:first-child {
    padding-top: 49px;
}
.page .size-guide-2-references + .modal-header + .modal-body .tab-content .tab-pane table tr:last-child td:first-child small:nth-of-type(1) {
    padding-top: 49px;
}
.page .size-guide-2-references-man + .modal-header + .modal-body .tab-content .tab-pane table tr:last-child td small:first-child {
    padding-top: 35px;
}
.page .size-guide-2-references-man + .modal-header + .modal-body .tab-content .tab-pane table tr:last-child td:first-child small:nth-of-type(1) {
    padding-top: 35px;
}
.page .size-guide-3-references + .modal-header + .modal-body .tab-content .tab-pane table tr:last-child td small:first-child {
    padding-top: 32px;
}
.page .size-guide-3-references + .modal-header + .modal-body .tab-content .tab-pane table tr:last-child td:first-child small:nth-of-type(1) {
    padding-top: 32px;
}
