body {
  width: 560px;
  margin: 0 auto;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.logo {
  width: 200px;
  margin-left: -20px;
  border: 0;
}

.title {
  font-size: 24px;
  font-weight: 200;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 30px;
}

.l1 {
  min-height: 600px;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}

.l2 {
  width: 100%;
}

.d15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.d40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.btn {
  display: inline-block;
  border-radius: 0;
  border: 1px solid #223c7f;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 12px;
  letter-spacing: 0.15em;
  margin: 0 5px;
  padding: 20px 30px;
  cursor: pointer;
}

.demo {
  background-color: #223c7f;
  color: white;
}

.demo:hover {
  background-color: #74b3e1;
  border: 1px solid #74b3e1;
  color: white;
}

.docs {
  background-color: white;
  color: black;
}

.docs:hover {
  background-color: #74b3e1;
  border: 1px solid #74b3e1;
  color: white;
}

a:link {
  color: #223c7f;
  text-decoration: none;
}

a:visited {
  color: #223c7f;
}

a:hover {
  color: #74b3e1;
}

input {
  width: 95%;
}

textarea {
  width: 95%;
}

label {
  font-size: smaller;
}

.frame {
  border: 1px solid #e3e3e3;
  background-color: #f5f5f5;
  padding: 5px;
}

.row {
  background-color: #f5f5f5;
}

.column {
  float: left;
  padding: 7px;
}

.c70 {
  width: 70%;
}

.c10 {
  width: 10%;
}

.c45 {
  width: 46%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.logs {
  border: 1px solid #e3e3e3;
  background-color: #fff;
  width: 100%;
  overflow-y: scroll;
  margin-top: 5px;
}

.h50 {
    height: 50px;
}

.h100 {
    height: 100px;
}

.h400 {
    height: 400px;
}

blockquote {
  font-size: 11px;
  font-weight: 200;
}