/*
WC form
*/
.editform .value-block label
{
    display: block;
    font-weight: bold;
    font-size: 1.1em;
}

.editform .value-block
{
    padding: 10px;
    border: 1px solid #eee;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.editform .input-text.short
{
    width: 130px !important;
}

.editform .value-block .form-group
{
    margin: 2px 0 10px 0;
}

.editform .value-block input
{
    margin: 2px 0 2px 0;
}

.editform .value-block .input-text
{
    width: 99%;
}

.editform .value-block textarea
{
    height: auto !important;
}

.editform .button.add, .button.remove
{
    width: 138px;
}

img.graph {
    opacity: 0;
    width: 630px;
    height: 400px;
}

.graph tspan {
    font-size: 0.8em !important;
}