/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #5896bb;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #5896bb;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
body {
  background-color: #fbfbfb;
  font-size: 16px;
  line-height: 1.8;
  color: #787c7f;
  min-width: 350px;
  font-family: 'Noto Sans';
  font-weight: 300;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
* {
  box-sizing: border-box;
}
a {
  color: #5896bb;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #333;
  margin: 0;
}
.header {
  padding: 30px 45px;
  background-color: #FFF;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 50px;
}
.header h1 {
  font-size: 30px;
  display: inline-block;
}
.header h1 a {
  color: #333;
  text-decoration: none;
}
.header a.logo {
  color: #333;
  display: inline-block;
  text-decoration: none;
  height: 50px;
  width: 300px;
  background-position: center left;
  background-size: contain;
  background-repeat: no-repeat;
}
.header nav {
  float: right;
}
.header nav a {
  display: inline-block;
}
.header nav a#subscribe-btn {
  font-weight: bold;
  position: relative;
}
.subheader {
  margin: 50px auto 0;
  max-width: 1000px;
  text-align: center;
}
.subheader h2 {
  font-size: 30px;
  font-weight: 300;
}
.subheader h3 {
  font-weight: 100;
}
.subscribe {
  text-align: right;
}
#subscribe-btn,
#submit-btn {
  padding: 10px 20px;
  color: #FFF;
  text-decoration: none;
  background-color: #3097D1;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 3px;
  border-width: 0;
}
#subscribe-btn:hover,
#submit-btn:hover {
  background-color: #0191d2;
}
.alert {
  border-radius: 3px;
  padding: 15px;
  color: #FFF;
  margin-bottom: 20px;
}
.alert.success {
  background-color: #4eb76e;
}
.alert.error {
  background-color: #bf5329;
}
.alert.warning {
  background-color: #cbb956;
}
.button {
  border: 1px solid #e0e0e0;
  color: #333;
  padding: 10px 20px;
  border-radius: 3px;
  text-decoration: none;
  transition: all .5s;
}
.button:hover {
  border-color: #333;
}
#subscribe-form {
  max-width: 400px;
  margin: 10px auto;
}
#subscribe-form #subscribe-name,
#subscribe-form #submit-btn {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
}
#subscribe-form #submit-btn {
  text-transform: capitalize;
}
#subscribe-form #subscribe-name {
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 10px;
  line-height: 18px;
  border: 1px solid #CCC;
}
.container {
  max-width: 1000px;
  padding: 0 20px;
  margin: 10px auto;
}
.bounding {
  background-color: #FFF;
  border-radius: 5px;
  border: 1px solid #f2f2f2;
  margin-bottom: 75px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.bounding.padded {
  padding: 50px 0 60px;
}
.text-center {
  text-align: center;
}
.author {
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 10px;
}
.author a {
  text-decoration: none;
}
.author img {
  border-radius: 50%;
  height: 40px;
  float: left;
  margin-right: 20px;
}
.author span {
  display: block;
}
.author span.author-name {
  font-weight: bold;
  color: #333;
}
.release-header {
  margin: 75px 100px 0 100px;
}
.release-header h3 {
  font-size: 30px;
  line-height: 40px;
  padding: 5px 0;
  margin: 25px 0 0;
}
.release-header h3 .release-link {
  display: none;
  text-decoration: none !important;
}
.release-header h3:hover .release-link {
  display: inline-block;
}
.release-header h3 .release-type {
  display: inline-block;
  border-bottom: 2px solid #333;
}
.release-header h3 .release-type.feature {
  border-color: #7fc65b;
}
.release-header h3 .release-type.update {
  border-color: #5896bb;
}
.release-header h3 .release-type.bugfix {
  border-color: #f1844a;
}
.tags {
  margin-top: 10px;
  padding: 5px 0;
}
.tag {
  background-color: #fdfdfd;
  border-radius: 3px;
  border: 1px solid #787c7f;
  color: #787c7f;
  padding: 3px 10px;
  margin-right: 5px;
  font-size: 12px;
  text-decoration: none;
}
.tag:hover {
  color: #fdfdfd;
  background-color: #787c7f;
}
.main {
  clear: both;
}
.main code,
.main pre {
  border-radius: 3px;
  background-color: #333;
  color: #EEE;
  padding: 20px;
  font-family: monospace !important;
  font-size: 1em;
}
.main li code,
.main li pre {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}
.main p {
  font-size: 16px;
  color: #46494b;
  margin: 0 0 20px 0;
}
.main h1,
.main h2,
.main h3,
.main h4,
.main h5,
.main h6 {
  font-family: 'Noto Sans';
  color: #333;
  font-weight: 600;
  margin: 0;
  line-height: 1.6;
}
.main h1,
.main h2,
.main h3,
.main h4,
.main h5,
.main h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.main h1 {
  font-size: 26px;
}
.main h2 {
  font-size: 24px;
}
.main h3 {
  font-size: 22px;
}
.main h4 {
  font-size: 20px;
}
.main h5 {
  font-size: 18px;
}
.main h6 {
  font-size: 16px;
}
.main blockquote {
  font-family: 'Times New Roman', serif;
  font-style: italic;
  font-size: 20px;
  border-left: 2px solid #EEE;
  color: #999;
  margin: 20px 0 !important;
  padding: 10px 30px;
}
.main iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.main img {
  max-width: 100%;
}
@media (max-width: 480px) {
  .main p {
    margin: 10px 0;
  }
}
.main hr {
  width: 33%;
  margin: 30px auto 20px;
  border: none;
  height: 1px;
  color: #e0e0e0;
  background-color: #e0e0e0;
}
.padded {
  padding: 25px;
}
.release-footer {
  font-size: 13px;
  padding-bottom: 25px;
  padding-left: 100px;
  padding-right: 100px;
  border-top: 1px solid #ededed;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.release-footer h4 {
  margin-bottom: 25px;
  margin-top: 25px;
}
.release-footer .team-involved a {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  width: 150px;
  color: #333;
}
.release-footer .team-involved a:hover {
  color: #000;
}
.release-footer .team-involved a span {
  display: block;
}
.release-footer .team-involved strong {
  font-weight: normal;
  color: #333;
  line-height: 35px;
  display: inline-block;
}
.release-footer .team-involved img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  vertical-align: bottom;
}
.release-comments {
  padding-top: 25px;
  padding-left: 100px;
  padding-right: 100px;
  background-color: white;
  border-top: 1px solid #ededed;
}
.release-group {
  margin: 0 100px 25px;
}
.release-group h4 {
  color: #FFF;
  background-color: #a7adb4;
  border-radius: 25px;
  line-height: 14px;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 12px;
  display: inline-block;
}
.release-group.feature h4 {
  background-color: #7fc65b;
}
.release-group.update h4 {
  background-color: #5896bb;
}
.release-group.bugfix h4 {
  background-color: #f1844a;
}
.release-description {
  margin: 25px 100px 0;
}
.notes li {
  margin-bottom: 5px;
}
.notes li p {
  margin: 0;
}
.release-footnotes {
  border-top: 1px solid #e0e0e0;
  padding: 20px 0 0;
  color: #BBB;
  font-size: 13px;
}
.beta-badge {
  position: absolute;
  right: -32px;
  top: 5px;
  font-size: 10px;
  color: #FFF;
  text-transform: uppercase;
  background-color: #ff1d24;
  transform: rotate(45deg);
  text-align: center;
  width: 100px;
  padding: 5px 0;
  opacity: .5;
}
.pagination-wrap {
  text-align: center;
}
footer {
  text-align: center;
  color: #AAA;
  font-size: 13px;
  padding-top: 25px;
  padding-bottom: 50px;
  font-weight: 100;
}
footer a {
  color: #666;
}
footer a:hover {
  color: #c33a3a;
}
@media (max-width: 787px) {
  .bounding {
    padding-bottom: 25px;
    margin-bottom: 50px;
  }
  .release-header {
    margin: 50px 50px 0 50px;
  }
  .release-footer {
    padding: 15px 50px 25px;
  }
  .release-comments {
    padding: 15px 50px 25px;
  }
  .release-description {
    margin: 25px 50px 0;
  }
  .release-group {
    margin: 0 50px 25px;
  }
  .header {
    text-align: center;
  }
  .header a.logo {
    background-position: center center;
  }
  .header a#subscribe-btn {
    background-color: transparent;
    font-weight: normal;
    padding: 0;
    color: #999;
  }
  .header nav {
    padding-top: 20px;
    float: none;
  }
}
@media (max-width: 480px) {
  .hide-on-small {
    display: none;
  }
  .bounding.padded {
    padding-left: 20px;
    padding-right: 20px;
  }
  body {
    margin: 0px;
  }
  .bounding {
    border-radius: 0;
    border-width: 0 0 1px 0;
    padding: 50px 0;
    margin: 0;
    border-bottom: 1px solid #f2f2f2;
  }
  .release-header {
    margin: 10px 30px;
  }
  .release-header .release-header h3 {
    font-size: 24px;
  }
  .container {
    margin: 0;
    padding: 0;
  }
  .header {
    margin: 0px auto;
  }
  .header h1 {
    font-size: 24px;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .subheader {
    padding: 0 25px;
  }
  .release-group h4 {
    font-weight: bold;
    font-size: 14px;
  }
  .release-description {
    margin: 25px 30px 0;
  }
  .release-group {
    margin: 0 30px 25px;
  }
  .release-footer {
    margin: 10px 30px;
  }
  #subscribe-form {
    margin: 10px;
  }
  #subscribe-btn {
    padding: 10px 15px;
    font-size: 12px;
  }
  .release-footer {
    font-size: 12px;
    padding: 10px;
  }
}

/*# sourceMappingURL=default.css.map */
