html, body {
    margin: 0;
    padding: 0;
    border: 0;  
    font-size: 14pt;
    line-height: 1.5em;
}
h1 {
    font-size: 16pt;
    padding: 16px;
    background-color: #FFEB58;
    font-weight: bold;
    text-align: center;
}
h2 {
    font-size: 14pt;
    padding: 0 16px;
    font-weight: bold;
}
h3 {
    font-size: 14pt;
}
div.container-fluid {
    margin-bottom: 1.5em;
}
div.row {
    padding: 0 25px;
}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.checkpoint {
    color: #ff0000;
    font-weight: bold;
}
.important {
    color: #ff0000;
    font-weight: normal;
}
.nowrap {
    white-space: nowrap;
}
.top_button {
    background: url(../../images/back.jpg) no-repeat;
    background-size: 70%;
    background-position: center;
    height: 0;
    padding-top: 17.11%;
}
.top_button:active,
.top_button:hover {
    background: url(../../images/back_on.jpg) no-repeat;
    background-size: 70%;
    background-position: center;
    height: 0;
    padding-top: 17.11%;
}
