/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    margin: 0;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    width: 100% !important;
    border-collapse: collapse;
    border-spacing: 0;
}
tr{
    width: 100% !important;
    cursor: pointer;
}
#external-offers-table th{
    cursor: default;
}
b {
    font-weight:bold;
}

/* COMMON LAYOUT STYLES */
#container,
#container-loading {
    width: 100%;
    position: relative;
    padding-bottom: 40px;
    overflow-x:hidden;
}

#container {
    display: none;
    overflow:hidden;
}

#container-loading-box {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    height: 100px;
    width: 100px;
}

#container-loading-box > img {
    height: 100px;
    width:  100px;
}
#footer-wrapper {
    display: none;
}

html,body {
    height: 100%;
}

/* GENERAL STYLING (html elements like input fields, etc) */
body {
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    color: #334354;
    overflow-y: scroll;
}
input,
textarea {
    color: #334354;
    height: 21px;
    line-height: 20px;
    text-indent: 5px;
    font-size: 11px;
    border: 1px solid #9aa9b4;
    -moz-box-shadow: 0 0px 4px #9aa9b4 inset;
    -webkit-box-shadow: 0 0px 4px #9aa9b4 inset;
    box-shadow: 0 0px 4px #9aa9b4 inset;
    -webkit-appearance:none;
    -moz-border-radius:0;
    border-radius:0;

}
input[type="button"] {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
textarea {
    text-indent: 0;
    padding: 3px 5px;
    font-family: 'Noto Sans', sans-serif;
}
input[type="submit"].btn.small,
input[type="button"].btn.small,
button.btn.small,
input[type="submit"].btn.small.disabled,
input[type="button"].btn.small.disabled,
button.btn.small.disabled {
    height: 25px;
    border: 1px solid #334354;
    font-size: 10px;
    padding-bottom: 1px;
    text-align: center;
    line-height: 1px;
}
input[type="submit"].btn.large,
input[type="button"].btn.large,
button.btn.large,
input[type="submit"].btn.large.disabled,
input[type="button"].btn.large.disabled,
button.btn.large.disabled {
    height: 45px;
    line-height: 40px;
    border: 1px solid #334354;
    font-size: 20px;
    padding-bottom: 4px;
    text-transform: uppercase;
    text-shadow: -1px 1px 2px black;
}
input[type="submit"].btn.large.disabled,
input[type="button"].btn.large.disabled,
button.btn.large.disabled,
input[type="submit"].btn.small.disabled,
input[type="button"].btn.small.disabled,
button.btn.small.disabled {
    -khtml-opacity:.4;
    -moz-opacity:.4;
    -ms-filter:"alpha(opacity=40)";
    filter:alpha(opacity=40);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.4);
    opacity:.4;
    text-shadow: none;
}
.btn.large img {
    vertical-align: middle;
    margin-right: 5px;
}
.btn.small img {
    vertical-align: top;
}
button.btn-30x60-silver {
    background: url('/view/img/vgradient_1x60.png');
    border: 1px solid #8c959d;
    color: #334354;
    cursor: pointer;
    font-family: 'Noto Sans', sans-serif;
    font-size: 25px;
    font-weight: bold;
    height: 60px;
    padding: 0 0 5px 0;
    text-align: center;
    width: 30px !important;
}
button.btn-30x60-silver:hover {
    background: white;
}
button.btn-30x60-silver[disabled] {
    color: #9aa8b4;
}
button.btn-30x60-silver[disabled]:hover {
    background: url('/view/img/vgradient_1x60.png');
}
input[type="checkbox"].checkbox-large,
input[type="checkbox"].checkbox-small {
    display:none;
    border: none;
    vertical-align: middle;
}
input[type="checkbox"].checkbox-large + label span {
    display:inline-block;
    width:33px;
    height:30px;
    margin-top: -4px;
    vertical-align:middle;
    background:url('/view/img/widget.png') left top no-repeat;
    background-position: -10px -78px;
    cursor:pointer;
}
input[type="checkbox"].checkbox-small + label span {
    display:inline-block;
    width:16px;
    height:15px;
    margin-top: -4px;
    vertical-align:middle;
    background:url('/view/img/widget.png') left top no-repeat;
    background-position: -10px -10px;
    cursor:pointer;
}
input[type="checkbox"].checkbox-large:checked + label span {
    background:url('/view/img/widget.png') top no-repeat;
    background-position: -43px -78px;
}
input[type="checkbox"].checkbox-small:checked + label span {
    background:url('/view/img/widget.png') top no-repeat;
    background-position: -26px -10px;
}
input[type="radio"].radio-large,
input[type="radio"].radio-small {
    display:none;
    border: none;
    vertical-align: middle;
}
input[type="radio"].radio-large + label span {
    display:inline-block;
    width:33px;
    height:30px;
    margin-top: -4px;
    vertical-align:middle;
    background:url('/view/img/radio_large.png') left top no-repeat;
    cursor:pointer;
}
input[type="radio"].radio-small + label span {
    display:inline-block;
    width:16px;
    height:15px;
    margin-top: -4px;
    vertical-align:middle;
    background:url('/view/img/widget.png') left top no-repeat;
    background-position: -10px -128px;
    cursor:pointer;
}
input[type="radio"].radio-large:checked + label span {
    background:url('/view/img/radio_large.png') -33px top no-repeat;
}
input[type="radio"].radio-small:checked + label span {
    background:url('/view/img/widget.png') top no-repeat;
    background-position: -26px -128px;
}
a {
    color: #334354;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img {
    vertical-align: middle;
}
h1, h2, h3 {
    //color: #334354;
    font-size: 12px;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 10px;
}
h1 {
    font-size: 16px;
    font-weight:bold;
}
h3 {
    color: #536377;
}
hr {
    clear: both;
    background: none;
    height: 1px;
    border: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid #939ea8;
}
hr.dashed {
    border-top: 1px dashed #939ea8;
}

hr.dotted {
    border-top: 2px dotted #939ea8;
}

p {
    font-size: 11px;
    color: #283c51;
}
fieldset {
    line-height: 32px;
    margin: 5px 0;
}
i {
    font-style: italic;
}
strong {
    font-weight: bold;
}

/** COMMON STYLES FOR REUSE **/

/* DISPLAY SETTINGS */
.common-hide {
    display: none;
}
.common-inline-block {
    display: inline-block;
}
.common-right {
    float: right;
    /*margin: 5px 10px 0 0;*/
}
.common-left {
    float: left;
}
.common-halign-right {
    text-align: right;
}
.common-halign-left {
    text-align: left;
}
.common-halign-center {
    text-align: center;
}

/* FONT SETTINGS */
.common-font-11 {
    font-size: 11px;
}
.common-font-10 {
    font-size: 10px;
    /*line-height: 15px;*/
}
.common-font-9 {
    font-size: 9px;
}
.common-strong {
    font-weight: bold;
}
.common-uppercase {
    text-transform: uppercase;
}
.common-uppercase-strong {
    text-transform: uppercase;
    color: #334354;
    font-size: 16px;
    font-weight: bold;
}
.common-lowercase {
    text-transform: lowercase;
}
.common-red {
    color: red;
}
.common-dfe2e5 {
    color: #dfe2e5;
}
.common-939ea8 {
    color: #939ea8;
}
.common-334354 {
    color: #334354;
}
.common-nodecoration,
*.common-nodecoration:hover {
    text-decoration: none;
    color: inherit;
}


/** LINE HEIGHTS **/
.common-lineheight-10 {
    line-height: 10px;
}
.common-lineheight-11 {
    line-height: 11px;
}

/** MARGINS **/
.common-margin-right-5 {
    margin-right: 5px;
}
.common-margin-right-6 {
    margin-right: 6px;
}
.common-margin-right-10 {
    margin-right: 10px;
}
.common-margin-right-20 {
    margin-right: 20px;
}
.common-margin-right-40 {
    margin-right: 40px;
}
.common-margin-bottom-10 {
    margin-bottom: 10px;
}
.common-margin-bottom-20 {
    margin-bottom: 20px;
}
.common-margin-bottom-30 {
    margin-bottom: 30px;
}
.common-margin-top-30 {
    margin-top: 30px;
}
.common-margin-top-20 {
    margin-top: 20px;
}
.common-margin-top-10 {
    margin-top: 10px;
}
.common-margin-top-5 {
    margin-top: 5px;
}
.common-margin-top-7 {
    margin-top: 7px;
}
.common-margin-top-8 {
    margin-top: 8px;
}
.common-margin-top-12 {
    margin-top: 12px;
}
.common-margin-top-15 {
    margin-top: 15px;
}
.common-margin-left-10 {
    margin-left: 10px;
}
.common-margin-left-20 {
    margin-left: 20px;
}
.common-margin-left-33 {
    margin-left: 33px;
}

/** WIDTHS **/
.common-width-40 {
    width: 40px;
}
.common-width-55 {
    width: 55px;
}
.common-width-60 {
    width: 60px;
}
.common-width-80 {
    width: 80px;
}
.common-width-90 {
    width: 90px;
}
.common-width-98 {
    width: 98px;
}
.common-width-100 {
    width: 100px;
}
.common-width-120 {
    width: 120px;
}
.common-width-130 {
    width: 130px;
}
.common-width-140 {
    width: 140px;
}
.common-width-150 {
    width: 150px;
}
.common-width-160 {
    width: 160px;
}
.common-width-164 {
    width: 164px;
}
.common-width-170 {
    width: 170px;
}
.common-width-200 {
    width: 200px;
}
.common-width-210 {
    width: 210px;
}
.common-width-225 {
    width: 225px;
}
.common-width-240 {
    width: 240px;
}
.common-width-250 {
    width: 250px;
}
.common-width-280 {
    width: 280px;
}
.common-width-300 {
    width: 300px;
}
.common-width-370 {
    width: 370px;
}
.common-width-500 {
    width: 500px;
}
.common-width-100-perc {
    width: 100%;
}
.common-width-50-perc {
    width: 50%;
}
/** HEIGHTS **/
.common-height-200 {
    height: 200px;
}
.common-height-65 {
    height: 65px;
}
.common-height-50 {
    height: 50px;
}
.common-height-150 {
    height: 150px;
}

/** GRADIENTS **/
.common-radial-gradient { /* Page background */
    background: rgb(255,255,255); /* Fallback */
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 42%, rgba(200,208,214,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(42%,rgba(255,255,255,1)), color-stop(100%,rgba(200,208,214,1))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 42%,rgba(200,208,214,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 42%,rgba(200,208,214,1) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 42%,rgba(200,208,214,1) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 42%,rgba(200,208,214,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c8d0d6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.common-vertical-gradient { /* Top: gray, bottom: white, footer background */
    background: rgb(223,226,229); /* Fallback */
    background: -moz-linear-gradient(top,  rgba(223,226,229,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(223,226,229,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(223,226,229,1) 0%, rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(223,226,229,1) 0%, rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(223,226,229,1) 0%, rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(223,226,229,1) 0%, yrgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe2e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.common-vertical-gradient-rev { /* Top: white, bottom: gray */
    background: #e0e4e8; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e0e4e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e4e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e0e4e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e0e4e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e0e4e8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e0e4e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e4e8',GradientType=0 ); /* IE6-9 */
}

.common-flag-image {
}

.common-flag-spacer {
    padding-left: 4px;
}

.common-img-spacer img{
    margin-left: 5px;
}

.common-img-spacer img:first-child {
    margin-left: 0px;
}

table.dataTable tbody tr td.common-td-button {
    padding: 0;
    cursor: pointer;
}

.common-td-center,
.common-center {
    text-align: center;
}

/** FORM SETTINGS **/
.common-form-label {
    clear: both;
    float: left;
    width: 150px;
    line-height: 35px;
    font-weight: bold;
}
.common-form-value {
    float: left;
    line-height: 35px;
}
.common-form-col-left {
    float: left;
    width: 50%;
}
.common-form-col-right {
    float: right;
    width: 48%;
    margin-left: 10px;
}

/** FORM SETTINGS (used with FormValidator.js) **/
.common-form-mandatory-subnote {
    width: 100%;
    color: #939ea8;
    font-style: italic;
    text-align: right;
    clear: both;
}
.common-form-invalid-label {
    color: #D91E1B;
}
.common-form-invalid {
    border: 1px solid #D91E1B;
}
.common-placeholder-replacement {
    font-size: 10px;
    color: #939ea8;
    margin: 0;
    line-height: 12px;
}

/** Search and offer criteria **/
.common-maincrit,
#common-maincrit {
    float: left;
    width: 100%;
    display: none;
}
.common-maincrit-container {
    float: left;
    width: 24%;
    text-align: center;
}
.common-maincrit-divider {
    background: #8c959d;
    height: 12px;
    margin-top: 25px;
    position: absolute;
    width: 1px;
}
.common-maincrit .common-maincrit-container > div,
#common-maincrit .common-maincrit-container > div {
    border-left: 1px solid #8c959d;
    height: 695px;
    padding-top: 20px;
}

.common-maincrit .common-maincrit-container.first > div,
#common-maincrit .common-maincrit-container.first > div {
    border-left: 1px solid transparent;
}

/** SEARCH DETAILS **/
.common-maincrit-sub {
    height: 80px;
    padding-left: 0;
}
.common-maincrit-sub.first,
.common-maincrit-details.first {
    border-left: none;
}
.common-maincrit-sub li {
    text-align: center;
    width: 40px;
    line-height: 25px;
    display: inline-block;
    margin: 0 6px 0 5px;
}
.common-maincrit-borderspacer {
    height: 2px;
}

.common-maincrit-borderspacer div {
    font-size: 1px;
    height: 1px;
    border-bottom: 1px solid #8c959d;
    margin: 0 8px;
}
.common-maincrit-details-borderspacer {
    border-left: 1px solid #8c959d;
}
.common-maincrit-details {
    width: 170px;
    line-height: 30px;
    white-space: nowrap;
}
.common-maincrit-detail-txt {
    text-align: left;
}

.common-maincrit-subcontainer {
    display: none;
}
#common-ajax-loading-overlay {
    background: white;
    position: absolute;
    z-index: 7;
    opacity: .8;
    text-align: center;
    display: none;
}
#common-ajax-loading-overlay img {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 100px;
}

.clickable-icon {
    cursor: pointer;
}

.icon-opacity {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    filter: alpha(opacity=25);
    -moz-opacity:0.25;
    -khtml-opacity: 0.25;
    opacity: 0.25;
}

.common-clearer {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    font-size: 0;
}
.common-nowrap {
    white-space: nowrap;
}

.common-bold {
    font-weight: bold;
}
.common-icon-info{
    width: 18px;
    height: 18px;
    float: left;
    margin-left: 5px;
    background: url('/view/img/icon_info.png') no-repeat;
    cursor: pointer;
    position: relative;
}
.common-underline {
    text-decoration: underline;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn.small,
.btn.large,
.btn.large.disabled,
.std-button {
    color:white;
    font-weight:bold;
    background: #9aa9b4;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlhYTliNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjOWFhOWI0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTUlIiBzdG9wLWNvbG9yPSIjMjgzYzUxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI4M2M1MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  #9aa9b4 0%, #9aa9b4 0%, #283c51 55%, #283c51 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9aa9b4), color-stop(0%,#9aa9b4), color-stop(55%,#283c51), color-stop(100%,#283c51));
    background: -webkit-linear-gradient(top,  #9aa9b4 0%,#9aa9b4 0%,#283c51 55%,#283c51 100%);
    background: -o-linear-gradient(top,  #9aa9b4 0%,#9aa9b4 0%,#283c51 55%,#283c51 100%);
    background: -ms-linear-gradient(top,  #9aa9b4 0%,#9aa9b4 0%,#283c51 55%,#283c51 100%);
    background: linear-gradient(to bottom,  #9aa9b4 0%,#9aa9b4 0%,#283c51 55%,#283c51 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9aa9b4', endColorstr='#283c51',GradientType=0 );
    border: 1px solid #334354;
}

.btn.large:hover,
.btn.small:hover,
.std-button:hover,
.btn-hover {
    filter:none;
    background: #283c51;
    cursor:pointer;
}
.browser-warning {
    background: red;
    font-size: 11px;
    text-align: center;
    color: white;
    font-weight: bold;
    display: none;
    line-height: 30px;
}
#no-script-warning {
    display: block;
    height: 80px;
    width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -160px;
}
.common-maincrit-spacer {
    height: 22px;
}

#external-offers-table{
    //table-layout: fixed;
    width: 100% !important;
}

#external-offers-table th {
    background: #9aa8b4 url('/view/img/widget.png') 0 0 no-repeat;
    background-position: -10px -163px;
    color: #526273;
    padding: 0;
    font-size: 10px;
}

#external-offers-table th:first-child {
    background: #9aa8b4;
    background-image: none;
}

#external-offers-table th > div {
    margin: 6px 6px 0 0;
    padding: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#external-offers-table td{
    padding: 0px 8px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    font-size: 10px;
    vertical-align: middle;
}

#external-offers-table tr.odd {
    background: #e6e9ec;
}

#external-offers-table tr.even {
    background: #d5dbe0;
}

#external-offers-table tr:hover {
    background: #BBC5CD;
    color: #ffffff;
}

.small-padding {
    padding: 0 3px !important;
}

.no-padding {
    padding: 0 !important;
}

.std-button > img {
    padding: 0 5px;
}


#external-offers-table td:nth-child(10) {max-width: 86px; text-overflow: ellipsis; overflow: hidden;}
#external-offers-table th:nth-child(10) {max-width: 86px; text-overflow: ellipsis; overflow: hidden;}

@media screen and (max-width: 1050px) {
    #external-offers-table td:nth-child(1) {width: 5%;}
    #external-offers-table th:nth-child(1) {width: 5%;}
    
    #external-offers-table td:nth-child(2) {width: 13%;}
    #external-offers-table th:nth-child(2) {width: 13%;}
    
    #external-offers-table td:nth-child(3) {width: 5%;}
    #external-offers-table th:nth-child(3) {width: 5%;}
    
    #external-offers-table td:nth-child(4) {width: 5%;}
    #external-offers-table th:nth-child(4) {width: 5%;}
    
    #external-offers-table td:nth-child(5) {width: 17%;}
    #external-offers-table th:nth-child(5) {width: 17%;}
    
    #external-offers-table td:nth-child(6) {width: 5%;}
    #external-offers-table th:nth-child(6) {width: 5%;}
    
    #external-offers-table td:nth-child(7) {width: 17%;}
    #external-offers-table th:nth-child(7) {width: 17%;}
    
    #external-offers-table td:nth-child(8) {width: 5%;}
    #external-offers-table th:nth-child(8) {width: 5%;}
    
    #external-offers-table td:nth-child(9) {width: 14%;}
    #external-offers-table th:nth-child(9) {width: 14%;}
    
    #external-offers-table td:nth-child(10) {width: 0%; display: none;}
    #external-offers-table th:nth-child(10) {width: 0%; display: none;}
    
    #external-offers-table td:nth-child(11) {width: 14%;}
    #external-offers-table th:nth-child(11) {width: 14%;}
    
    //#external-offers-table td:nth-child(12) {width: 11.5%;}
    //#external-offers-table th:nth-child(12) {width: 11.5%;}
}

@media screen and (max-width: 740px) {
    #external-offers-table td:nth-child(1) {width: 6%;}
    #external-offers-table th:nth-child(1) {width: 6%;}
    
    #external-offers-table td:nth-child(2) {width: 15%;}
    #external-offers-table th:nth-child(2) {width: 15%;}
    
    #external-offers-table td:nth-child(3) {width: 0%; display: none;}
    #external-offers-table th:nth-child(3) {width: 0%; display: none;}
    
    #external-offers-table td:nth-child(4) {width: 6%;}
    #external-offers-table th:nth-child(4) {width: 6%;}
    
    #external-offers-table td:nth-child(5) {width: 18%;}
    #external-offers-table th:nth-child(5) {width: 18%;}
    
    #external-offers-table td:nth-child(6) {width: 6%;}
    #external-offers-table th:nth-child(6) {width: 6%;}
    
    #external-offers-table td:nth-child(7) {width: 18%;}
    #external-offers-table th:nth-child(7) {width: 18%;}
    
    #external-offers-table td:nth-child(8) {width: 0%; display: none;}
    #external-offers-table th:nth-child(8) {width: 0%; display: none;}
    
    #external-offers-table td:nth-child(9) {width: 15%;}
    #external-offers-table th:nth-child(9) {width: 15%;}
    
    #external-offers-table td:nth-child(10) {width: 0%; display: none;}
    #external-offers-table th:nth-child(10) {width: 0%; display: none;}
    
    #external-offers-table td:nth-child(11) {width: 16%;}
    #external-offers-table th:nth-child(11) {width: 16%;}
    
    //#external-offers-table td:nth-child(12) {width: 14.5%;}
    //#external-offers-table th:nth-child(12) {width: 14.5%;}
}

@media screen and (max-width: 580px) {
    #external-offers-table td:nth-child(1) {width: 8%;}
    #external-offers-table th:nth-child(1) {width: 8%;}
    
    #external-offers-table td:nth-child(2) {width: 15%;}
    #external-offers-table th:nth-child(2) {width: 15%;}
    
    #external-offers-table td:nth-child(3) {width: 0%; display: none;}
    #external-offers-table th:nth-child(3) {width: 0%; display: none;}
    
    #external-offers-table td:nth-child(4) {width: 8%;}
    #external-offers-table th:nth-child(4) {width: 8%;}
    
    #external-offers-table td:nth-child(5) {width: 22%;}
    #external-offers-table th:nth-child(5) {width: 22%;}
    
    #external-offers-table td:nth-child(6) {width: 8%;}
    #external-offers-table th:nth-child(6) {width: 8%;}
    
    #external-offers-table td:nth-child(7) {width: 22%;}
    #external-offers-table th:nth-child(7) {width: 22%;}
    
    #external-offers-table td:nth-child(8) {width: 0%; display: none;}
    #external-offers-table th:nth-child(8) {width: 0%; display: none;}
    
    #external-offers-table td:nth-child(9) {width: 0%; display: none;}
    #external-offers-table th:nth-child(9) {width: 0%; display: none;}
    
    #external-offers-table td:nth-child(10) {width: 0%; display: none;}
    #external-offers-table th:nth-child(10) {width: 0%; display: none;}
    
    #external-offers-table td:nth-child(11) {width: 17%;}
    #external-offers-table th:nth-child(11) {width: 17%;}
    
    //#external-offers-table td:nth-child(12) {width: 16.5%;}
    //#external-offers-table th:nth-child(12) {width: 16.5%;}
}

@media screen and (max-width: 520px) {
    #external-offers-table td:nth-child(1) {width: 10%;}
    #external-offers-table th:nth-child(1) {width: 10%;}
    
    #external-offers-table td:nth-child(2) {width: 18%;}
    #external-offers-table th:nth-child(2) {width: 18%;}
    
    #external-offers-table td:nth-child(3) {width: 0%; display: none;}
    #external-offers-table th:nth-child(3) {width: 0%; display: none;}
    
    #external-offers-table td:nth-child(4) {width: 11%;}
    #external-offers-table th:nth-child(4) {width: 11%;}
    
    #external-offers-table td:nth-child(5) {width: 25%;}
    #external-offers-table th:nth-child(5) {width: 25%;}
    
    #external-offers-table td:nth-child(6) {width: 11%;}
    #external-offers-table th:nth-child(6) {width: 11%;}
    
    #external-offers-table td:nth-child(7) {width: 25%;}
    #external-offers-table th:nth-child(7) {width: 25%;}
    
    #external-offers-table td:nth-child(8) {width: 0%; display: none;}
    #external-offers-table th:nth-child(8) {width: 0%; display: none;}
    
    #external-offers-table td:nth-child(9) {width: 0%; display: none;}
    #external-offers-table th:nth-child(9) {width: 0%; display: none;}
    
    #external-offers-table td:nth-child(10) {width: 0%; display: none;}
    #external-offers-table th:nth-child(10) {width: 0%; display: none;}
    
    #external-offers-table td:nth-child(11) {width: 0%; display: none;}
    #external-offers-table th:nth-child(11) {width: 0%; display: none;}
    
    //#external-offers-table td:nth-child(12) {width: 16.5%;}
    //#external-offers-table th:nth-child(12) {width: 16.5%;}
}

@media screen and (max-width: 380px) {
    #external-offers-table td:nth-child(1) {width: 15%;}
    #external-offers-table th:nth-child(1) {width: 15%;}
    
    #external-offers-table td:nth-child(2) {width: 35%;}
    #external-offers-table th:nth-child(2) {width: 35%;}
    
    #external-offers-table td:nth-child(3) {width: 0%; display: none;}
    #external-offers-table th:nth-child(3) {width: 0%; display: none;}
    
    #external-offers-table td:nth-child(4) {width: 0%; display: none;}
    #external-offers-table th:nth-child(4) {width: 0%; display: none;}
    
    #external-offers-table td:nth-child(5) {width: 0%; display: none;}
    #external-offers-table th:nth-child(5) {width: 0%; display: none;}
    
    #external-offers-table td:nth-child(6) {width: 15%;}
    #external-offers-table th:nth-child(6) {width: 15%;}
    
    #external-offers-table td:nth-child(7) {width: 35%;}
    #external-offers-table th:nth-child(7) {width: 35%;}
    
    #external-offers-table td:nth-child(8) {width: 0%; display: none;}
    #external-offers-table th:nth-child(8) {width: 0%; display: none;}
    
    #external-offers-table td:nth-child(9) {width: 0%; display: none;}
    #external-offers-table th:nth-child(9) {width: 0%; display: none;}
    
    #external-offers-table td:nth-child(10) {width: 0%; display: none;}
    #external-offers-table th:nth-child(10) {width: 0%; display: none;}
    
    #external-offers-table td:nth-child(11) {width: 0%; display: none;}
    #external-offers-table th:nth-child(11) {width: 0%; display: none;}
    
    //#external-offers-table td:nth-child(12) {width: 16.5%;}
    //#external-offers-table th:nth-child(12) {width: 16.5%;}
}

@media screen and (max-width: 260px) {
    #external-offers-table td:nth-child(1) {width: 30%;}
    #external-offers-table th:nth-child(1) {width: 30%;}
    
    #external-offers-table td:nth-child(2) {width: 70%;}
    #external-offers-table th:nth-child(2) {width: 70%;}
    
    #external-offers-table td:nth-child(3) {width: 0%; display: none;}
    #external-offers-table th:nth-child(3) {width: 0%; display: none;}
    
    #external-offers-table td:nth-child(4) {width: 0%; display: none;}
    #external-offers-table th:nth-child(4) {width: 0%; display: none;}
    
    #external-offers-table td:nth-child(5) {width: 0%; display: none;}
    #external-offers-table th:nth-child(5) {width: 0%; display: none;}
    
    #external-offers-table td:nth-child(6) {width: 0%; display: none;}
    #external-offers-table th:nth-child(6) {width: 0%; display: none;}
    
    #external-offers-table td:nth-child(7) {width: 0%; display: none;}
    #external-offers-table th:nth-child(7) {width: 0%; display: none;}
    
    #external-offers-table td:nth-child(8) {width: 0%; display: none;}
    #external-offers-table th:nth-child(8) {width: 0%; display: none;}
    
    #external-offers-table td:nth-child(9) {width: 0%; display: none;}
    #external-offers-table th:nth-child(9) {width: 0%; display: none;}
    
    #external-offers-table td:nth-child(10) {width: 0%; display: none;}
    #external-offers-table th:nth-child(10) {width: 0%; display: none;}
    
    #external-offers-table td:nth-child(11) {width: 0%; display: none;}
    #external-offers-table th:nth-child(11) {width: 0%; display: none;}
    
    //#external-offers-table td:nth-child(12) {width: 16.5%;}
    //#external-offers-table th:nth-child(12) {width: 16.5%;}
}

@media screen and (max-width: 180px) {
    #external-offers-table td:nth-child(1) {width: 0%; display: none;}
    #external-offers-table th:nth-child(1) {width: 0%; display: none;}
    
    #external-offers-table td:nth-child(2) {width: 100%;}
    #external-offers-table th:nth-child(2) {width: 100%;}
    
    #external-offers-table td:nth-child(3) {width: 0%; display: none;}
    #external-offers-table th:nth-child(3) {width: 0%; display: none;}
    
    #external-offers-table td:nth-child(4) {width: 0%; display: none;}
    #external-offers-table th:nth-child(4) {width: 0%; display: none;}
    
    #external-offers-table td:nth-child(5) {width: 0%; display: none;}
    #external-offers-table th:nth-child(5) {width: 0%; display: none;}
    
    #external-offers-table td:nth-child(6) {width: 0%; display: none;}
    #external-offers-table th:nth-child(6) {width: 0%; display: none;}
    
    #external-offers-table td:nth-child(7) {width: 0%; display: none;}
    #external-offers-table th:nth-child(7) {width: 0%; display: none;}
    
    #external-offers-table td:nth-child(8) {width: 0%; display: none;}
    #external-offers-table th:nth-child(8) {width: 0%; display: none;}
    
    #external-offers-table td:nth-child(9) {width: 0%; display: none;}
    #external-offers-table th:nth-child(9) {width: 0%; display: none;}
    
    #external-offers-table td:nth-child(10) {width: 0%; display: none;}
    #external-offers-table th:nth-child(10) {width: 0%; display: none;}
    
    #external-offers-table td:nth-child(11) {width: 0%; display: none;}
    #external-offers-table th:nth-child(11) {width: 0%; display: none;}
    
    //#external-offers-table td:nth-child(12) {width: 16.5%;}
    //#external-offers-table th:nth-child(12) {width: 16.5%;}
}