.fv_debug {
    background: #333;
    color: #eee;
    font-family: 'ubuntu mono', 'anonymous pro', monaco, courier;
    font-size: 11px;
    line-height:11px;
    padding: 4px 6px;
}

fieldset.fv {
    border-radius: 4px;
    background: #eee;
    margin: 10px;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    position: relative;
    border: 2px groove threedface;
}
fieldset.fv legend {
    position: absolute;
    top: -2px;
    background: #fff;
    padding: 10px 10px;
    border: 2px groove threedface;
    border-top: none;
    box-shadow: inset 0 -5px 5px rgba(0,0,0,.2);
    text-shadow: 1px 1px 2px rgba(0,0,0,.3);
    font-weight: bold;
}
fieldset.fv legend > span {
    display: block;
    margin: -10px;
    background: #fff;
    padding: 0px 10px;
}
fieldset.fv table.widefat {
    background: #f8f8f8;
    margin-top: 16px;
}
.charges-table {
    width: 100%;
}
.charges-table th, .charges-table td {
    padding: 0px 1px;
    font-size: 11px;
}