body {
    font-family: Arial, Helvetica, sans-serif;
    min-height: 100vh;
    position: relative;
}

#boardex-header {
    background-color: #1b3665;
    padding: 10px 24px;
    width: 100%;
    height: 64px;
}

#bxlogo{
    width: 140px;
    height: auto;
}

#aws-credentials {
    display: table;
    float: right;
}

#aws-credentials div {
    display: table-cell;
    padding: 0 30px 0 30px;
}

#aws-credentials input {
    font-size: 18x;
    width:200px;
}

#aws-credentials label {
    color: #FFFFFF;
    font-size: 28x;
    margin-right:10px;
    font-family: Open Sans,sans-serif;
}

#links-to-boardex {
    float:right;
    margin-top:13px;
}

.bx-button {
    color:white;
    background-color:#4caf50;
    padding:4px 16px;
    margin:10px 10px 0 10px;
    border-radius:12px;
    text-decoration: none;;
}
.bx-button:visited{
    color:white;
}

.swagger-ui {
    padding-bottom: 2.5rem;
}

.swagger-ui section.models { 
    display:none;
}

.swagger-ui .topbar  {
    background-color: #fafafa;
}

.swagger-ui .topbar a {
    display: none;
}

.swagger-ui .topbar .download-url-wrapper .select-label select {
    border: 2px solid #fff;
}

.topbar {
    top: 64px;
}

.topbar .select-label span {
    color: #3b4151;
}

.swagger-ui .topbar .download-url-wrapper .select-label select {
    border: 2px solid #3b4151;
}

.main > .link {
    display: none;
}

.title {
    display: none;
}

.description-title {
    font-size: 36px;
    margin: 0 0 5px;
    font-family: sans-serif;
    color: #3b4151;
}

.base-url {
    text-align: right;
}

.bx-footer {
    padding: 15px 5px 5px 5px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
    font-size: 13px;
}

img[alt="Online validator badge"] {
    display: none;
}
