body > section,
.content-outer {
  background-color: gold;
  background-image: url("/games/gold_diggers/images/gold_wash_1_low_quality.jpg");
  padding-top: 0;
}
.content-container,
.content-inner {
  background-color: transparent;
  border: 0 black solid;
  box-shadow: none;
  margin-top: 20px;
  max-width: 835px;
  padding: 0;
  position: relative;
}
.bread-crumbs-outer {
  display: none;
}


.gold-diggers-button-rounded {
    border-radius: 10px;
    height: auto;
    max-height: none;
    max-width: none;
    padding: 12px 17px;
    width: auto;
}


.invisible {
  visibility: hidden;
}

.faded {
  filter: blur(4px);
  opacity: .9;
}

.lost-life-flash {
  color: red;
}

h3 {
  color: white;
  font-family: "Irish Grover", cursive;
  font-size: 48px;
  margin: 10px 0px;
  text-shadow: black 2px 2px 0px;
}
h4 {
  color: white;
  font-family: "Irish Grover", cursive;
  font-size: 24px;
  margin: 15px 0px;
  text-shadow: black 1px 1px 0px;
}

.overlay {
  background: rgba(0, 0, 0, 0.75);
  color: white;
  font-family: "Irish Grover", cursive;
  font-size: 24px;
  min-height: 400px;
  padding: 20px;
  position: absolute;
  left: 40px;
  top: 40px;
  right: 40px;
  z-index: 2;
}

  .overlay-header {
    text-align: center;
  }

  .overlay-button-container {
    padding-top: 20px;
    text-align: center;
  }

.flash-message {
  color: white;
  font-family: "Irish Grover", cursive;
  font-size: 64px;
  position: absolute;
  left: 40px;
  right: 40px;
  top: 250px;
  text-align: center;
  text-shadow: black 3px 3px 0px;
  z-index: 3;
}

.controls-container {
  background: rgba(0, 0, 0, 0.35);
  border-radius: 15px;
  color: white;
  display: inline-block;
  float: left;
  margin-top: 65px;
  min-height: 390px;
  padding: 40px 10px 20px 10px;
  text-align: center;
  vertical-align: top;
  width: 182px;
}

  .dice-container {
    padding-top: 4px;
    text-align: center;
  }

    .dice {
      background-image: url("/games/gold_diggers/images/dice/die_1.gif");
      background-position: center center;
      background-repeat: no-repeat;
      display: inline-block;
      height: 30px;
      width: 30px;
    }

    .face1 { background-image: url("/games/gold_diggers/images/dice/die_1.gif"); }
    .face2 { background-image: url("/games/gold_diggers/images/dice/die_2.gif"); }
    .face3 { background-image: url("/games/gold_diggers/images/dice/die_3.gif"); }
    .face4 { background-image: url("/games/gold_diggers/images/dice/die_4.gif"); }
    .face5 { background-image: url("/games/gold_diggers/images/dice/die_5.gif"); }
    .face6 { background-image: url("/games/gold_diggers/images/dice/die_6.gif"); }

    .dice.rolling {
        background-image: url("/games/gold_diggers/images/dice/die_rolling4.gif") !important;
        -webkit-animation:spin 1s linear infinite;
        -moz-animation:spin 1s linear infinite;
        animation:spin 1s linear infinite;
    }
    @-moz-keyframes spin { 100% { -moz-transform: rotate(1080deg); } }
    @-webkit-keyframes spin { 100% { -webkit-transform: rotate(1080deg); } }

  .moves-remaining-container {
    padding: 5px 0px 20px 0px;
  }

  .slick-mac-lives-icon {
    background-color: white;
    border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    margin: 2px;
    padding: 4px;
  }

  .score {
    font-family: "Irish Grover", cursive;
    font-size: 32px;
    text-shadow: rgba(0,0,0,.25) 2px 2px 0px;
  }

  .points-needed-to-reveal-exits {
    opacity: .8;
  }

.game-container {
  display: inline-block;
  padding: 0px 0px 13px 0px;
  text-align: center;
  vertical-align: top;
  
  width: 100%;
  max-width: 468px;
}

  .header {}

  .message {
    margin-bottom: -30px;
    min-height: 30px;
  }

  .board {
    border-collapse: collapse;
    border-spacing: 0px;
    margin: 0px auto;
  }

  .board * td {
    border: 1px #bbbbbb solid;
    box-shadow: 10px 10px 5px rgba(0,0,0,0.3);
    cursor: pointer;
    height: 44px;
    width: 44px;
  }

  .board * td.terrain- {    /* Obstruction */
    border: 0px black solid;
    box-shadow: none;
    cursor: default;
  }
  .terrain-D {   /* Diamond */
    background-color: #aaffee;
    background-image: url("/games/gold_diggers/images/diamond-icon.png");
  }
  .terrain-E {   /* Exit */
    background-color: #555555;
    background-image: url("/games/gold_diggers/images/stairs.png");
  }
  .terrain-G {   /* Gold */
    background-color: yellow;
    background-image: url("/games/gold_diggers/images/gold-coin-icon.png");
  }
  .terrain-P {   /* Path */
    background-color: white;
  }
  .terrain-S {   /* Start */
    background-color: white;
  }

  .player {
    background-image: url("/games/gold_diggers/images/slick-mac.svg");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .traversed {
    background-color: tan; /* brown; */
    opacity: .65;
  }

.instructions-button {
    /*
    border-radius: 10px;
    height: auto;
    max-height: none;
    max-width: none;
    padding: 12px 17px;
    width: auto;
    */
}

.high-scores-container {
  background: rgba(0, 0, 0, 0.35);
  border-radius: 15px;
  color: #eeeeee;
  display: inline-block;
  float: right;
  margin-top: 65px;
  min-height: 390px;
  text-align: center;
  vertical-align: top;
  width: 182px;
}

  .high-scores {
    border-spacing: 0px;
    padding: 0px 15px 20px 15px;
    width: 100%;
  }

    .high-scores * .high-score-name {
      border-bottom: 1px white solid;
      padding: 5px 0px 5px 5px;
      text-align: left;
    }
    .high-scores * .high-score-points {
      border-bottom: 1px white solid;
      padding: 5px 10px 5px 0px;
      text-align: right;
    }
    .high-scores tr:last-child td {
      border-bottom: 0px white solid;
    }

    .high-scores-link {
      color: white;
      font-size: 14px;
    }
    .high-scores-link:hover {
      color: gold;
      text-decoration: none;
    }
.high-scores-button {
    margin-bottom: 23px;
}

.roll-controls {
    margin: 20px auto 0 auto;
}
  .roll-controls td {
    height: 50px;
    width: 50px;
  }
    .roll-controls td button {
      cursor: pointer;
      height: 50px;
      width: 50px;
    }
.roll-controls td button.disabled {
    cursor: auto;
    opacity: .5;
}
.movement-button {
    background-color: orange;
    color: gold;
    font-size: 32px !important;
    text-align: center;
}
    .movement-button:hover {
        background-color: #FAB57F;  /* Light orange */
        color: white;
    }

@media all and (max-width: 850px) {
    .high-scores-container {
        display: block;
        float: none;
        margin: 0 auto;
        width: 100%;
        min-height: 0;
        max-width: 400px;
        padding: 20px;
    }
    .high-scores-container h4 {
        /* border-bottom: 1px white solid; */
    }

    .lives-container {
        float: left;
        display: inline-block;
        text-align: left;
    }
    .score-container {
        margin: 0;
        text-align: right;
    }
    .controls-container {
        display: block;
        float: none;
        margin: 0 auto;
        min-height: 0;
        padding: 10px 10px 15px 10px;
        width: 100%;
        max-width: 400px;
    }
    .moves-remaining-container {
        padding-bottom: 0;
    }
    .game-container {
        display: block;
        float: none;
        margin: 0 auto;
        padding-bottom: 0;
    }
        .message {
            display: none;
        }
        .game-container tr.empty-row {
            display: none;
        }
        .instructions-button {
            margin: 35px 0;
        }
}

