#container1 {
  margin: 0 auto;
  /*max-width: 670px; JEMTB*/
}
.crossw1rd {
  padding:10px;
}

.crossw1rd .grid {
  /*border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;*/
  position: absolute;
}

.crossw1rd .grid .row {
  clear: left;
  white-space: nowrap;
}

.crossw1rd .grid .row > div {
  float: left;
  text-align: center;
  height: 27px;
  width: 27px;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  background-color: #fff;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.crossw1rd .grid .row > div.word {
  background-color: #FCFCD6;
}
.crossw1rd .grid .row > div.word.active {
  background-color: yellow;
}

.num {
  font-family: arial;
  font-size: 8px;
  float:left;
  position: relative;
  left: 1px;
  top: 1px;
}

.letter {
  font-family: courier;
  font-size: 20px;
  position: relative;
  top: 4px;
  white-space: normal;
}
.correct .letter {
  color: green;
}
.incorrect .letter {
  color: red;
}

.crossw1rd .grid .row > div.blank {
  background-color: #ccc;
}

.clues {
  font-family: 'Helvetica', Arial;
  float: right;
  margin-right: -160px;/*jorgemtb*/
}
.clues .across, .clues .down {
  margin:4px;
}
.clues h4 {
  font-size: 16px;
  margin:0;
}
.clues div {
  margin: 4px 0;
  padding: 4px;
  overflow: auto;
}
.clues p {
  font-size: 14px;
  margin: 0;
  cursor: default;
  position: relative;
}
.active_clue {
  background-color: #FCFCD6;
}

.controls {
  position: absolute;
  top: 100px;
}

/* CSSButtonGenerator.com */
.controls button {
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 8px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
  display: none;
}
.controls button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.controls button:active {
	position:relative;
	top:1px;
}
