.timeline {
  list-style-type: none;
  display: flex;
  align-items: center;
    width:100%;
    float: left;
    padding: 0px;
    margin: 0 auto;
    margin-bottom: 20px;
}

 .li {
  transition: all 200ms ease-in;
    width: 33.3%;
    font-size: 10px;
}

.timestamp {
  margin-bottom: 20px;
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 100;
}

.status {
  padding: 0px 40px;
  display: flex;
  justify-content: center;
  border-top: 4px solid #D6DCE0;
  position: relative;
  transition: all 200ms ease-in;
  background-color: #607d8b;
  border-radius: 0px 0px 15px 15px;
  text-transform:capitalize;
  color: #fff;
}
.status i{
  padding: 2px;
  transition: all 200ms ease-in;
  background-color: #009688;
  border-radius: 5px;
  font-size: 10px;
  float: left;
  color: #fff !important;
  width: 100%;
  margin: 5px;
  margin-top: 10px;

}
.status h4 {
  font-weight: 100;
  font-size: 10px;
  margin-top: 20px;
  text-align: center;
  background: transparent !important;
}
.status:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: absolute;
  top: -12px;
  left: 42%;
  transition: all 200ms ease-in;
}

.li.complete .status {
  border-top: 4px solid #ffc107;
  background-color: #6e6750;
}
.li.complete .status:before {
  background-color: #ffc107;
  border: none;
  transition: all 200ms ease-in;
}
.li.complete .status h4 {
  color: #ffc107;
}




#toggleButton {
  position: absolute;
  left: 50px;
  top: 20px;
  background-color: #75C7F6;
}
.iniciarVideo{

  padding: 2px;
  transition: all 200ms ease-in;
  background: linear-gradient(#2196f3, #3f51b5);
  border-radius: 5px;
  font-size: 15px;
  float: left;
  color: #fff;
  width: 46%;
  margin: 10px;
  height: 50px;


  margin-left: 1%;

}
.iniciarJogo{

  padding: 2px;
  transition: all 200ms ease-in;
  background: linear-gradient(#8bc34a, #cddc39);
  border-radius: 5px;
  float: left;
  color: #fff;
  width: 45%;
  margin: 10px;

  margin-left:   1%;

  height: 50px;
}

.usarMoeda{

  padding: 2px;
  transition: all 200ms ease-in;
  background: linear-gradient(#ff9800, #ffc107);
  border-radius: 5px;
  float: left;
  color: #fff;
  width: 95%;
  margin: 10px;

  margin-left:   1%;

  height: 50px;
}
.iniciarVideo i{
  font-size: 10px;
}
