/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */

.member_list {

}

.member_list li {

    list-style-type: none;
    margin: 10px;
}

.member_title {

    font-size: 24px;
    margin: 20px 10px;

}

.menu-tabs {

    margin-bottom: 40px;
}

.menu-tabs li {

    list-style-type: none;
    margin: 10px;
}
a#menu-numerical-tests {
    display: none;
}