@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
* {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans';
}
#title {
    width: 96%;
    padding: 0 0 12px 0;
    border-bottom: 2px solid lightgray;
    margin: 24px 2% 12px 2%;
    font-size: 32px;
    font-weight: normal;
}
#subtitle {
    width: 96%;
    margin: 0 2% 12px 2%;
    font-size: 24px;
    font-weight: lighter;
}
#container {
    width: 96%;
    margin: 12px 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}
.chart {
    width: 32%;
    margin-bottom: 10px;
}
.chart__header {
    font-size: 24px;
    font-weight: lighter;
    border-bottom: 1px solid #aaa;
    display: inline-block;
    width: 100%;
    height: 36px;
    margin-bottom: 6px;
    position: relative;
}
.chart__header .wc-controls {
    position: absolute;
    right: 0;
    bottom: 6px;
    margin: 0 !important;
    font-size: 16px;
    /*
    display: inline-block;
    float: right;
    */
}
.chart__header .control-group {
    display: inline-block;
    margin: 0 0 0 6px !important;
}
.chart__header .control-group > * {
    display: inline-block !important;
}
.chart__header .control-group .wc-control-label {
    margin-right: 5px;
}
.chart__content .legend {
    display: inline-block !important;
    float: right;
    width: auto;
}
