@charset "utf-8";

.roundrobin #mainContents{ width: 95vw;}
.roundrobin .tournament_place2{ width: 95vw;}
.roundrobin .cap{ width: 95vw;}

h1 {
    line-height: 36px !important;
}

#mainContents h2 {
    clear: both;
    margin: 20px auto 30px;
    width: 80%;
    background-repeat: repeat-x;
}

ul.scoreAnc {
    margin: 0 auto;
    padding: 20px 0;
    width: 100%;
}

ul.scoreAnc li {
    float: left;
    margin: 0 30px 0 0;
}

ul.scoreAnc li a {
    display: block;
    background: url(images/next_list.gif) left center no-repeat;
    color: #06F;
    text-indent: 14px;
}

ul.scoreAnc li a:hover {
    color: #09f;
}

table.score {
    margin: 0 auto 40px;
    width: 100%;
}

table.score caption{ padding: 0 0 .5em; font-size: 20px;}

table.score th,
table.score td {
    border: solid 1px #999;
    text-align: center;
    font-size: 12px;
}

table.score th {
    padding: 3px 5px;
}

table.score td {
    vertical-align: middle;
    font-size: 15px;
}
table.score td .setpoint{ font-size: 24px;}
table.score td .star{ padding: 0 0 .25em !important; font-size: 51px;}

table.score td > table {
    margin: 0 auto;
    width: auto;
}

table.score td > table td,
table.score td > table th {
    border: none;
}