html {
  color: #2c3e50;
  font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Helvetice Neue", sans-serif;
  margin: 0;
}

body {
  margin: 0;
}

input[type=submit],
input[type=reset],
input[type=button],
.button,
.button-sm,
.button-lg,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ecf0f1;
  border-color: #b1c2c6;
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.button,
button {
  height: 2.5rem;
  line-height: 2.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.button-sm {
  font-size: smaller;
  height: 2rem;
  line-height: 2rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.button-lg {
  font-size: larger;
  height: 3rem;
  line-height: 3rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

code {
  background-color: #ecf0f1;
  border-radius: 0.25rem;
  padding-bottom: 0.2rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  padding-top: 0.2rem;
}

kbd {
  background-color: #95a5a6;
  border-radius: 0.25rem;
  color: #ecf0f1;
  padding-bottom: 0.2rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  padding-top: 0.2rem;
}

pre {
  background-color: #ecf0f1;
  border-left-color: #95a5a6;
  border-left-style: solid;
  border-left-width: 0.3rem;
  margin: 0;
  padding-bottom: 0.2rem;
  padding-left: 0.4rem;
  padding-top: 0.2rem;
  white-space: pre-wrap;
}
pre code {
  background-color: unset;
  line-height: 1.5;
}

var {
  background-color: #ecf0f1;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

samp {
  font-weight: bold;
}

.container,
.container-fluid {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
}

.container {
  max-width: 75rem;
}

.container-fluid {
  max-width: 100%;
}

@media only screen and (min-width: 75rem) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.bg-dark {
  background-color: #2c3e50;
  border-color: #080b0e;
}

.bg-gray {
  background-color: #95a5a6;
  border-color: #617374;
}

.bg-light {
  background-color: #ecf0f1;
  border-color: #b1c2c6;
}

.bg-primary {
  background-color: #6cb4e4;
  border-color: #2485c6;
}

.bg-success {
  background-color: #29b764;
  border-color: #166436;
}

.bg-warning {
  background-color: #f1c40f;
  border-color: #927608;
}

.bg-alert {
  background-color: #eb6f63;
  border-color: #ce2a1a;
}

.fg-dark {
  color: #2c3e50;
}

.fg-gray {
  color: #95a5a6;
}

.fg-light {
  color: #ecf0f1;
}

.fg-primary {
  color: #6cb4e4;
}

.fg-success {
  color: #29b764;
}

.fg-warning {
  color: #f1c40f;
}

.fg-alert {
  color: #eb6f63;
}

hr {
  border-bottom-color: #2c3e50;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-width: 0;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

a {
  color: inherit;
  text-decoration-style: dotted;
}
a:hover, a:focus {
  color: #95a5a6;
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
input[type=color],
input[type=date],
input[type=month],
input[type=week],
input[type=datetime],
input[type=datetime-local],
textarea,
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border-color: #95a5a6;
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  font-size: 1rem;
  height: 2.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  width: 100%;
}
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
textarea:focus,
select:focus {
  border-color: #6cb4e4;
}

textarea {
  min-height: 6rem;
}

label,
legend {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -0.5rem;
}

.col {
  box-sizing: border-box;
  flex: 1 1 100%;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
  max-width: 100%;
}

.box {
  display: block;
}

@media only screen and (min-width: 47rem) {
  .col {
    flex: 1 0 0;
  }
}
ul,
ol,
dl {
  margin-bottom: 1rem;
  margin-top: 0;
}
ul > ul, ul > ol,
ol > ul,
ol > ol,
dl > ul,
dl > ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 1rem;
}

.list-unstyled,
.list-inline {
  list-style-type: none;
}

.list-inline {
  padding-left: 0;
}
.list-inline > li {
  display: inline-block;
}

blockquote {
  border-left-color: #95a5a6;
  border-left-style: solid;
  border-left-width: 0.3rem;
  margin: 0;
  padding-bottom: 0.2rem;
  padding-left: 1rem;
  padding-top: 0.2rem;
}
blockquote footer::before {
  content: "- ";
}

.table,
.table-striped {
  border-collapse: collapse;
  margin-bottom: 1rem;
  max-width: 100%;
  width: 100%;
}
.table tr,
.table-striped tr {
  border-top-color: #ecf0f1;
  border-top-style: solid;
  border-top-width: 1px;
}
.table th,
.table td,
.table-striped th,
.table-striped td {
  padding: 0.5rem;
  text-align: inherit;
}

.table-striped thead {
  background-color: #ecf0f1;
}
.table-striped tr:nth-child(even) {
  background-color: #ecf0f1;
}

.page-heading,
.article-heading,
.section-heading {
  display: block;
}

.page-heading {
  font-size: 3rem;
}

.article-heading {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.section-heading {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-box {
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
}

p {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

h1 {
  font-size: 1.75rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

strong,
b {
  font-weight: bold;
}

small {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

sub,
sup {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

.visible-sm,
.visible-md,
.visible-lg {
  display: none;
  visibility: collapse;
}

@media only screen and (min-width: 26rem) {
  .visible-sm {
    display: block;
    visibility: visible;
  }
}
@media only screen and (min-width: 47rem) {
  .visible-md {
    display: block;
    visibility: visible;
  }
}
@media only screen and (min-width: 75rem) {
  .visible-lg {
    display: block;
    visibility: visible;
  }
}

/*# sourceMappingURL=style-cheat.css.map */
