html, body { 
  margin: 0px;
  padding: 0px;
  font-family: Sans-serif;
}

#content, .top-info {
  padding: 20px;
}

#main {
  margin-left: 1em;
  margin-right: 1em;
  padding-bottom: 3em;
}

#items { 
  table-layout: fixed;
  padding-top: 0;
  margin-top: 0;
}

#items {
  display: block;
  vertical-align: top;
  margin-right: 2em;
}

.section { 
  display: inline-block;
  vertical-align: top;
  margin-right: 2em;
}

#controls {
  padding-bottom: 0;
  margin-bottom: 0;
}

#item {
  vertical-align:top; 
  width: 100%;
  overflow: auto;
}

.control-item { 
  border: 1px solid #888;
  display: inline-block;
  padding: 5px;
  margin: 0px;
  text-decoration: none;
  color: #000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #eee;
  background-image: -webkit-linear-gradient(#fcfcfc, #eee);
  background-image: linear-gradient(#fcfcfc, #eee);
  background-repeat: repeat-x;
  margin-right: 10px;
  border-bottom: none;
}

.control-menu { 
  border: none;
  border-bottom: none;
  background: none;
}

a.control-item:hover {
  background: black;
  color: white;
}

#item-config {
  padding-top: 1em;
  border: 1px solid #888;
}

.control-item-active { 
  color: white;
  background-color: #444;
  background-image: -webkit-linear-gradient(#444, #222);
  background-image: linear-gradient(#444, #222);
  background-repeat: repeat-x;
}

.control-item-mod { 
  font-weight: bold;
}

.controls {
  vertical-align:bottom; 
}

.plus {
  background: #8f8;
}

.minus {
  background: #f88;
}

.top-info { 
  margin: 0;
  background-color: #eee;
  background-image: -webkit-linear-gradient(#fcfcfc, #eee);
  background-image: linear-gradient(#fcfcfc, #eee);
  background-repeat: repeat-x;
}

.top-info h1 { 
  font-family: Courier, "Courier New", mono, monospace;
  display: block;
  color: #484;
  font-size: 600%;
  padding: 0;
  margin: 0;
  text-shadow: 0px 0px 0.025em #fff;
}

.demo-options .unit { 
  display: block;
  margin-bottom: 10px;
}

.demo-options .example { 
  display: inline;
  padding-right: 10px;
  margin-bottom: 10px;
}

h2, h3 { 
  font-weight: bold;
  color: #484;
}

.alignment { 
  display: float;
  float: left;
  margin-right: 20px;
}

.explain {
  margin-top: 1em;
  max-width: 450px;
  font-size: 80%;
}

.top-info .explain {
  margin-top: 0px;
  font-size: 150%;
}

#forkongithub a{background:#000;color:#fff;text-decoration:none;font-family:arial, sans-serif;text-align:center;font-weight:bold;padding:5px 40px;font-size:1rem;line-height:2rem;position:relative;transition:0.5s;}#forkongithub a:hover{background:#060;color:#fff;}#forkongithub a::before,#forkongithub a::after{content:"";width:100%;display:block;position:absolute;top:1px;left:0;height:1px;background:#fff;}#forkongithub a::after{bottom:1px;top:auto;}@media screen and (min-width:800px){#forkongithub{position:absolute;display:block;top:0;right:0;width:200px;overflow:hidden;height:200px;}#forkongithub a{width:200px;position:absolute;top:60px;right:-60px;transform:rotate(45deg);-webkit-transform:rotate(45deg);box-shadow:4px 4px 10px rgba(0,0,0,0.8);}}

@media screen and (max-width: 500px) {
  .verbosity {
    display: none;
  }
}

.terminal { 
  font-family: Courier, "Courier New", mono, monospace;
  font-size: 90%;
  display: table;
  background: #311;
  color: white;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.snip:before { 
  content: "$ ";
  color: #B44;
}

.snip-alt:after { 
  content: " or";
  font-style: italic;
  color: #faa;
  margin-left: 3px;
}

.install { 
  display: table-row;
}

tt {
  font-family: Courier, "Courier New", mono, monospace;
}

tt.daff {
  font-weight: bold;
  color: #484;
}

.source-link { 
  display: float;
  float: right;
}
