.header {
     text-align: center;
}
 .row {
     margin-bottom: 2px;
     text-align: center;
}
 .alert {
     text-align: left;
     height: 80px;
}
 .btn {
     margin-top: 5px;
}

.div-center{

width: 600px; margin:0px auto;
    }
 h6 {
     margin: 10px 0 0 5px;
     text-align: left;
     line-height: 1;
}
}
 .col-md-6 {
     padding-left: 25px;
     padding-right: 25px;
}
 .col-xs-4, .col-xs-3, .col-xs-6 {
     padding-left: 1px;
     padding-right: 1px;
}
 .info {
     overflow: hidden;
     max-height: 210px;
}
 .info p {
     text-align: left;
}
 .well {
     padding-top: 0;
     background-color: #444;
}
 .icon {
     width: 24px;
     height: 24px;
}
 .icon-36 {
     width: 36px;
     height: 36px;
}
 .icon-64 {
     width:64px;
     height:64px;
}
 .progress-content{
     background-color: #555;
     padding: 30px;
}
 .background-gray {
     background-color: #333;
}
 .background-image {
     background-image: url("img/bg2.jpg");
     background-size: cover;
     background-position: center;
}
 .box {
     position: relative;
     border: 1px solid #ccc;
     padding: 5px;
     margin-bottom: -5px;
     margin-left:100px;
     opacity: 1;
     transition: opacity 0.5s, top 0.5s;
     background-color: #a49388;
     width: 70px;
     z-index: 1;
}


 .tooltip {
     position: relative;
     border: 1px solid #ccc;
     padding: 5px;
     margin-bottom: -5px;
     margin-left:100px;
     opacity: 1;
     transition: opacity 0.5s, top 0.5s;
     background-color: red;
     width: 200px;
     z-index: 1;
}

/* The navigation bar */
 .tabs {
     overflow: hidden;
     background-color: rgba(104, 75, 26, 0.3);
     position: fixed;
    /* Set the navbar to fixed position */
     display: flex;
     justify-content: center;
     position: sticky;
     top: 0;
    /* Position the navbar at the top of the page */
     width: 100%;
    /* Full width */
     z-index: 1;
     height: 70px;

}
 .tab {
     padding: 10px 20px;
     background-color: rgba(0, 0, 0, 0.3);
    ;
     cursor: pointer;
     margin: 0px 5px;
}
 .tab-content {
     display: none;
     padding: 20px;
     background-color: transparent;
     overflow-y: auto;
     overflow-x: hidden;
     height: 900px;     
}


.filler{

    height: 300px;


}

 .tab-content.show {
     display: block;
}

.wrapper{

    height: 1000px;
    overflow-y: auto;
}

.logo {
  display: flex;
  align-items: center;
  font-size: 20px;
  position: absolute;
  left: 50px;
  top: 10px;
}

.logo img {
  margin-right: 10px;
}
 .coin-hud{
     font-size: 16px;
     background-color: #f1c40f;
     width: 120px;
     height: 35px;
     margin-left:0px;
     color: black;
     font-weight: bold;
     position: absolute;
     right: 10px;
     top: 10px;
     line-height: 0px !important;
     padding-bottom:2px !important;
}

 .coin-hud img{
     width:24px;
     height: 20px;
}
.menu-top {
  display: flex;
  justify-content: center;
  align-items: center;
}

#version-number_manual{

    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
}

#wheat-btn:hover {
  display:block;
}


 #sound-button {
    
      padding: 10px;
      background-color: green;
      color: white;
      cursor: pointer;
}