#progressBar2 {
    position: relative;
    width: 50%;
    height: 28px;
    background-color: #ddd;
}

#myBar2 {
    position: absolute;
    width: 1%;
    height: 100%;
    background-color: #4CAF50;
}


#myBarOre {
    position: absolute;
    width: 1%;
    height: 100%;
    background-color: rgb(109, 80, 53);
}

#myBarIron {
    position: absolute;
    width: 1%;
    height: 100%;
    background-color: rgb(197, 166, 120);
}

#myBarIngot {
    position: absolute;
    width: 1%;
    height: 100%;
    background-color: rgb(197, 166, 120);
}

#myBarPlate {
    position: absolute;
    width: 1%;
    height: 100%;
    background-color: rgb(197, 166, 120);
}

#myBarLog {
    position: absolute;
    width: 1%;
    height: 100%;
    background-color: #4CAF50;
}

#myBarTimber {
    position: absolute;
    width: 1%;
    height: 100%;
    background-color: #4CAF50;
}

#myBarPlank {
    position: absolute;
    width: 1%;
    height: 100%;
    background-color: #4CAF50;
}
#myBarTree {
    position: absolute;
    width: 1%;
    height: 100%;
    background-color: #4CAF50;
}

#progressBar3 {
    position: relative;
    left: 30px;
    width: 80px;
    height: 20px;
    background-color: #ddd;
}

#title {
    text-align: center;
    font-size: 1.2em;
    color: grey;

}
.itemTitle {
    font-size: 1.2em;
}

.object-card {
    text-align: center;
    padding: 5px;
}
.object-title {
    font-size: 1em;
}

.item {
    width: 50px;
    height: 50px;
}

.this-ore {
    width: 80px;
    height: 80px;
}
.amount {
    font-size: .8em;
}

.ironOre {
    font-size: 1.1em;
}
.ironBar {
    font-size: 1.1em;
}
.ironIngot{}
.ironPlate{}
#myBar {}
/* Seed modal design*/

.button {
    background: coral;
    padding: 1em 2em;
    color: #efff;
    border: 0;
}

.button:hover {
    background: #333;
}

.closeBtn {
    color: #fff;
    font-size: 30px;
}

.closeBtn:hover,
.closeBtn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

table {
    border-collapse: collapse;
  }

table, th, td {
    border: 1px solid black;
    padding: 5px;
  }

  .sellIronPlate {}

  .scoreHeader {
      font-size: 2em;
  }

@keyframes modalopen {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}


/*End of seed model design */