#sectionsList {
    border: 1px solid #999;
    margin-left: 10px;
}

#sectionsList th {
    border: 1px solid #999;
    font-weight: bold;
    text-align: center;
    background-color: #EEEEEE;
    padding: 5px;
}

#sectionsList td {
    border: 1px solid #999;
    font-weight: normal;
    text-align: left;
    background-color: white;
    padding: 5px;
}

#sectionsList .section {
    width: 300px;
}

#sectionsList a {
    text-decoration: none;
}


#sectionsList .n {
    text-align: center;
}

#sectionsList .arena {
    text-align: center;
}

#sectionsList .owner {
    width: 150px;
    text-align: left;
}