body {
    padding-top: 50px; /* Account for the navbar */
}
.chart {
    height: 200px;
}

.chart_key {
    padding-bottom: 20px;
    text-align: right;
}

/* The loading animation that appears in charts */
div.chart div.bg_loading {
    background: url("../images/loading.gif") no-repeat center center;
    width: 100%;
    height: 100%;
}

.refreshbutton {
    float: right;
}

h1 { font-size: 31.5px; line-height: 36px; }
h2 { font-size: 24.5px; line-height: 36px; }
h3 { font-size: 18px; line-height: 27px; }
h4 { font-size: 14px; line-height: 18px; }
h5 { font-size: 12px; line-height: 18px; }

footer { padding-bottom: 10px; }

.current_day_refresh {
    padding-top: 40px;
}

.nav-cluster {
    float: right;
    padding-top: 15px;
}

section {
    padding-top: 20px;
}

section:first-of-type {
    padding-top: 0;
}

.dygraph-title {
    font-size: 10pt;
}

.dygraph-label {
    font-size: 10pt;
}

/* Styles for the video element in bootstrap 2.x*/

.thumbnail > video {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* center-align images in the carousel */
.carousel-inner div.item img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/*
 * Icons
 */

/* Forecast Icons */
.fc_clear{ background: url('../img/fugue_deriv.png') 0 0; width: 16px; height: 16px; }
.fc_mostly_cloudy{ background: url('../img/fugue_deriv.png') -21px 0; width: 16px; height: 16px; }
.fc_mostly_cloudy_rain{ background: url('../img/fugue_deriv.png') -42px 0; width: 16px; height: 16px; }
.fc_mostly_cloudy_snow{ background: url('../img/fugue_deriv.png') -63px 0; width: 16px; height: 16px; }
.fc_mostly_cloudy_snow_or_rain{ background: url('../img/fugue_deriv.png') -84px 0; width: 16px; height: 16px; }
.fc_partly_cloudy{ background: url('../img/fugue_deriv.png') -105px 0; width: 16px; height: 16px; }
.fc_partly_cloudy_rain{ background: url('../img/fugue_deriv.png') -126px 0; width: 16px; height: 16px; }
.fc_partly_cloudy_snow{ background: url('../img/fugue_deriv.png') -147px 0; width: 16px; height: 16px; }
.fc_partly_cloudy_snow_or_rain{ background: url('../img/fugue_deriv.png') -168px 0; width: 16px; height: 16px; }


/* Status Icons */
.fm_status_green{ background: url('../img/fugue_deriv.png') -210px 0; width: 16px; height: 16px; }
.fm_status_grey{ background: url('../img/fugue_deriv.png') -231px 0; width: 16px; height: 16px; }
.fm_status_red{ background: url('../img/fugue_deriv.png') -252px 0; width: 16px; height: 16px; }
.fm_status_yellow{ background: url('../img/fugue_deriv.png') -273px 0; width: 16px; height: 16px; }

/* Misc */
.fm_battery_low{ background: url('../img/fugue_deriv.png') -189px 0; width: 16px; height: 16px; }

