
@import "default.css";

#toolbar {
    max-height: 0.8ex;
    padding: 5px 0 0;
    overflow: auto;
}

#toolbar:hover {
    max-height: none;
    overflow: hidden;
}
