#abstractDayView ,#fulltextDayView {
   display:none;
}
.metricsDetails #metricTotals {
    margin-bottom:0;
    padding-top:10px;
    width:auto;
}

.metricCount {
    text-align:right;
    width:50px;
}
.metricsDetails table.jqplot-table-legend {
    width:auto;
}
.totalCount {
    width:120px;
}

.graphOutput {
    border:none 1px #cccccc;
    height:300px;
    margin-bottom:25px;
    width:710px;
}
.metricsErrorTable {
    border-collapse:collapse;
    display:block !important;
}

.metricsErrorDesc {
    border:solid thin #cccccc;
    width:120px;
}

.metricsErrorCount {
    border:solid thin #cccccc;
    width:50px;
}

