body {
    /*font-family: 'Nunito', sans-serif;*/
    font-family: Soleil,Arial,sans-serif;
    background-color: #f7f7f7;
}

@font-face {
  font-family: Soleil;
  src: url(fonts/soleil/soleil-regular-webfont.woff2);
}

header {
    display: none;
}

/* Header */
.hdr-main {
    min-height: 60px;
    border-bottom: 1px solid #ecedef;
    background: #fff;

    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 1200px;
    z-index: 400;
}

.hdr-links {
    display: flex;
    width: auto;
    margin: 9px 0 0;
    justify-content: space-evenly;
}

.hdr-link {
    margin-right: 48px;
    line-height: 24px;
    padding: 9px 0;
}

.hdr-link a {
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 13px;
    color: #6d7e8e;
}

.hdr-link a:hover {
    color: #1f1f1f;
}

.hdr-btns {
    display: flex;
}

.hdr-btn {
    display: inline-block;
    margin: 13px 0 0 16px;
    width: 176px;
    border: 1px solid #039be5;

    display: inline-block;
    padding: 3px 16px;
    font-size: 15px;
    line-height: 1.6em;

    text-align: center;
    vertical-align: middle;
    cursor: pointer;

    outline: none;
    border-radius: 4px;
    -webkit-transition: box-shadow .1s linear,color .1s linear;
    transition: box-shadow .1s linear,color .1s linear;
    touch-action: manipulation;
}

.hdr-btn a {

}

.hdr-btn:active, .hdr-btn:focus, .hdr-btn:hover {
    box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
}

.signup-btn {
    background: #039be5;
}

.signup-btn:hover {
    background: #0277bd;
}

.signup-btn a {
    color: #fff;
}

.login-btn {
    background: none;
}

.login-btn {
    color: #039be5;
}



/* Content */

.ctnt-main {
    box-shadow: 0 4px 16px rgb(0 0 0 / 25%);
    border-radius: 10px;
    padding: 16px 0;
    background: #fff;
    color: #333;
    overflow: hidden;
}

.ctnt-sections {
    margin-top: 6px;
    border-radius: 4px;
}

.ctnt-btn {
    display: inline-block;
    width: 33.33%;
    background: #f0f0f0;
    color: #333;
    cursor: default;

    padding: 3px 16px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.6em;

    margin-left: -1px;
    border: 1px solid #d4d4d4;
    background: #fff;
    border-radius: 0;
    text-align: center;
}

.ctnt-btn a {
    color: #777;
}

.ctnt-btn.active {
    background: #f0f0f0;
    color: #333;
    font-weight: 700;
    cursor: default;
}

.ctnt-btn.active a {
    color: #000;
}

.ctnt-sections>.ctnt-btn:first-child {
    margin-left: 0;
    border-radius: 4px 0 0 4px;
}

.ctnt-sections>.ctnt-btn:last-child {
    border-radius: 0 4px 4px 0;
}

.filter-container {
    width: 26%;
    padding-right: 24px;
}

.filter-container.title {
    width: 38%;
    color: #919191;
}

.filter-container.category {
    width: 26%;
}

.filter-container.popularity {
    width: 18%;
}

.filter-container.difficulty {
    width: 18%;
}

.dropdown {
    display: block;
    position: relative;
    background: #fff;

    min-width: 0;
    padding: 1px 8px;
    box-sizing: content-box;
    color: #919191;
    font-weight: 500;
    border: 1px solid transparent;
    border-radius: 4px;
}

.dropdown.open {
    border: 1px solid #d4d4d4;
}

.dropdown:hover {
    border: 1px solid #d4d4d4;
}

.dropdown-menu {
    left: -1px;
    right: 14px;
    min-width: 0;
    width: auto;

    position: absolute;
    top: 100%;
    z-index: 100;
    display: none;
    float: left;
    width: 100%;
    min-width: 176px;
    padding-bottom: 4px;
    margin: -1px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;

    max-height: 282px;
    overflow: auto;
    padding: 4px 0 8px;
    border-color: #015180;
}

.open>.dropdown-menu {
    display: block;
    color: #777;
}

.dropdown-menu a {
    display: block;
    clear: both;
    width: 100%;
    padding: 4px 16px;
    color: #777;
    font-size: .9em;
    font-weight: 400;
    text-align: left;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropdown-menu .active>a, .dropdown-menu .active>a:hover, .dropdown-menu li .btn-link:hover, .dropdown-menu li>a:hover {
    color: #0277bd;
}

.dropdown-menu strong.active {
    color: #333;
    font-weight: 700;
    cursor: default;
}

.dropdown-menu strong.active:hover {
    color: #333;
}

.filter-btn {
    display: block;
}

.filter-btn a {
    position: relative;
    min-width: 0;
    width: 100%;
    margin: 0 -8px;
    padding: 1px 8px;
    border-color: #fff;
    box-sizing: content-box;
    color: #919191;
    font-weight: 500;
}

.filter-btn strong {
    color: #919191;
}

.filter-btn .arrow {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #777;

    position: absolute;
    top: 50%;
    right: 8px;
    width: 0;
    height: 0;
    margin-top: -2px;
    border-width: 6px;
    z-index: 1;
}

.dropdown:hover .arrow {
    border-bottom: 6px solid #000;
}

.dropdown.open .arrow {
    border-bottom: 6px solid #000;
}

.prblmsnp-main {
    height: 41px;
    overflow: hidden;
    font-size: 13px;
    line-height: 24px;
}

.prblmsnp-main td {
    padding: 0px 0px;
    height: 41px;
    line-height: 41px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.prblmsnp-title {
    max-width: 200px; /* FIXME: Unsure how to fix this */
    padding-left: 20px !important;
}

.prblmsnp-title a {
    color: #0277bd;
}

.prblmsnp-title a:hover {
    color: #039be5;
}

/* Pagination */

.pagination {
    display: flex;
}

.disabled {
    pointer-events: none !important;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item .page-link {
    font-size: .9rem;
    color: #212529;
    background-color: transparent;
    border: 0;
    outline: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    margin: 0 0;
}

.page-item.page-num {
    width: 28px;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #4285f4;
    border-radius: .125rem;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.page-item .page-link:hover {
    background-color: #eee;
    border-radius: .125rem;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-item.disabled .page-link {
    color: #868e96;
}

.page-item.active .page-link:hover {
    background-color: #4285f4;
}

.hidden {
    display: none;
}




.loader {
  margin: 200px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.5), -1.8em -1.8em 0 0em rgba(0,0,0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.5), 1.8em -1.8em 0 0em rgba(0,0,0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.5), 2.5em 0em 0 0em rgba(0,0,0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.5), 1.75em 1.75em 0 0em rgba(0,0,0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.5), 0em 2.5em 0 0em rgba(0,0,0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.5), -1.8em 1.8em 0 0em rgba(0,0,0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.5), -2.6em 0em 0 0em rgba(0,0,0, 0.7), -1.8em -1.8em 0 0em #000000;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.5), -1.8em -1.8em 0 0em rgba(0,0,0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.5), 1.8em -1.8em 0 0em rgba(0,0,0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.5), 2.5em 0em 0 0em rgba(0,0,0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.5), 1.75em 1.75em 0 0em rgba(0,0,0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.5), 0em 2.5em 0 0em rgba(0,0,0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.5), -1.8em 1.8em 0 0em rgba(0,0,0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.5), -2.6em 0em 0 0em rgba(0,0,0, 0.7), -1.8em -1.8em 0 0em #000000;
  }
}


div#wave {
    position: relative;
    text-align: center;
    width: 22px;
    height: 32px;
    margin-top: 4px;
}

div#wave .dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-right: 3px;
    background: #303131;
    animation: wave 0.6s linear infinite;
}

div#wave .dot:nth-child(2) {
    animation-delay: -0.1s;
}

div#wave .dot:nth-child(3) {
    animation-delay: -0.2s;
}

@keyframes wave {
	0%, 60%, 100% {
		transform: initial;
	}

	30% {
		transform: translateY(-5px);
	}
}



.prblm-container {
    font-size: 15px;
    line-height: 1.6em;
    color: #161616;
}

.prblm-main {

}

.prblm-header {
    margin-bottom: 16px;
}

.prblm-title {
    display: inline-block;
    margin-bottom: 2px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4em;
}

.prblm-topic {
    color: #777;
    font-weight: bold;
    margin-right: 8px;
}

.prblm-level {
    color: #777;
    font-size: 14px;
}

.prblm-question {
    min-height: 144px !important; /* FIXME: Overriden by Materialize */
}

.prblm-discussions {
    padding: 10px 10px;
}

.prblm-discussion {
    padding: 10px 10px;
    border-bottom: 1px solid #c2c4cf;
}

.prblm-discussion:last-of-type {
    padding: 10px 10px;
    border-bottom: 0px;
}

.prblm-discussion .solutions {
    font-size: 18px;
    font-weight: 500;
    font-family: Soleil,Arial,sans-serif;
    color: #333;
    text-rendering: optimizelegibility;

    margin-left: 10px;
}

.prblm-discussion-replies {
    border-top: 1px solid #c2c4cf;
}

.prblm-discussion-reply {
    margin-left: 50px;
    margin-top: 6px;
}

.prblm-discussion-reply-content {
    line-height: 1.54em;
    font-size: 14px;
}

.reply-author-name {
    color: #777;
}

.reply-author-date {
    color: #d8d8d8;
}

.prblm-discussion-reactions {
    display: flex;
    clear: both;
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
}

.prblm-discussion-reaction {
    padding: 0 32px 0 0;
    border: 0;
    border-radius: 0;
    background: none;
    font-weight: 500;
    color: #6d7e8e;
    font-size: 13px;
}

.reaction-brilliant:before, .reaction-confused:before, .reaction-helpful:before, .reaction-interesting:before {
    position: relative;
    top: 3px;
    margin: 0 8px 0 0;
    content: "";
    background-image: url(sprites/css-sprite-discussions.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    width: 19.5px;
    height: 19.5px;
}
.prblm-discussion-reaction:hover {
    opacity: .6;
}

.reaction-interesting:before {
    width: 15px;
    height: 15.5px;
    background-position: -41px 0;
}

.reaction-brilliant:before {
    width: 15px;
    height: 15.5px;
    background-position: 0 -21.5px;
}

.reaction-confused:before {
    width: 15px;
    height: 15.5px;
    background-position: -17px -21.5px;
}

.user-avatar {
    width: 30px;
    display: inline-block;
}

.avatar img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.user-text {
    display: inline-block;
    margin-left: 10px;
}

.user-text .author-name {
    color: #6d7e8e;
    font-weight: 500;
}

.prblm-discussion-author .user-text .author-name {
    color: #6d7e8e;
    font-weight: 500;
    display: block;
    margin-bottom: -10px;
}

.prblm-discussion-author .user-text .author-date {
    font-size: 13px;
    line-height: 1.6em;
    color: #899098;
}

.prblm-discussion-content {
    padding: 10px;
    overflow-x: auto;
}

.prblm-solution-btn {
    display: block;
    position: relative;
    float: left;
    clear: left;
    width: 100%;
    min-height: 50px;
    padding: 16px 0 16px 44px;
    border: 0;
    background: none;
    color: #333;
    line-height: 1.2em;
    text-align: left;
    border: 2px solid #FFFFFF00;
}

.prblm-solution-btn:hover {
    border: 2px solid #DDD;
    cursor: pointer;
}

.prblm-solution-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    border-radius: 50%;
    z-index: 1;

    display: block;
    left: 0;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    border: 2px solid #777;
    background: #f7f7f7;
    box-sizing: border-box;
}

.prblm-solution-btn.correct.active:before {
    background: transparent;
}

.prblm-solution-btn.correct.active::after {
    display: block;
    background: #333!important;
}

.prblm-solution-btn:after {
    display: none;
    left: 5px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: none;
}

.prblm-solution-bg {
    border: 1px solid #d8d8d8;
    box-shadow: 0 1px 8px -4px #333;
    position: absolute;
    left: -26px;
    right: 0;
    top: 8px;
    bottom: 2px;
    content: "";
    margin: -6.5px 0 0 -8px;
    overflow: hidden;
    display: none;

    color: #000;
    font-size: 24px;
    padding-top: 14px;
    padding-left: 8px;
}

.prblm-solution-btn.disabled {
    color: #777;
    cursor: default;
    box-shadow: none;
    opacity: .3;
}

.prblm-solution-btn.correct {
    opacity: 1;
}

.prblm-solution-btn.correct:before {
    border: 3px solid #333;
    background: #333;
}

.prblm-solution-btn.active:after {
    display: block;
    background: #333!important;
}

.prblm-solution-btn.active .prblm-solution-bg {
    display: block;
}

.prblm-solution-picked {
    position: absolute;
    width: 16px;
    height: 16px;
    background: #000;
    border-radius: 16px;
    left: 6px;
    top: 0px;
    margin-top: 17px;
}



.prblm-edit-title {
    display: inline-block;
    margin-bottom: 2px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4em;
    border: none !important;
}

.prblm-edit-topic {

}

.prblm-edit-level {

}

.alert {
    color: #F00;
    font-weight: 600;
}

.prblm-edit-header {
    font-weight: 700;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    display: block;
    margin-top: 20px;
}

.form-edit-input {
    border: 1px solid #e1e1e1 !important;
    padding: 4px 12px !important;
    height: 28px;
}

.prblm-edit-topiclevel {
    display: flex;
    width: fit-content;
}

.prblm-edit-footer {
    margin-top: 40px;
    text-align: right;
}

.prblm-edit-cancel {
    color: #039be5;
    margin: 24px;
}

.prblm-edit-save {
    display: inline-block;
    background: #2A2;
    padding: 6px 20px;
    color: #FFF;
}

#addSolution {
    display: block;
    color: #039be5;
    font-weight: 600;
}

.prblm-original {
    float: right;
    color: #039be5;
}

.prblm-original:hover {
    font-weight: bold;
}

pre {
    display: block;
    padding: .3em;
    margin: 0 0 .8em;
    font-size: 13.875px;
    line-height: 1.6em;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
}

h1 {
    margin-bottom: .26666667em;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.6em;
}

h2 {
    margin-bottom: .26666667em;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4em;
}

h3 {
    margin-bottom: .26666667em;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2em;
}

blockquote {
    margin: 0 0 1.6em;
    padding: 16px;
    background: #fbfbfb;
    clear: both;
    box-shadow: none;
    border: 1px solid #d4d4d4;
    box-shadow: 0 0 0 1px #f3f3f3;
}

.edit-solution {
    display: block;
    margin-top: 6px;
}

.edit-solution-input {
    border: 1px solid #e1e1e1 !important;
    padding: 6px 8px 6px 8px !important;
    height: 28px !important;
    margin-left: 4px !important;
    width: 90% !important;
    color: #000;
}

ol {
    list-style-type: decimal;
    margin-left: 1rem;
}

ul {
    list-style-type: disc;
    margin-left: 1rem;
}

:not(pre) > code {
    display: inline-block;
    /* background: #000; */
    padding: 2px 4px;
    color: #666;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}

