.rosterlist {
 background-color: #000099;
 width: 400px;
 margin-left: auto;
 margin-right: auto;
 }

.title {
 text-align: center;
 background-color: #9595b9;
 color: #ffffff;
 }

#rostable {
 position: absolute;
 top: 110px;
 width: 680px;
 margin-left: auto;
 margin-right: auto;
 border: solid 1px #000000;
 }

#rostable tr th {
 background-color: #cfccdc;
 color: #000000;
 border: solid 1px #000000;
 }

#rostable tr td {
 background-color: #ffffff;
 color: #000000;
 border: solid 1px #000000;
 padding-left: 5px;
 }
 
.small {
 font-size: 80%;
 }
 
.note_1 {
 position: absolute;
 top: 520px;
 left: 30px;
 font-style: italic;
 font-size: 80%; 
 }