@charset "utf-8";
.header-left {
    float: left;
}
.header-right {
    float: right;
}
.clear {
    clear: both;
}

.header-right a {
    line-height: 56px;
    color: #5a5c5f;
    margin-left: 5px;
    font-size: 16px;
    padding: 16px 5px;
}
.header-right a:hover {
    background-color: #97cdf3;
    transition: background-color 0.5s;
}
.access { margin-top: auto;
    padding: 10px 0 10px;
    color: #5a5c5f;
}
.access-title {
    margin-bottom: 15px;
}
.access-text {
    margin-bottom: 10px;
}
.footer-left {
    float: left;
}
.footer-right {
    float: right;
}
.footer {
    background-color: #e1eec1;
    color: black;
    margin: 5px;
    padding: 5px;
}