header {
    width:100%;
    background-color:rgb(50,50,50);
    color:white;
    border-bottom:5px solid rgb(0,140,205);
}

header img {
    height:150px;
}

#post-footer {
    width:100%;
    background-color:rgb(50,50,50);
    color:white;
    border-top:5px solid rgb(0,140,205);
}

#imprints>div {
    display:inline;
}

#imprints a {
    color:white;
}

#brand-logos ul {
    color:white;
    list-style-type: none;
}

#brand-logos a {
    color:white;
}

.borderless {
    border:0px;
}

.compatible-versions {
    font-size: 70%;
}