36 lines
868 B
CSS
36 lines
868 B
CSS
|
table.print_contest1, .print_contest2, .print_contest3 {
|
||
|
width: 100%;
|
||
|
margin: 0 0 1em 0;
|
||
|
border-spacing: 0;
|
||
|
border-top: 0.0625em solid black;
|
||
|
border-right: 0.0625em solid black;
|
||
|
}
|
||
|
|
||
|
table.print_contest1 th, table.print_contest1 td{
|
||
|
border-collapse:collapse;
|
||
|
border-bottom: 0.0625em solid black;
|
||
|
border-left: 0.0625em solid black;
|
||
|
height:2.5em;
|
||
|
font-size: 1em;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
table.print_contest2 th, table.print_contest2 td{
|
||
|
border-collapse:collapse;
|
||
|
border-left: 0.0625em solid black;
|
||
|
border-bottom: 0.0625em solid black;
|
||
|
height:2.5em;
|
||
|
font-size: 1em;
|
||
|
}
|
||
|
|
||
|
table.print_contest3 th, table.print_contest3 td{
|
||
|
border-collapse:collapse;
|
||
|
border-left: 0.0625em solid black;
|
||
|
border-bottom: 0.0625em solid black;
|
||
|
height:2.5em;
|
||
|
font-size: 1em;
|
||
|
text-align: center;
|
||
|
}
|
||
|
h2{
|
||
|
margin: 0;
|
||
|
}
|