.tmp {
    margin-top: 0;
}

.path_controls {
    padding-left: 0.5em;
    background: #fff;
    font-family: sans-serif;
    font-size: 90%;
    font-weight: lighter;
    padding-bottom: 1ex;
}
.path_controls .action {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 1px 2px;
}
.clear_path:hover {
    background: #fdd;
}
.save_path:hover {
    background: #dfd;
}

.hidecontrols {
    display: none;
}
