/* general styles */
#content { padding: 10px; margin-top: 50px; }
h1 { font-size: 2.0em; font-weight: bold; margin-bottom: 10px; }
h2 { font-size: 1.6em; margin-bottom: 5px; margin-top: 5px; }
h3 { font-size: 1.4em; margin-bottom: 5px; }
h4 { font-size: 1.2em; margin-bottom: 5px; }
.modal-body { padding-bottom: 0px; }

/* actual game board */
#game { display: none; margin-top: 20px; }
.board { width: 300px; height: 300px; }
.board td { width: 100px; height: 100px; text-align: center; font-size: 4em; }
.board th { text-align: center; color: #5e5e5e; background-color: #f8f8f8; }

.empty { background-image: none; cursor: 'pointer'; }
.x { color: #b81c1c }
.o { color: #16a939 }
.marker_config { font-weight: bold; font-size: 18px; }
.marker_config_random { font-size: 17px; }

#thinking { display: none; }
