#chart {
    width: 650px;
    height: 300px;
}
.legend table {
    width: auto;
}
.valueLabels {
    font-size: 12px;
    color: black;
}
div.valueLabelLight {
    opacity:0.5;
    background-color: white;
    border:none;
    position:absolute;
    padding: 5px;
    padding-top: 0;
    margin-top: -10px;
}
div.valueLabel {
    position:absolute;
    border:none;
    padding: 5px;
    padding-top: 0;
    margin-top: -10px;
}

.tarifrechner tr.fieldrow:hover {
    background-color: #eee;
}
.ui-tabs .ui-tabs-hide {
    position: absolute;
    left: -10000px;
}

div.tooltip {
    background-color: #fff;
    border: 1px solid #ff3900;
    padding: 10px 15px;
    width: 200px;
    display: none;
    color: #000;
    text-align:left;
    font-size: 12px;
    font-weight: normal;
    font-family: Verdana;


    z-index: 10002;

    /* outline radius for mozilla/firefox only */
    -moz-box-shadow:0 0 10px #ff3900;
    -webkit-box-shadow:0 0 10px #ff3900;
}
tfoot td {
    border-top: 1px solid #555;
}
span.step {
    font-size: 48px;
    font-weight: bold;
        color: #ff3900;
}

.tarifrechner ul.checkbox_list {
    margin: 0;
}

