body {
  background: black;
  margin: 0;
  padding: 0;
  font-family: "Verdana"; }

#gameArea > div {
  pointer-events: none !important; }

#creditosDiv {
  color: #000000;
  width: 840px;
  height: 500px;
  font-size: 14px;
  overflow: auto; }
  #creditosDiv a {
    color: #000000;
    text-decoration: underline; }
  #creditosDiv a:hover {
    text-decoration: none; }

#formSignIn,
#formSave,
#formLogin {
  padding: 0px;
  width: 370px;
  font-weight: 700; }
  #formSignIn label,
  #formSave label,
  #formLogin label {
    color: #000000;
    font-size: 17px;
    font-family: "Verdana"; }
  #formSignIn input,
  #formSave input,
  #formLogin input {
    display: block;
    width: 100%;
    background-color: transparent;
    border: 0px;
    font-family: "Verdana";
    font-weight: 700;
    border-bottom: 1px solid #000000;
    font-size: 18px;
    color: #000000;
    height: 28px; }
  #formSignIn input:not(:last-child),
  #formSave input:not(:last-child),
  #formLogin input:not(:last-child) {
    margin-bottom: 20px; }
  #formSignIn .status,
  #formSave .status,
  #formLogin .status {
    text-align: center;
    color: #000000; }

#formSave,
#loadDiv {
  width: 280px; }
  #formSave select,
  #loadDiv select {
    width: 100%;
    appearance: none;
    /* safari */
    -webkit-appearance: none;
    /* other styles for aesthetics */
    width: 100%;
    padding: 5px;
    background-color: #E0FD9F;
    border: 2px solid #75A803;
    border-radius: 10px;
    color: #000;
    cursor: pointer;
    margin-bottom: 15px; }

/*# sourceMappingURL=layout.css.map */
