@font-face {
  font-family: 'myriad';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/myriad-set-pro_ultralight.woff") format("woff"), url("../fonts/myriad-set-pro_ultralight.ttf") format("truetype");
  *src: url('');
}
@font-face {
  font-family: 'myriad';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/myriad-set-pro_thin.woff") format("woff"), url("../fonts/myriad-set-pro_thin.ttf") format("truetype");
  *src: url('');
}
@font-face {
  font-family: 'myriad';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/myriad-set-pro_text.woff") format("woff"), url("../fonts/myriad-set-pro_text.ttf") format("truetype");
  *src: url('');
}
@font-face {
  font-family: 'myriad';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/myriad-set-pro_medium.woff") format("woff"), url("../fonts/myriad-set-pro_medium.ttf") format("truetype");
  *src: url('');
}
@font-face {
  font-family: 'myriad';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/myriad-set-pro_semibold.woff") format("woff"), url("../fonts/myriad-set-pro_semibold.ttf") format("truetype");
  *src: url('');
}
@font-face {
  font-family: 'myriad';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/myriad-set-pro_bold.woff") format("woff"), url("../fonts/myriad-set-pro_bold.ttf") format("truetype");
  *src: url('');
}
body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333;
  position: relative;
  min-width: 980px;
  line-height: 1.5;
  background: #fff;
}
a {
  color: #179806;
}
li {
  margin: 5px 0;
}
h1,
h2,
h3,
h4 {
  font-family: "myriad", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #179806;
}
h1 {
  font-size: 51px;
  line-height: 1.2;
  margin: 25px 0;
}
h1:first-child {
  margin-top: 0;
}
h2 {
  font-size: 45px;
  line-height: 1.3;
}
h3 {
  font-size: 33px;
  line-height: 1.4;
}
h2,
h3 {
  margin: 15px 0;
}
h4 {
  font-size: 25px;
  margin: 10px 0;
}
.header-inner,
.content,
.footer-inner {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding: 0 40px;
}
header {
  color: #fff;
  background: #3fd02b;
  background: -moz-radial-gradient(0% 0%, circle cover, #179806 0%, #3fd02b 100%);
  background: -webkit-gradient(radial, 0% 0%, 0px, center center, 100%, color-stop(0%, #179806), color-stop(100%, #3fd02b));
  background: -webkit-radial-gradient(0% 0%, circle cover, #179806 0%, #3fd02b 100%);
  background: -o-radial-gradient(0% 0%, circle cover, #179806 0%, #3fd02b 100%);
  background: -ms-radial-gradient(0% 0%, circle cover, #179806 0%, #3fd02b 100%);
  background: radial-gradient(circle at 0% 0%, #179806 0%, #3fd02b 100%);
  text-align: center;
}
header p {
  margin: 20px 0;
}
header p:last-child {
  margin-bottom: 0;
}
header .release a {
  color: inherit;
  text-decoration: none;
}
header .release a:hover {
  text-decoration: underline;
}
header .github-buttons iframe {
  border: none;
  display: inline-block;
}
header .download a {
  display: inline-block;
  padding: 0px 10px;
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  width: 200px;
  line-height: 44px;
}
header .download a:hover {
  background: rgba(255, 255, 255, 0.15);
}
.share-line {
  background: #137f05;
  text-align: center;
  box-sizing: border-box;
  height: 40px;
  padding-top: 10px;
}
.share-line .addthis_toolbox {
  display: inline-block;
}
.share-line .flattr-button {
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
}
.header-inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
.header-title {
  font-size: 55px;
  text-align: center;
  line-height: 1;
  font-weight: 100;
  margin-bottom: 20px;
}
.header-title span {
  font-size: 31px;
  opacity: 0.85;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 0 5px;
}
.header-subtitle {
  text-align: center;
  font-size: 41px;
  font-weight: 100;
  margin: 20px 0;
}
.content {
  padding: 40px;
  background: #fff;
}
footer {
  background: #333;
}
footer .footer-inner {
  padding: 30px 0;
  text-align: center;
  color: #fff;
}
footer .footer-inner a {
  color: inherit;
}
code {
  font-size: 12px;
  border: 1px solid #e1e1e1;
  color: #333;
  font-weight: normal !important;
}
pre,
code {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
pre {
  overflow: hidden;
  word-wrap: break-word;
  font-size: 12px;
}
pre code {
  display: block;
}
code.hljs {
  padding: 10px;
  border: none;
}
code {
  background: #eee;
  color: #000;
  display: inline-block;
  padding: 2px 5px;
}
.method-wrap {
  background: #f8f8f8;
  padding: 10px;
  border: 1px solid #eee;
  margin: 1em 0px;
}
.method-wrap p:first-child {
  margin-top: 0;
}
.method-wrap p:last-child,
.method-wrap ul:last-child {
  margin-bottom: 0;
}
.method-wrap .method-returns {
  font-weight: 500;
  font-style: normal;
}
p.method,
span.method {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  color: #000;
  font-size: 15px;
}
p.method span,
span.method span {
  color: #106704;
}
ul.method-parameters {
  margin-top: -10px;
  margin-bottom: 20px;
  padding-left: 30px;
}
ul.method-parameters .parameter {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  color: #106704;
}
ul.method-parameters .parameter-type {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  color: #b30000;
}
.method-returns {
  list-style: none;
  font-weight: 500;
}
table {
  width: 100%;
}
table.template7-examples {
  table-layout: fixed;
  background: #23241f;
  width: 100%;
  color: #fff;
}
table.template7-examples pre {
  margin: 0;
}
table.template7-examples td,
table.template7-examples th {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
table.template7-examples td:last-child,
table.template7-examples th:last-child {
  border-right: none;
}
table.template7-examples td {
  vertical-align: top;
}
table.template7-examples td[colspan="3"],
table.template7-examples th {
  text-align: center;
  font-weight: bold;
  padding: 10px;
  font-family: "myriad", Helvetica Neue, Helvetica, Arial, sans-serif;
}
table.template7-examples th {
  border-top: none;
}
.important-note {
  background: rgba(255, 0, 0, 0.2);
  color: #000;
  border: 1px solid rgba(255, 0, 0, 0.5);
  padding: 10px;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
