#game_board { float:left; border-width:1; border-color:gray; border-style:solid; margin:0em 1em }
#game_board td { width:20px; height:20px; background-color:white; border-width:1px; border-color:#DDDDDD; border-style:solid; margin:0; padding:0 }
#game_board tr:first-child td { border-bottom-width:2px; border-bottom-color:black; border-bottom-style:solid; }
#game_board tr:first-child + tr td { border-top-width:2px; border-top-color:black; border-top-style:solid; }

#game_board .pieceI { background-color:#00e8e8 }
#game_board .pieceL { background-color:orange }
#game_board .pieceT { background-color:purple }
#game_board .pieceJ { background-color:blue }
#game_board .pieceS { background-color:green }
#game_board .pieceZ { background-color:red }
#game_board .pieceO { background-color:#e8e800 }

#settings { border-width:2px; border-style:groove; margin-left:250px; margin-top:1em; width:150px; padding:10px 0; }
#settings p { margin:0; text-align:center }
p#difficulty { text-align:left; margin-left:1em; margin-bottom:1ex; }
#rows { font-size:32pt }

#music { margin-left:250px; }

.notes { clear:both; padding-top:1em; width:250px; text-align:center; font-family:sans-serif; font-size:smaller; margin:0; }
