#selected {
    background-color: #a8a8a8;
}
#selected>a {
    color: #008000;
}


#content>div>article#location {
    padding: 50px;
    background-color: #e3e3e3;
    border: none;
}

.splitted {
    display: flex;

}
.splitted>div {
    flex: 1;

    text-align: center;
}
.splitted>div>h1 {
    font-size: 24px;
}
.splitted>div>p {
    font-size: 16px;
}
.redange>h1, .redange>p {
    text-decoration: line-through;
}
.closed {
    font-size: 18px;
    color: #d1352a;
    text-align: center;
    text-decoration: underline;
}