* {
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 14px;
    margin: 0;
}

.banner {
    z-index: 2;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgb(0, 38, 62);
    height: 50px;
    text-align: right;
    padding: 10px;
    border: 1px solid #231f20;
}

.bannerLogo {
    display: inline-block;
    float: left;
}

.bannerLogo img {
    height: 30px;
    width: auto;
}

.banner .lang-switch {
    margin-top: 3px;
}

.banner .help-link {
    display: inline-block;
    margin: 5px 10px 0;
}

.instructionsDiv {
    text-align: left;
    margin: auto
}

#title {
    display: none;
}

.table-header {
    font-size: 18px;
    border: 1px solid #d1d1d1;
    background-color: #f5f5f5;
    padding: 15px;
}

.table-field {
    text-align: left;
    border: 1px solid #d1d1d1;
    background-color: #ffffff;
    font-size: 18px;
    color: #585858;
    padding: 15px;
}

.tm_elem {
    position: relative;
    font-size: 100%;
    line-height: 0;
    vertical-align: baseline;
    top: -1em;
}

.title {
    font-size: 250%;
    font-weight: bold;
}

.font14 {
    font-size: 14px;
    color: #585858;
}

/* override bootstrap row margins */
.row {
    margin-left: 0;
    margin-right: 0;
}

.margin-top-8 {
    margin-top: 8px;
}

.margin-top-15 {
    margin-top: 15px;
}

a#otherLink,
a#testLink {
    display: inline-block;
    position: relative;
    color: #2184e0;
    font-size: 23px;
    text-decoration: none;
}

/* Icon when the collapsible content is shown */
#otherLink:after,
#testLink:after {
    position: relative;
    display: inline-block;
    content: "\25b2";
    font-size: 13px;
    margin-left: 5px;
    vertical-align: middle;
}

/* Icon when the collapsible content is hidden */
#otherLink.collapsed:after {
    content: "\25bc";
}

/* Icon when the collapsible content is shown */
#testLink:after {
    content: "\25b2";
}

/* Icon when the collapsible content is hidden */
#testLink.collapsed:after {
    content: "\25bc";
}

#testLink {
    text-decoration: none;
}

footer {
    width: 100%;
    padding: 20px 0;
    margin-top: 50px;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    white-space: pre-wrap;
}

@media screen and (min-width: 768px) {
    #title {
        display: inherit;
    }

    .container {
        width: auto;
    }

    .instructionsDiv {
        width: 668px
    }

    .instructionsDiv {
        margin-top: 20px;
    }

    #noKey {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .table-field {
        min-width: 442px;
    }

    .table-header {
        min-width: 226px;
    }
}
