.recline-flot .graph
{
    height: 500px;
    overflow: hidden;
}


.content_div .recline-flot .graph
{
    /*height: 150px;*/
    font-size: 100%;
}

.recline-flot .legend table
{
    width: auto;
    margin-bottom: 0;
}

.recline-flot .legend td
{
    padding: 5px;
    line-height: 13px;
}

.recline-flot .graph .alert
{
    width: 450px;
}

#recline-flot-tooltip
{
    position: absolute;
    background-color: #FEE !important;
    color: #000000 !important;
    opacity: 0.8 !important;
    border: 1px solid #fdd !important;
}
