.menu {
    background-color: #5a7412;
    width: 100%;
    height: 50px;
    padding: 0 24px;
}

.menu .menu-container {
    padding: 0 24px;
    display: flex;
    flex-direction: row;
}

.menu .title {
    line-height: 50px;
    font-size: 2em;
    margin-right: 80px;
}

.menu .nav {
    display: flex;
    flex-direction: row;
}

.menu .nav .button {
    width: 150px;
    line-height: 50px;
    cursor: pointer;
}

.menu .nav .button a {
    color: #bbb;
    text-decoration: none;
}

.menu .nav .button:hover {
    text-decoration: underline;
}

.menu .csv-selector {
    min-width: 400px;
    margin-left: 50px;
    margin-right: auto;
}