.demo-section-box{
  font-family: "Trebuchet MS";
  width: 100%;
}

.section-container{
  width: 100%;
  margin: 0 auto;
  max-width: 880px;
}

.demo-box{
  margin: 0px 0;
}

.demo-align-right{
  text-align: right;
}

.demo-button{
  display: inline-block;
  padding: 7px 20px;
  background: #FFF;
  border:solid 0px #2eb872;
  border-radius: 0px;
  color: #2eb872;
  text-decoration: none;
}

.demo-button:hover{
  color: #FFF;
  background: #2eb872;
}