﻿/* Web-Stat UI styles */

.webstat-layout .section-title {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px;
}

.webstat-layout .pagination {
    margin-right: 10px;
}

.in-table-bar {
    float: left;
    width: 0;
    height: 10px;
    background: #5C9CCC;
}

/* Charts */
.chart {
    background: #eee;
}

.chart.fix-size {
    min-height: 400px;
}

.scrollable-chart {
    overflow: scroll;
}

.chart-placeholder {
    height: 400px; /* needed explicitly for Flot charts */
}

.chart-options {
    margin: 10px 5px;
}
