html,
body {
    width: 100%;
    height: 100%;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #333333;
    background-color: #f7f9fb;
    background-image: url(../layout/tire.png);
    background-repeat: no-repeat;
    background-position: left 50px top 50px;
}
a:link,
a:visited {
    color: #003f80;
    text-decoration: none;
    border-bottom: dotted 1px #003f80;
}
a:hover,
a:active {
    color: #003f80;
    text-decoration: none;
    border-bottom: dotted 1px #ffcd00;
}
.panel {
    border: none;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    background: transparent;
}
.panel .panel-body {
    padding: 0;
}
header {
    font-size: 0;
    padding: 20px 0;
    text-align: center;
}
header .logo {
    border: none;
    margin: 0;
    width: 120px;
    display: inline-block;
}
header .logo img {
    width: 100%;
    display: block;
    /* csslint ignore:start */
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    /* csslint ignore:end */
}
.page-title {
    background-color: #003f80;
    color: #ffcd00;
    font-size: 24px;
    margin: 0 -20px 20px;
    padding: 15px;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
}
.ws-page-wrapper {
    height: 100%;
}
.vertical-center-outer {
    display: table;
    width: 100%;
    height: 100%;
}
.vertical-center-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.vertical-center-centered {
    position: relative;
    display: inline-block;
    width: 50%;
    max-width: 700px;
}
.panel-body {
    text-align: left;
}
.nav-tabs {
    margin: 0;
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 16px;
}
.nav-tabs > li {
    float: none;
    display: inline-block;
    margin-bottom: 0;
}
.nav-tabs,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #ffcd00;
    color: #003f80;
}
.nav > li > a:focus,
.nav > li > a:hover {
    background-color: #ffcd00;
    color: #003f80;
    border: none;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1;
    border: none;
    border-radius: 4px;
    padding: 5px 8px;
}
.tab-content {
    padding: 0 20px 20px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
    .ws-page-wrapper {
        padding-top: 20px;
    }
    .vertical-center-inner {
        vertical-align: top;
    }
    .vertical-center-centered {
        width: 90%;
    }
    header {
        text-align: left;
    }
}