.app_container {
    background-color: #2c6eb7;
    color: aliceblue;
    text-align: left;
}

.nav {
    background-color: #f1c50e;
    width: inherit;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.nav_item {
    vertical-align: middle;
    width: 200px;
    font-size: larger;
    background-color: #2c6eb7;
    color: aliceblue;
    height: 50px;
    margin-right: 15px;
    margin-left: 15px;
}

.button {
    text-decoration: none;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
}

.list_element {
    background-color: #3c7ec7;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
}

.event {
    min-height: 30px;
    display: flex;
}

.long {
    width: 1000px
}

.event_link {
    vertical-align: middle;
    background-color: #2c6eb7;
    flex: 1;
    color: aliceblue;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

label {
    padding: 10px;
}

input {
    padding: 2px;
    margin: 10px;
}

textarea {
    width: 1000px;
    height: 200px;
    padding: 2px;
    margin: 10px;
    margin-top: 20px;
}

.flex_50 {
}

.flexbox {
}

.green {
    background-color: green;
}

.red {
    background-color: red;
}