
body {
  font-size: 15px;
  line-height: 1.5; 
  background: #fff 0 0 repeat;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, serif;
  font-weight: 400;
  color: #666;
  padding: 0;
  margin: 0;
}

a {
  color: #2879d0;
}
a:hover {
  color: #2268b2;
}

header {
  position: fixed;
  border-bottom: 1px solid #ddd; 
  background: #fafafa;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  z-index: 1000;
}

header h1 {
  font-size: 18px;
  padding: 10px;
  margin: 0px;
}

#main {
  margin-top: 50px;
}

.tagline {
  font-size: .8em;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0;
}

.editor { 
    width: 40%;
    min-width: 400px;
    height: 1000px;
    font-size: 14px;
}

.editor-wrapper {
    float: left;
    width: 40%;
    min-width: 400px;
    height: 300px;
}

.diagram {
  float: left;
  display: inline-block;
  box-sizing:border-box;
  width: 50%;
}

.inner {
  position: relative;
  width: 940px;
  margin: 0 auto;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}



.footer {
    position: fixed;
    border-top: 1px solid #ddd; 
    background: #fafafa;
    padding: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 1000;
}

.credit {
  font-size: .8em;
  float:right;
  text-align: right;
}

