#list-sponsors {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#list-sponsors a {
    padding: 5px;
    text-decoration: none;
}

#list-sponsors .sponsor {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}

#sidebar {
    background: #eeeeee;
    min-width: 250px;
    padding: 15px;
}

#hbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

#sidebar p {
    padding-top: 5px;
    padding-bottom: 5px;
}

#sidebar p.section-head {
    font-weight: bold;
    color: #000;
    border-bottom: 1px dotted #000;
    padding-top: 10px;
    padding-bottom: 5px;
}

#description {
    padding: 20px;
}

#title-members,
#title-events,
#title-needs {
    padding: 10px;
}

#list-members,
#list-events,
#list-needs {
    padding: 20px;
}
