body {
    font-family: "Helvetica", sans-serif;
    background-color: #FFFFFF;
}

h6 {
    margin-top: 0;
}

.app__container {
    margin: 3% 5%;
}

.app__header {
    display: flex;
    justify-content: space-between;
    color: #323232;
}

.app__header__title {
    letter-spacing: 0.1rem;
}

.app__header__title--grey {
    color: #4C4C4C;
}

.app__menu__img {
    height: 50px;
    width: auto;
}

.app__content {
    display: flex;
    margin-top: 20px;
}

.gauge__container {
    display: flex;
    flex-direction: column;
    background-color: #D3D3D3;
    border-radius: 0.45rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.graph__title {
    color: #363636 !important;
    letter-spacing: 0.1rem !important;
    padding: 25px 25px 0px 25px;
    margin-bottom: 0px !important;
    font-size: 1em;
}

.datepicker {
    padding: 15px;
}

/*.auto__checkbox {*/
/*    margin-right: 10px;*/
/*}*/

/*.auto__label {*/
/*    color: #DFE3E8;*/
/*}*/

/*.auto__container {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    color: #D3D3D3;*/
/*    padding: 0px 15px;*/
/*}*/

/*.auto__p {*/
/*    margin-bottom: 0;*/
/*}*/

.graph__container {
    background-color: #D3D3D3;
    border-radius: 0.45rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.first {
    margin-bottom: 15px;
}

.second {
    margin-top: 15px;
}

.histogram__direction {
    margin-left: 15px;
}

#wind-direction {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 600px) {
    .histogram__direction {
        margin: 15px 0px 20px 0px;
    }
    .app__content {
        display: block;
    }
    .app__menu__img {
        height: 30px;
        width: auto;
    }
    .app__header {
        display: flex;
        flex-direction: column;
    }
    .app__header__desc {
        order: 1;
        text-align: center;
    }
    .app__header__logo {
        order: 0;
    }
    .app__header__title {
        font-size: 1.5em;
        padding-top: 15px;
    }
}