﻿select {
    background: #F9FFF9;
    border-bottom: 3px #5fc041 solid;
    font-size: 14px;
    margin-right: 7px;
}

.chart-container {
    border-radius: 2px;
    border-width: 1px;
    color: #34522b;
}

.chart-header {
    font-size: 16px;
    background-color: #34522b;
    cursor: default;
}

#charts .x.axis text {
    text-anchor: end !important;
    transform: rotate(-30deg);
}

#add-chart-form-container label.radio-button {
    width: 25%;
}
