@font-face {
  font-family: 'Philosopher';
  src: url("Philosopher/Philosopher.eot");
  src: url("Philosopher/Philosopher.eot?#iefix") format("embedded-opentype"),
       url("Philosopher/Philosopher.woff") format("woff"),
       url("Philosopher/Philosopher.ttf") format("truetype"),
       url("Philosopher/Philosopher.svg#Philosopher") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PhilosopherBold';
  src: url("PhilosopherBold/PhilosopherBold.eot");
  src: url("PhilosopherBold/PhilosopherBold.eot?#iefix") format("embedded-opentype"),
       url("PhilosopherBold/PhilosopherBold.woff") format("woff"),
       url("PhilosopherBold/PhilosopherBold.ttf") format("truetype"),
       url("PhilosopherBold/PhilosopherBold.svg#PhilosopherBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background: #f0f0f0;
  font: 62.5%/1.4 Philosopher, serif;
  overflow-x: hidden;
}

body {
  font-size: 2.1rem;
  margin: 0;
  padding: 0;
}

#content {
  margin: 1rem auto;
  width: 800px;
}

#info {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2rem;
  box-shadow: 0 1.5rem 1rem -1.5rem rgba(0, 0, 0, 0.4);
  min-height: 23rem;
  overflow: hidden;
  padding: .5rem 1rem;
  width: 75rem;
}

#info h1 {
  clear: both;
  margin-block-end: 0;
}

#info h2 {
  clear: both;
  color: #151;
  font-family: PhilosopherBold, serif;
  font-size: 2.6rem;
  margin-block-end: .5rem;
}

#info p {
  margin: 0 .5rem .7rem .5rem;
}

#info ul {
  margin-bottom: .7rem;
  margin-top: 0;
}

#info pre {
  font-size: 1.6rem;
}

code {
  font-family: "Courier New", monospace;
  font-size: 1.6rem;
}

.syntaxContainer {
  color: #444;
  width: 65rem;
  margin: .5rem auto;
  padding: .5rem 1rem;
  border: .1rem solid #a5daf1;
  background-color: #d1ecf8;
  overflow: hidden;
}

.syntaxContainer > .codeHeader {
  margin: -0.5rem -1rem 0.5rem -1rem;
}

.codeHeader {
  background-color: #87ceed;
  color: #0000cd;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: .5rem;
}

form {
  border: .3rem solid #a5daf1;
  margin: 1rem auto .5rem;
  width: 40rem;
}

form p {
  margin-left: 1rem;
  margin-right: 1rem;
}

label {
  display: inline-block;
  text-align: right;
  width: 16rem;
}

button {
  border-radius: .5rem;
  color: #000080;
  font-family: Philosopher, serif;
  font-size: 1.4rem;
  font-weight: bold;
  margin: .5rem 0 1rem 60%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.floatLeft {
  float: left;
  margin: 1rem 1rem 1rem .5rem;
}

.floatRight {
  float: right;
  margin: 1rem .5rem 1rem 1rem;
}

/*
/********************************************************************
/ 
/   Table Styles
/ 
/********************************************************************
*/
#ver-minimalist {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size: 12px;
  margin: 45px;
  width: 480px;
  text-align: left;
  border-collapse: collapse;
}

#ver-minimalist th {
  padding: 8px 2px;
  font-weight: normal;
  font-size: 14px;
  border-bottom: 2px solid #6678b1;
  border-right: 30px solid #fff;
  border-left: 30px solid #fff;
  color: #039;
}

#ver-minimalist td {
  padding: 12px 2px 0px 2px;
  border-right: 30px solid #fff;
  border-left: 30px solid #fff;
  color: #669;
}