/*body > .container {
    margin-top: 60px;
}*/

.theme-switcher-container {
    float: right;
}

#theme-switcher {
    border: 1px solid #363636;
    background: #212121;
    color: #fff;
    padding: 5px 10px;
    margin: -6px 0px;
    border-radius: 2px;
    box-shadow: 0px 1px 3px #000;
}

#theme-switcher:focus {
    outline: none;
    border-color: #e23e94;
}