#spanLoggedIn {
    display: none;
    color: white;
    margin-right: 50px;
}

.btn {
    cursor: pointer;
}

footer {
    margin-top: 50px;
}

.account {
    color: white;
}

.text-error {
    color: red;
}

.btn {
    cursor: pointer;
}

.eventDetails {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.eventDetails div {
    flex: 1;
}

.eventDetailsHeader {
    display: flex;
    flex-direction: row;
}

.eventDetails div label {
    display: block;
    font-weight: bold;
    margin-bottom: 2px;
}

.eventDescr {
    font-weight: bold;
}

.eventActionList {
    list-style-type: none;
}

.eventActionList li::before {
    content: "-"
}

.spacer {
    height: 15px;
}

.twoColumnForm {
    display: flex;
}

.twoColumnForm div {
    flex: 1;
}

.content-page {
    padding:10px;
}

.content-page div {
    padding:10px;
}

.loading {
    width:100%;
    margin:auto;
    color: #353535;
    font-size: 24px;
    padding:10px;
    text-align: center;
}