h1 {
  display: none;
}
.logo {
  margin: 80px;
}
.grid-100.purchase-summary {
  margin:0 30%;
}
.grid-100.purchase-summary .grid-20 {
  padding:0;
}
.grid-100 {
  padding:0;
  padding: 0;
  color: #706f6f;
  font-weight: bold;
}
label {
  font-size: 10px;
  color: #706f6f;
  font-weight: 300;
  text-transform: uppercase;
}
div {
  font-size: 15px;
  color: #3c3c3b;
}
.title {
  clear: both;
  width: 100%;
  font-weight: bold;
  color: #3c3c3b;
  font-size: 20px;
  text-transform: uppercase;
}
html,body,footer.site-info {
  background-color: white;
}

#continue-button {
  position: relative;
  float: left;
  margin-top: 40px!important;
  background-color: #00add9;
  border: 1px solid #fff;
  color: #fff!important;

  font-weight: bold;
  border-radius: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 15px;
  text-transform: uppercase;
  padding: 0;
  line-height: 38px;
  width: 160px;
  text-align: center;
}

#continue-button a{
  color: #fff!important;
}
#continue-button a:hover{
  color: #00add9!important;
}

button#continue-button:hover {
  background: none;
  border: 1px solid #00add9;
  color: #00add9!important;
}


.finish-buttons.completed-exercise h3 {
  font-size: 40px;
  font-weight: bold;
  color: #71766f;
}