/**
 * Theme Name: Origin
 * Theme URI: http://alienwp.com/themes/origin/
 * Description: Minimalistic, mobile-optimized theme with responsive layout. The theme settings include options for uploading favicon and logo images, color picker, typography settings, and a nice selection of Google fonts.
 * Version: 0.2.8
 * Author: Galin Simeonov
 * Author URI: http://alienwp.com
 * Tags: flexible-width, theme-options, threaded-comments, microformats, translation-ready, rtl-language-support, one-column, two-columns, right-sidebar, sticky-post, custom-background, featured-images
 * License: GNU General Public License v2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Copyright (c) 2011 - 2012 Galin Simeonov.  All rights reserved.
 * http://alienwp.com
 */

/* Normalize
-------------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) { display: none; }
[hidden] { display: none; }
figure { margin: 0; }
html {
  height: 100%;
  font-size: 16px;  /* 16px */
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font: 0.95em/1.692307em 'Bitter', Georgia, 'Times New Roman', Times, serif;
  color: #24292e;
  padding: 0;
  height: 100%;
}
#container {
  background-color: #fff;
}
a, a:visited {
  color: #4e2a8e;
  text-decoration: underline;
}
a.spec, a.spec:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #24292e;
}
abbr { cursor: help }
abbr[title] { border-bottom: 1px dotted; }
acronym {
  font-size: .85em;
  text-transform: uppercase;
  color: #666;
  border-bottom: 1px dotted #eee;
  cursor: help;
}
acronym:hover {
  color: #24292e;
  background: #f5f5f5;
  border-bottom: 1px dotted #aaa;
}
small { font-size: 0.8461538461538462em; }  /* 11 / 13 = 0.8461538461538462 */
big { font-size: 15px; }
p { margin: 0 0 1.692307em 0 }
b, strong { font-weight: bold; }
blockquote {
  margin: 0 1.692307em;
  font-style: normal
}
blockquote em, blockquote cite { font-style: italic }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}
em, cite {
  font-style: italic;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
em em, cite cite { font-style: normal }
dfn { font-style: italic; }
address {
  font-style: italic;
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin: 0 0 1.692307em 0
}
li address, dd address { margin:0 }
del { text-decoration: line-through }
object { margin-bottom: 1.692307em }
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e7e7e7;
  margin: 1em 0 1.692307em 0;
  padding: 0;
}
ins {
  font-family: Georgia, 'Times New Roman', Times, serif;
  background: #f5f5f5;
  color: #24292e;
  text-decoration: none;
  font-style: italic;
}
mark {
  background: #f5f5f5;
  color: #24292e;
  font-style: italic;
  font-weight: bold;
}
pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre code { font-size: 1em }
pre {
  font-size: 0.8461538461538462em;
  font-family: Monaco, monospace, Courier, "Courier New";
  overflow: auto;
  line-height: 1.692307em;
  margin-bottom: 1.692307em;
  padding: 10px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
code {
  font-size: 0.8461538461538462em;
  font-family: Monaco, monospace, Courier, "Courier New";
}
sub, sup {
  font-size: 0.7692307692307692em;  /* 10 / 13 = 0.7692307692307692 */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul {
  list-style: disc;
  margin: 0 0 1.692307em 2.8em;
  padding: 0;
}
ol {
  list-style-type: decimal;
  margin: 0 0 1.692307em 3.1em;
  padding: 0;
}
ol ol { list-style: upper-roman }
ol ol ol { list-style: lower-roman }
ol ol ol ol { list-style: upper-alpha }
ol ol ol ol ol { list-style: lower-alpha }
ul ul, ol ol, ul ol, ol ul { margin-bottom:0 }

dl { margin: 0 0 1.692307em 5px }
dt {
  font-weight: bold;
  margin: 10px 0 0 0
}
dd { margin: 5px 0 0 1.5em }
h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: normal;
  margin: 0 0 15px 0;
  color: #24292e;
  line-height: 1.3em;
}
h1 { font-size: 2.5384615384615383em; }   /* 33 / 13 = 2.5384615384615383 */
h2 {
  font-size: 1.6923076923076923em;        /* 22 / 13 = 1.6923076923076923 */
  margin-top: 1.3333333333333333em;       /* 32 / 24 = 1.3333333333333333 */
}
h3 { font-size: 1.461538461538461em; }    /* 19 / 13 = 1.538461538461538 */
h4 { font-size: 1.384615384615385em; }    /* 18 / 13 = 1.384615384615385 */
h5 {
  font-size: 1.230769230769231em;    /* 16 / 13 = 1.230769230769231 */
  font-weight: bold;
}
h6 {
  font-size: 1.076923076923077em;    /* 14 / 13 = 1.076923076923077 */
  font-weight: bold;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
}
svg:not(:root) { overflow: hidden; }
form { margin: 0; }
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label { cursor: pointer; }
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
button, input, select, textarea, a.button {
  font-size: 1em;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input, a.button {
  line-height: normal;
  *overflow: visible;
}
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid, textarea:invalid { background-color: #f0dddd; }
option { padding: 1px 2px; }
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.692307em;
}
td { vertical-align: top; }
th, td { text-align: left; }

/* WordPress classes
-------------------------------------------------------------- */
.hfeed h1, .hfeed h2, .hfeed h3, .hfeed h4, .hfeed h5, .hfeed h6 { font-weight: normal; }
.hcat h5 {
  font-weight: normal;
  margin-top: 25px;
}
.left, .alignleft {
  float: left;
  margin: 0 15px 5px 0;
}
.right, .alignright {
  float: right;
  margin: 0 0 10px 25px;
}
.center, .aligncenter {
  display: block;
  margin: 0 auto 1.692307em auto !important;
}
.block, .alignnone {
  display: block;
  margin: 0 0 1.692307em 0;
}
img.alignleft, img.alignright {
  margin-top: 5px;
  display: inline;
}
blockquote.alignleft, blockquote .alignright { width: 33%; }
.byline abbr, .entry-meta abbr, .comment-meta abbr { border: none; }
.clear { clear: both; }

/* Tables
-------------------------------------------------------------- */
table {
  margin: 0 0 1.692307em 0;
  width: 100%;
}
table caption {
  font-size: 0.8125em;
  line-height: 1.692307em;
  color: #666;
}
table th {
  font-size: 0.8461538461538462em;
  line-height: 1.692307em;
  font-weight: normal;
  text-transform: uppercase;
  padding: 10px 2%;
  border-bottom: none;
  border-bottom: 3px solid #e7e7e7;
  text-align: left;
}
td {
  padding: 0.8125em 2%;
  color: #666;
  border-bottom: 1px solid #e7e7e7;
}

#content table {
  margin-left: 1.692307em;
  width: auto;
  width: 85%;
}
#content table caption { color: #24292e; }
#content table th {
  font-weight: bold;
  padding: 10px 4%;
  border-bottom: 3px solid #E6DFD5;
  background-color:#FFFAF3;
}
#content td {
  padding: 0.8125em 4%;
  border-bottom: 1px solid #E6DFD5;
}

/* Lists
-------------------------------------------------------------- */
ul li, ol li { line-height: 2.1em; }
dl { margin: 0 0 20px 30px; }
dl dt {
  margin: 0;
  font-size: 1.230769230769231em;    /* 16 / 13 = 1.230769230769231 */
  line-height: 1.692307em;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
  font-weight: normal;
}
dl dd {
  margin: 0 0 5px 20px;
  padding: 0;
  color: #666;
}

/* Blockquotes
-------------------------------------------------------------- */
blockquote {
  overflow: hidden;
  border-left: solid 3px #ccc;
  font-size: 1.153846153846154em;    /* 15 / 13 = 1.153846153846154 */
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
  color: #666;
  margin: 0 0 20px 0;
  padding: 5px 0 5px 20px;
}

blockquote p:last-child, blockquote pre:last-child {
  margin-bottom: 5px;
}

/* Code
-------------------------------------------------------------- */
code {
  padding: 1px 3px;
  color: #24292e;
  background: #fdfbf7;
  border:1px solid #faefe0;
}
pre {
  padding: 15px 20px;
  background: #fdfbf7;
  border: 1px solid #f6e4cc;
}
pre code {
  padding: 0;
  background: transparent;
  border:0;
}

/* Forms
-------------------------------------------------------------- */
form label, form input, form textarea {
  font-family: 'Bitter', Georgia, 'Times New Roman', Times, serif;
}
form label {
  line-height: 1em;
  color: #222;
}
input[type="text"], input[type="password"], input[type="email"], .input-text, textarea, select {
  border: 1px solid #ddd;
  padding: 5px;
  font-size: 0.8125em;
  color: #666;
  margin: 0;
  display: block;
  background: #fff;
}
select { padding: 0; }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, .input-text:focus {
  border: 1px solid #aaa;
  color: #444;
  -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
  box-shadow:  0 0 3px rgba(0,0,0,.2);
}
textarea {
  display: block;
  width: 94%;
  min-height: 60px;
}
input[type="radio"] { vertical-align: text-middle; }
input[type="checkbox"] { display: inline; }
input[type="submit"]:hover { cursor: pointer }
.error { color: #ff4367; }

/* Images & Video
-------------------------------------------------------------- */
a:hover img, #slider-nav li a:hover img { opacity: 0.85; }
#site-title a:hover img {
  border: none;
  opacity: 1;
}
.hentry img, .entry-content img, .widget img, .hentry embed, .entry-content embed, .widget embed, .hentry object, .entry-content object, .widget object, .hentry video, .entry-content video, .widget video, iframe.video {
  max-width: 100%;
}
.hentry img, .entry-content img, .widget img {
  height: auto;
  padding: 1px;
}
.rss-button { margin-bottom: 25px; }
iframe.video { border:0; }

/* Layout
-------------------------------------------------------------- */
#main {
  clear: both;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.page-template-fullwidth #content { width: 100%; }
#content {
  float: left;
  width: 68.08510638297872%;
  margin: 0 0 30px 0;
  min-height: 180px;
}
#sidebar-primary {
  float: right;
  width: 27.65957446808511%;
}
.wrap {
  max-width: 940px;
  margin: 0 auto;
  position: relative;
}

#comments-template { clear: left; }

/* Primary menu
-------------------------------------------------------------- */
#menu-primary {
  font-size: 1em;
}
#menu-primary ul {
  margin: 0 0 10px;
}
#menu-primary li {
  display: inline-block;
}
#menu-primary li a {
  line-height: 1.2em;
  font-size: 1em;
  margin-right: 20px;
  text-transform: uppercase;
}
#menu-primary li:last-child a {
  margin-right: 0;
}
#menu-primary li.current-menu-item a { color: #aaa; }
#menu-primary ul li a:hover { color: #222; }

body.home             div.menu li.home            a,
body.install          div.menu li.install         a,
body.getting-started  div.menu li.getting-started a,
body.blog             div.menu li.blog            a,
body.docs             div.menu li.docs            a,
body.development      div.menu li.development     a,
body.cases            div.menu li.cases           a,
body.learning         div.menu li.learning        a {
  color: #aaa;
}

/* Header
-------------------------------------------------------------- */
#header {
  clear: both;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0;
}
#branding {
  max-width: 225px;
  margin-bottom: 25px;
}

.sidebar .widget.news {
  font-size: 0.8em;
  margin-bottom: 7px;
}

.sidebar .widget.events {
  margin-bottom: 5px;
}

.widget.events a {
  display: inline-block;
  padding-bottom: 21px;
  text-decoration: none;
}

.widget.events a:hover {
  color: #24292e;
}

.widget.events a img {
  height: auto;
  max-width: 240px;
}

/* Posts
-------------------------------------------------------------- */
.hentry {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  font-size: 1em;
  border-bottom: 1px solid #e5e5e5;
}
.hentry:last-child {
  border-bottom: 0;
}
.featured { margin-bottom: 20px; }
.sticky .sticky-header {
  float: left;
  width: 30%;
}
.sticky .byline { clear: left }
.sticky .entry-summary {
  float: right;
  width: 65%;
  border-left: 1px solid #e5e5e5;
  padding-left: 2.34375%;
}
.hentry .featured-thumbnail { margin-bottom: 25px; }
.hentry .archive-thumbnail {
  float: left;
  width: 150px;
  height: 150px;
  margin: 3px 25px 20px 0;
}

/* Post titles
-------------------------------------------------------------- */
.hentry .entry-title {
  margin: 0 0 0.25em 0;
  padding: 0;
  text-transform: uppercase;
  line-height: 1.3em;
  border: none;
  word-spacing: 2px;
}
.entry-title a, .entry-title a:visited { color: #222; }
.entry-title a:hover { color: #4e2a5e; }

/* Cases
-------------------------------------------------------------- */
.cases-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cases-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.cases-box {
  margin: 1em 0.25em;
  text-decoration: none;
  width: 205px;
}

#shuffled-cases .cases-box {
  display: none;
}

#shuffled-cases .cases-box:nth-child(-n+3) {
  display: block;
}

.cases-image {
  display: flex;
  justify-content: center;
  width: 175px;
  height: 125px;
  padding: 10px;
  outline-style: solid;
  outline-width: 1.5px;
  outline-color: #E5E5E5;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 140px;
}

.cases-tag {
  text-align: center;
  padding: 10px 0;
  margin:  0;
}

.cases-tag span {
  display: inline-block;
  font-size: 13px;
  text-decoration: none;
  color: #ffffff;
  padding: 2px 3px;
  background-color: #9DA1A6;
  border-radius: 3px;
  margin: 5px 3px;
}

.cases-box:hover .cases-image {
  outline-width: 2px;
  outline-color: #4E2A8E;
}

.cases-box:hover .cases-tag span {
  background-color: #4E2A8E;
}

/* Post bylines/datelines
-------------------------------------------------------------- */
.byline {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
  margin: 0 0 1em 0;
  font-size: 0.8461538461538462em;
  color: #aaa;
  line-height: 1.692307em;
  word-spacing: 2px;
}
.byline a, .byline a:visited { color: #aaa; }
.byline a:hover { color: #24292e; }
.author, .published, .category, .edit {
  font-family: 'Bitter', Georgia, 'Times New Roman', Times, serif;
  font-style: normal;
}
.comment-list .published, .comment-list .edit, .comment-list .comment-reply-link {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 1em;
  font-style: italic;
  text-transform: none;
}

/* Post excerpts
-------------------------------------------------------------- */
.entry-summary p { margin: 0 0 1em 0; }

/* Post metadata
-------------------------------------------------------------- */
.entry-meta {
  margin: 0 0 25px 0;
  font-size: 0.8461538461538462em;
  color: #aaa;
}
.entry-meta a { color: #666; }
.entry-meta a:hover { color: #24292e; }

/* Archive/search pagination and comment pagination
-------------------------------------------------------------- */
.pagination.loop-pagination {
  text-align: center;
  clear: both;
  padding: 15px 0 5px;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 4px 8px;
  margin: 0;
  line-height: 1em;
  color: #444;
}
.pagination a.page-numbers {
  color: #24292e;
  background: #e9e9e9;
}
.pagination a:hover {
  color: #fff;
  background: #000;
}
.pagination .current { color: #aaa; }

/* Widgets
-------------------------------------------------------------- */
.sidebar .widget {
  float: left;
  width: 100%;
  margin-bottom: 26px;
  color: #666;
}

.widget table, .widget ul, .widget ol { margin: 0 0 0 16px; }

/* Widget titles
-------------------------------------------------------------- */
.sidebar .widget-title {
  font-size: 0.7692307692307692em;  /* 10 / 13 = 0.7692307692307692 */
  color: #24292e;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 2px;
}

/* Search form widget
-------------------------------------------------------------- */
.widget .search-form { overflow: hidden; }
.widget .search-form label {
  font-size: 0.8461538461538462em;
  line-height: 1.692307em;
  color: #666;
}
.widget .search-form input[type="text"] {
  width: 91.538461%;
  float: left;
  padding: 8px 10px;
  font-size: 1em;
  color: #666;
}
.search-form .search-submit { display: none; }

/* Footer
-------------------------------------------------------------- */
#footer {
  overflow: visible;
  margin: 0 auto 0 auto;
  padding: 15px 10px;
  border-top: 5px solid #444;
  clear: both;
  color: #fff;
}

#footer a {
  color: #fff;
  text-decoration: underline;
}

#trademark {
  text-align: center;
  font-size: 12px;
  padding: 0 0 10px;
}

#edit-on-github {
  padding: 10px 0 15px;
  text-align: center;
  font-size: 12px;
}

/*  Media Queries (mobile browsing)
----------------------------------------------------- */
/* Tablet (portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .wrap {
    max-width: 100%;
    padding: 0 25px;
  }
  .widget .search-form input[type="text"] { width: 89%; }
  .widget table { font-size: 0.8461538461538462em; }
  #footer .widget table { width: 90%; }
}
/* Mobile (portrait) */
@media only screen and (max-width: 767px) {
  .wrap {
    max-width: 100%;
    padding: 0 15px;
  }
  body { line-height: 1.615384615384615em; }
  p { margin-bottom: 1.615384615384615em; }
  .hentry .archive-thumbnail {
    width: 110px;
    height: 110px;
  }
  #site-description { font-size: 1.3em; }
  #content { width: 100%; }
  .comment-list li li { padding-left: 0; }
  #sidebar-primary {
    width: 100%;
    clear: left;
    border-top: 1px dotted #CCC;
    padding-top: 45px;
  }
  #created-by ul {
    margin: 0;
  }
}

/*  Elixir-lang.org - Pages and Specific Elements
------------------------------------------------------ */

/* Learning */
body.learning a.cover {
  float: left;
  padding: 0.769230769em 1.538461538em 0.769230769em 0;
}

body.learning h4.resource {
  padding-top: 1em;
}

body.learning .free {
  background-color: #4E2A8E;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  padding: 0 5px;
  border-radius: 5px;
  line-height: 18px;
  margin-left: 5px;
}

/*  Jekyll Table of Contents */
ol.jekyll-toc,
ol.jekyll-toc ol {
  counter-reset: item;
}
ol.jekyll-toc {
  margin: 1.692307em 0 1.692307em 2.3076923076923075em;
}
ol.jekyll-toc ol {
  margin: 0.615384615em 0 -0.7692307692307693em 0;
}
ol.jekyll-toc li {
  display: block;
}
ol.jekyll-toc li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
}
ol.jekyll-toc li {
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.3em;
  padding-bottom: 0.8em;
}
ol.jekyll-toc li a {
  position:relative;
  left: 0.3076923076923077em;
}

/* heading  */
.jekyll-toc-header {
  position: relative;
  display: block;
  margin-left: -20px;
  padding-left: 20px;

  margin-right: 0;
  padding-right: 20px;
  cursor: default;
}

/* anchor  */
.jekyll-toc-header a.jekyll-toc-anchor {
  display: block;
  position:absolute;
  text-decoration: none;
}
.jekyll-toc-header a.jekyll-toc-anchor,
.jekyll-toc-header a.jekyll-toc-anchor:hover {
  color: #24292e
}
.jekyll-toc-header:hover a.jekyll-toc-anchor {
  cursor: pointer;
}
.jekyll-toc-header a.jekyll-toc-link-here {
  left: 0;
  top: 0;
}
.jekyll-toc-header a.jekyll-toc-back-to-top {
  right: 0;
  top: 0;
}

/* span  */
.jekyll-toc-header span.jekyll-toc-icon {
  display:none;
  vertical-align: middle;
  color: #24292e;
}
.jekyll-toc-header:hover span.jekyll-toc-icon {
  display:inline-block;
  width: auto;
}
.jekyll-toc-header a.jekyll-toc-back-to-top span.jekyll-toc-icon {
  margin-left: 10px;
  width:1em;
  text-align: right;
}

/* extending jekyll-toc */
.jekyll-toc-header .icon {
  font: normal normal normal 16px/1 icons !important;
  text-decoration: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* mini documentary */
#mini-docu a {
  display: block;
  margin-bottom: 12px;
  text-decoration: none;
}

.mini-docu-cta {
  background-image: url("/?originalUrl=https%3A%2F%2Felixir-lang.org%2Fimages%2Flearning%2Fmini-docu.png");
  background-repeat: no-repeat;
  border: 2px solid #eee;
  border-radius: 30px;
  min-width: 208px;
  padding: 7px 20px 4px 7px;
  background-position: 15px 0px;
  text-align: center;
}

.mini-docu-copy {
  color: #4e2a8e;
  font-family: 'Bitter';
  height: 48px;
  margin-left: 66px;
}

.mini-docu-copy:hover {
  color: black;
}

/* Top banner */
#top-banner {
  background: #fdfbf7;
  border-bottom: 1px solid #e4d9c9;
  line-height: 1;
  text-align: center;
  padding: 21px 30px 16px 30px;
  margin-bottom: 5px;
  position: relative;
}

#top-banner .close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  padding: 13px 18px;
  font-size: 22px;
  opacity: 0.35;
}

#top-banner .close:hover {
  opacity: 0.7;
}

/* Getting started */
.getting-started-title h1 {
  font-size: 2.3em;
}

.getting-started-title small {
  font-size: 1em;
  color: #666;
  display: block;
}