#user-content-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

#user-content{
    min-width: 900px;
    text-align: center;
}

#user-content h1, #user-content h2{
    margin-bottom: 6px;
}

#user-content h2{
    margin-top: 10px;
}

#user-content table{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#user-content table th, #user-content table td{
    padding-right: 20px;
}

#user-content .center{
    text-align: center;
}

#user-content-table{
    margin-right: auto;
    text-align: left;
}

#user-content .table td.center{
    text-align: center;
}

#user-content table.dataTable{
    width: unset;
}