.headline {
    font-family: sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 8px auto;
}

#standards {
    margin: 5px auto;
    text-align: center;
}

.standard-block {
    display:inline-block;
    margin: 2px;
    width: 130px;
    height: 20px;
    line-height: 16px;
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
    padding: 2px;
    background: #fff2e8;
}

.standard-hr {
    border: none;
    border-top: 1px solid #f88;
}

body.no-scroll {
    /*overflow: hidden;*/
}

a {
    text-decoration: none;
    padding-left: 4px;
}
