div.scoresheet.column{
    float:left;
}
div.scoresheet.column.left{
    margin-right:20px;
    width:400px;

}

div.scoresheet.column.right{
    width:450px;
height:750px;
}

table.scoresheet{
    clear:none;
}

table.scoresheet.edit.round{
    border-spacing:0px;
    border-color: red;
    border-width: 0 0 1px 1px;
    border-style: solid;
	height:750px;
}

table.scoresheet.edit.round tr:nth-child(2n) td {
    background:none repeat scroll 0 0 #ffffff;
}
table.scoresheet.edit.round td{
    border-color: red;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
}
table.scoresheet.edit.round tr{
    height:50px;
}
table.scoresheet.edit.round input {
    clear:none;
    width:15px;
    font-size:100%;
    padding:0;
}

iframe.scoresheet{
    width:510px;
    height:787px;
    padding:0 0 2px 0;
}

input.radio {
width: 13px;
height: 13px;
}
