#admin_bar, #admin_subbar {
    height: 32px;
    line-height: 32px;
    background: #000;
    overflow: hidden;
}
#admin_bar .title {
    float: left;
    color: #bbb;
    padding: 0 10px;
}
#admin_bar .button,
#admin_subbar .button {
    text-decoration: none;
    color: #fff;
    display: block;
    float: left;
    padding: 0 10px;
}
#admin_bar .button.right {
    float: right;
}
#admin_bar .button:hover,
#admin_bar .button.active {
    background-color: rgba(255,255,255,0.2);
    color: #b54c4c;
}
#admin_bar .button i
#admin_subbar .button i {
    transition: none;
}

@media (max-width: 690px) {
    #admin_bar {
        height: 64px;
        line-height: 64px;
        font-size: 32px;
    }
    #admin_bar .caption {
        display: none;
    }
}