#event-wrapper {
  background: #428F89;
  position: relative;
  height: 120px;
  width: 770px;
  border-radius: 3px;
}

.event-button {
  background: #428F89;
  box-shadow: -3px 0px 3px #085358;
  border: 1px solid #085358;
  cursor: pointer;
}

.event-button:active {
  box-shadow: 0px 0px 0px #085358;
  background: #28E5D8;
}

.button-square {
  position: absolute;
  height: 45px;
  width: 45px;
  border-radius: 5px;
}

.event31 {
  position: absolute;
  top: 0px;
  left: 50px;
}

.event31:active {
  position: absolute;
  top: 3px;
}

.event32 {
  position: absolute;
  top: 60px;
  left: 50px;
}

.event32:active {
  position: absolute;
  top: 63px;
}

.event21 {
  position: absolute;
  top: 0px;
  left: 560px;
}

.event22 {
  position: absolute;
  top: 60px;
  left: 560px;
}

.event21:active {
  position: absolute;
  top: 3px;
}

.event22:active {
  position: absolute;
  top: 63px;
}

.event0 {
  position: absolute;
  height: 45px;
  width: 90px;
  border-radius: 45px 45px 0px 0px;
  background: #428F89;
  box-shadow: -3px 0px 3px #085358;
  border: 1px solid #085358;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 280px;
}

.event0:active {
  position: absolute;
  top: 3px;
  left: 280px;
  box-shadow: 0px 0px 0px #085358;
    background: #28E5D8;
}

.event1 {
  position: absolute;
  top: 60px;
  left: 280px;
  height: 45px;
  width: 90px;
  border-radius: 0px 0px 45px 45px;
  background: #428F89;
  box-shadow: -3px 0px 3px #085358;
  border: 1px solid #085358;
  cursor: pointer;
}

.event1:active {
  position: absolute;
  top: 63px;
  left: 280px;
  box-shadow: 0px 0px 0px #085358;
    background: #28E5D8;
}

.event-label {
  width: 100px;
  font-size: small;
  color: white;
}

.event-label31 {
  position: absolute;
  left: 110px;
  top: 0px;
}

.event-label32 {
  position: absolute;
  left: 110px;
  top: 60px;
}

.event-label21 {
  position: absolute;
  left: 620px;
  top: 0px;
}

.event-label22 {
  position: absolute;
  left:620px;
  top: 60px;
}

.event-label1 {
  position: absolute;
  left: 380px;
  top: 60px;
}

.event-label0 {
  position: absolute;
  left:380px;
  top: 0px;
}

