body {
  background-color: #FAFAFA;
  background-image: none !important;
  background-position: top left;
  background-repeat: repeat;
}

.game-viewport {
  width: var(--game-width, 1024px);
  margin-left: auto;
  margin-right: auto;
}

.game-container {
  width: 1024px;
  margin: 0;
}

.top-banner-ads {
  width: var(--game-width, 1024px);
  margin-left: auto;
  margin-right: auto;
}

.btm-banner-ads {
  width: var(--game-width, 1024px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.feedback-toggle-link {
  color: #fff;
  cursor: pointer;
}

.cfclassic-label {
  display: none;
}

textarea.cfclassic-textarea {
  display: block;
  margin-right: 20px;
  width: 780px;
  height: 100px;
  float: left;
}

.cfclassic-button {
  display: block;
  float: left;
  width: 200px;
  margin: 0 0 10px 0;
  padding: 10px;
  background: #639ec8;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

a:hover.cfclassic-button {
  background: #4f7fa1;
  color: #fff;
  text-decoration: none;
}

.classic-feedback-result-text {
  color: #aab300;
}
