
/* toolbar */

#ziggeobbpress-toolbar {
    width: 100%;
}

#ziggeobbpress-toolbar .button {
    color: #555;
    border-color: #ccc;
    background: #f7f7f7;
    -webkit-box-shadow: 0 1px 0 #ccc;
    box-shadow: 0 1px 0 #ccc;
    vertical-align: top;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    height: 28px;
    margin: 0;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ziggeobbpress_form .form-table tr label {
    opacity: 0;
    transition-duration: 0.4s;
    transition-property: opacity;
}
.ziggeobbpress_form .form-table tr:hover label {
    opacity: 1;
}
