body, html {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}
.demos-title {
  text-align: center;
  font-size: 34px;
  color: #3cc51f;
  font-weight: 400;
  margin: 0 15%;
}

.demos-sub-title {
  text-align: center;
  color: #888;
  font-size: 14px;
}

.demos-header {
  padding: 35px 0;
}

.demos-content-padded {
  padding: 15px;
}

.demos-second-title {
  text-align: center;
  font-size: 24px;
  color: #3cc51f;
  font-weight: 400;
  margin: 0 15%;
}

footer {
  text-align: center;
  font-size: 14px;
  padding: 20px;
}

footer a {
  color: #999;
  text-decoration: none;
}
.wy-header {
    height: 40px;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
	background-color:#1a8fde;
}

.wy-header-icon-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
}

.wy-header-icon-back span {
    width: 20px;
    height: 20px;
    margin: 12px 0 0 10px;
    background: url(../images/back.png) no-repeat;
    background-size: 20px;
    display: block;
}

.wy-header-title {
    margin: 0 50px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: white;
}
.wy-header-icon-flush {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
}

.wy-header-icon-flush span {
    width: 20px;
    height: 20px;
    margin: 12px 0 0 10px;
    background: url(../images/flush.png) no-repeat;
    background-size: 20px;
    display: block;
}
