#header {
    background: #FFF ;
    height: 50px;
}
#header #site-name {
    color: #cd6e57;
    text-indent: 4%;
    letter-spacing: 2px;
    font-size: 36px;
    line-height: 1.07867;
    font-family: "Lato", sans-serif;
    margin: 5px 5% 0 0;
}
@media only screen and (min-width: 45em){
    #header #site-name{
        text-align: left;
    }
}
@media only screen and (min-width: 90em) {
    html {
        font-size: 106.3%;
    }
}
@media screen and (max-width: 1280px) {
    #header #site-name {
        font-weight: bold;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 1px;
    }
}
@media screen and (max-width: 750px) {
    #header #site-name {
        display: none;
    }
}
td.login, .NotLoggedIn {
    color: #cd6e57;
}
div#search {
    margin-top: 2px;
}
.memberbasis {
    display: none;
}
[_nghost-c2] {
    top: 0px !important;
}
