1.boardTable {
2  border-style: solid;
3  border-color: #663300;
4  border-width: 4px;
5  box-shadow: 0px 0px 20px #663300;
6}
7
8.whiteSquare,
9.blackSquare,
10.highlightWhiteSquare,
11.highlightBlackSquare {
12  vertical-align: middle;
13  border-style: solid;
14}
15
16.whiteSquare,
17.highlightWhiteSquare {
18  border-color: #FFCC99;
19  background: #FFCC99;
20}
21
22.blackSquare,
23.highlightBlackSquare {
24  border-color: #CC9966;
25  background: #CC9966;
26}
27
28.highlightWhiteSquare,
29.highlightBlackSquare {
30  border-color: #663300;
31}
32
33.moveOn {
34  background: #FFFF00;
35}
36.move, .variation, .commentMove, .comment {
37  color: black;
38}
39
40.selectControl {
41  width: 100% !important;
42}
43.buttonControlSpace, {
44  width:3px !important;
45}
46.buttonControl, .buttonControlPlay, .buttonControlStop {
47  height: 3em !important;
48}
49select#GameSelSelect {
50  width:auto !important;
51}
52
53div fieldset.pgn4web { width:100%; border:0 !important; padding:0 !important; margin:0 !important; margin-bottom:2ex !important;}
54div ul.pgn4web { margin: 0 !important; }
55li.pgn4web { color:black; list-style: none; padding: 0; margin: 0; text-align: left; }
56label.pgn4web { display: inline-block; font-weight: bold; line-height: 1.5; vertical-align: top; color:black; }
57@import url("pgn4web/fonts/pgn4web-font-ChessSansAlpha.css");
58@import url("pgn4web/fonts/pgn4web-font-ChessSansMerida.css");
59@import url("pgn4web/fonts/pgn4web-font-ChessSansPiratf.css");
60@import url("pgn4web/fonts/pgn4web-font-ChessSansUscf.css");
61@import url("pgn4web/fonts/pgn4web-font-ChessSansUsual.css");
62