@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
html, body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', Arial;
    font-size: 11pt;
}

h1 {
    font-size: 18px;
    margin-bottom: 0px;
    text-align: left;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

font {
    font-family: 'Montserrat', arial;
}

h4 {
    color: #2a2b39;
    font-size: 16px;
}

#page {
    height: 100%;
}

#body-right table, .body-right table {
    background: #f1f1f1;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, .07);
    border: 1px solid #eee;
}
#footer table {
    background: #fff;
    box-shadow: none;
    border: 0;
}
body {
    text-align: center;
    overflow: hidden;
}

#logo {
    width: auto;
    display: inline-block;
    margin: 0;
    vertical-align: top;
}


#body-right, .body-right {
    padding-bottom: 15px;
}

#body-right .box, .body-right .box {
    padding: 15px 0;
    height: auto;
}

#body-right .list, .body-right .list {
    padding: 15px;
    background: #eee;
    border: 1px solid #999;
    height: auto;
    width: 665px;
    margin: 1em 0;
}

table td {
    padding: 10px;
    vertical-align: top;
}

#body-right .box .left, .body-right .box .left,
#body-right .list .left, .body-right .list .left{
    border: 1px solid #999;
}
#footer table {
    font-size: 11px;
    font-weight: 400;
}
#footer a {
    display: inline-block;
    font-weight: bold;
}
a:link {
    color: #017eba;
    text-decoration: none;
    display: block;
}
#footer td:nth-of-type(2) {
    padding-right: 200px;
}
a:visited {
    color: #017eba;
    text-decoration: none;
}

/* visited link */
a:hover {
    color: #056898;
}

a:hover {
    color: #056898;
}

.box table:nth-of-type(1) tr td:nth-of-type(1) {
    text-align: center;
}

table {
    width: 100%;
    font-size: 13px;
    max-width: 1024px;
    margin: 0 auto;
}
#body-right .box table tr:first-child td:first-child img,
.body-right .box table tr:first-child td:first-child img{
    width: 100px;
    height: auto;
}
#body-right .box table td,
.body-right .box table td{
    width: auto;
    height: auto;
}
div#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

table:nth-of-type(1) tr td:nth-of-type(2) img {
    display: none;
}

#footer table {
    max-width: 1024px;
    width: 100%;
}

div#body-inner {
    height: calc(100% - 140px);
    overflow: auto;
}

#footer td {
    padding: 0;
}

#footer table tr td table td:last-child {
    padding-right: 184px;
}

#footer font {
    font-size: 10px !important;
}
#logo img {
    height: 50px !important;
    width: auto !important;
}
body:before {
    width: 100%;
    height: 70px;
    background-color: #262626;
    content: '';
    display: block;
    background-image: url(../../images/autospeclogo_white.png);
    background-repeat: no-repeat;
    background-size: 208px;
    background-position: 16px center;
}