/*
	Eventually by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

@import "font-awesome.min.css";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
@import "variables.css";
@import "reset.css";
@import "page-body.css";
@import "partials/header.css";
@import "partials/footer.css";

body {
  color: var(--text-color);
}
a {
  color: var(--primary-color);
  text-decoration: none;
  border-bottom: dotted 1px rgba(255, 255, 255, 0.25);
  transition:
    border-bottom-color 0.2s ease,
    color 0.2s ease;
  -moz-transition:
    border-bottom-color 0.2s ease,
    color 0.2s ease;
  -webkit-transition:
    border-bottom-color 0.2s ease,
    color 0.2s ease;
  -ms-transition:
    border-bottom-color 0.2s ease,
    color 0.2s ease;
}
a:hover {
  color: var(--primary-color-hover);
  border-bottom-color: transparent;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: var(--emphasis-weight);
  line-height: 1.5em;
  margin: 0 0 1em 0;
}
h1 {
  font-size: 2.5em;
  line-height: 1.25em;
}
h2 {
  font-size: 1.75em;
}
h3 {
  font-size: 1.35em;
}
h4 {
  font-size: 1.75em;
}
h5 {
  font-size: 0.9em;
}
h6 {
  font-size: 0.7em;
}
strong,
b {
  font-weight: var(--emphasis-weight);
}
em,
i {
  font-style: italic;
  margin-right: 0.7em;
}
p {
  margin: 0 0 2em 0;
}
sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
}

blockquote {
  border-left: solid 8px rgba(255, 255, 255, 0.35);
  font-style: italic;
  margin: 0 0 2em 0;
  padding: 0.5em 0 0.5em 2em;
}

code {
  background: rgba(255, 255, 255, 0.125);
  border-radius: 6px;
  border: solid 2px rgba(255, 255, 255, 0.35);
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0.25em;
  padding: 0.25em 0.65em;
}

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0 2em 0;
}

pre code {
  display: block;
  line-height: 1.75em;
  padding: 1em 1.5em;
  overflow-x: auto;
}

hr {
  border: 0;
  border-bottom: solid 2px rgba(255, 255, 255, 0.35);
  margin: 2em 0;
}

hr.major {
  margin: 3em 0;
}

/* Section/Article */
section.special,
article.special {
  text-align: center;
}

p {
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  margin: 0 0 1.5em 0;
}

header h2 + p {
  font-size: 1.25em;
  margin-top: -1em;
  line-height: 1.5em;
}

header h3 + p {
  font-size: 1.1em;
  margin-top: -0.8em;
  line-height: 1.5em;
}

header h4 + p,
header h5 + p,
header h6 + p {
  font-size: 0.9em;
  margin-top: -0.6em;
  line-height: 1.5em;
}

@media screen and (max-width: 980px) {
  header br {
    display: none;
  }
}

@media screen and (max-width: 736px) {
  header br {
    display: inline;
  }
}

@media screen and (max-width: 480px) {
  header br {
    display: none;
  }
}
/* Lists */
ol {
  list-style: decimal;
  margin: 0 0 2em 0;
  padding-left: 1.25em;
}
ol li {
  padding-left: 0.25em;
}
ul {
  list-style: disc;
  margin: 0 0 2em 0;
  padding-left: 1em;
}
ul li {
  padding-left: 0.5em;
}
/* Icons */
ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
}

ul.icons li {
  display: inline-block;
  padding: 0 1em 0 0;
}

ul.icons li:last-child {
  padding-right: 0;
}

ul.icons li .icon:before {
  font-size: 1.25em;
}

ul.icons li a {
  color: inherit;
}
.container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1em;
}

.container > div {
  margin: 10px;
}
.inline {
  display: inline;
}
[hidden] {
  display: none !important;
}
.score_ranking_icons,
.modifier_icons {
  width: 30px;
  margin: 0 0.2em 0 0.2em;
}
.author {
  display: flex;
  margin-top: 5px;
}

.author > span {
  margin-left: 10px;
}

.flex {
  display: flex;
}

.left10 {
  margin-left: 10px;
}
.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.site-header {
  position: relative;
  padding: 0 16px;
  background-color: transparent;
  background-size: 100% 5px;
  background-repeat: no-repeat;
  padding-top: 5px;
}
.user-avatar img {
  width: 36px;
  height: 36px;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
