#moderList {
    width: 99%;
    background-color: #ffffff;
    border: 1px solid #BBB;
    margin: auto;
    margin-bottom: 20px;
}

#moderList th {
    background-color: #EEE;
    border: 1px solid #BBB;
    height: 20px;
    padding: 2px;
    border-bottom: 1px solid #BBB;
}

#moderList td {
    border: 1px solid #DDD;
    padding: 3px;
    vertical-align: top;
}

#moderList .user {
    width: 15%;
    text-align: left;
}

#moderList .role {
    width: 15%;
    text-align: center;
}

#moderList .email {
    width: 20%;
    text-align: left;
}

#moderList .contacts {
    width: 20%;
    text-align: left;
}

#moderList .url {
    width: 25%;
    text-align: left;
}
