@charset "utf-8";
/* CSS Document */

.index{
    width: 300px;
    border: 0px solid black;
    margin: 0 auto;
}



.index td{
    text-align: center;
}
.index p{
    margin: 4px 0;
}

caption{
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}

.separator{
    text-align: center;
}

caption{
    caption-side: top;
}

.team_links{
    display: inline-block;
}

.spacebefore{
    margin-top: 18px
}

.noshow{
    display: none;
}