.ui-button-text {
    font-size: 11px;
}
.ui-widget {
    font-size: 0.7em;
}

h2, h3, p{
    margin: 5px;
}

h2 a {
    font-size: 0.7em;
}

.graph-label, .arrow-label {
    opacity: 0.5;
    background-color: #fff;
}

.stats {
    font-size: 0.9em;
}

#footer {
    margin-top: 10px;
}

#hover-sample-header {
    margin-top: 15px;
}

#bootstrap-plot {
    padding-bottom: 20px;
}
#lower-tail-controls {
    position: absolute;
    z-index: 2;
}
#upper-tail-controls {
    position: absolute;
    z-index: 2;
}
#middle-controls {
    position: absolute;
    z-index: 2;
}

#data-source-controls {
    padding-bottom: 5px;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.smallplot {
    width: 1px;
    height: 1px;
}
.largeplot {
    width: 1px;
    height: 1px;
}
.nopadding {
    margin: 0;
    padding: 0;
}
.padleft {
    margin: 0;
    padding-left: 20px;
}
.floatclear {
    clear: both;
}
.popup-menu {
    position: absolute;
    z-index: 3;
    display: none;
    padding: 0;
    margin: 0;
}
.menu-item {
    clear: both;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.center {
    margin-left: auto;
    margin-right: auto;
}
.legendColorBox { /* Turns off color boxes on the flot plugin */
    display: none;
}

.legend table {
    width: 120px;
    font-weight: bold;
    color: black !important;
}

.ui-grid {
    padding: .4em;
    background-image: none;
}
.ui-grid .ui-grid-content {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.2em;
}
.ui-grid table tbody td, .ui-grid .ui-grid-header, .ui-grid table thead a {
    padding: .4em;
}
.ui-grid table tbody td {
    text-align: right;
    font-weight: normal;
}
.ui-grid .ui-grid-header, .ui-grid .ui-grid-footer {
    padding: .8em .4em;
    text-align: center;
}
.ui-grid .ui-grid-footer {
    background-image: none;
    font-weight: normal;
    text-align: left;
}
.ui-grid table thead a {
    display: block;
}
.ui-grid .ui-icon {
    float: right;
}
.ui-grid .ui-grid-paging {
    float: right;
}
.ui-grid .ui-grid-paging-prev {
    float: left;
    width: 16px;
    height: 16px;
}
.ui-grid .ui-grid-paging-next {
    float: right;
    width: 16px;
    height: 16px;
}
.ui-grid .ui-grid-results {
}

#main-plot-div #tabs .tickLabel {
    font-size:1.7em;
}

#main-plot-div .tickLabel {
    font-size:larger;
}

.xAxis:hover {
    background-color:yellow;
}


