p.delimiter {
    font-size: small;
    width: 100%;
}

p.unselected.entry {
    font-size: small;
    color: #037672;
    padding: 3px;
    padding-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #f2f2f2;
    background-image: url("../images/arrow-right.png");
    background-repeat: no-repeat;
    background-position: 3px 5px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
}

p.selected {
    font-size: small;
    color: black;
    padding: 5px;
    padding-left: 10px;
    margin-top: 1px;
    margin-bottom: 1px;
    cursor: pointer;
}

div.container {
    margin-right: 10px;
    margin-top: 0px;
    width: 100%;
}

div.selectors {
    width: 480px;
    display: -webkit-flex; /* Safari */
    -webkit-flex-direction: column; /* Safari 6.1+ */
    display: flex;
    flex-direction: column;
}

p.description {
    width: 480px;
}

#returnlevel {
    border: none;
    color: #037672;
    background: none;
    cursor: pointer;
}

#resetlevel {
    border: none;
    color: #037672;
    background: none;
    cursor: pointer;
}

#backarrow {
    background-repeat: no-repeat;
    margin-right: 1px;
}

#selection-title {
    font-weight: bold;
    font-size: small;
    color: black;
    margin-right: 5px;
    margin-top: 5px;
}