
.possible_answer {
    /*background: rgba(254, 178, 31, 0.2);*/
    padding: .75em;
    font-size:110%;
}
.subtext-a {
    padding: .75em;
}
.after-show {
    margin-top: 30px;
    margin-bottom: 20px;
}
.after-show a {
    font-size: 13px;
}

.nextbutton {
    background-image: none !important;
    padding: 5px 18px !important;
}
.question p.text {
    font-size: 120%;
}
ul.possible_answers .possible_answer:hover {
    background: #fcf8e3;
    cursor: pointer;
    font-weight: bold;
}

.correct-answer, .wrong-answer {
    opacity: .75;
    cursor: pointer;
}

.wrong-answer {
    background: #FF8362;
}

.correct-answer {
    background: #62DA97;
}

.selected {
    opacity: 1;
}

.selected:hover {
    background: none;
}

.correct-answer:hover, .wrong-answer:hover {
    opacity: 1;
}

.how_you_did {
    text-align: center;
    padding: 1em;
    background-color: rgb(254, 231, 88);
    font-weight: bold;
    font-size: 1.25em;
    -webkit-box-shadow: 0 7px 5px rgba(50, 50, 50, 0.65);
    -moz-box-shadow: 0 7px 5px rgba(50, 50, 50, 0.65);
    box-shadow: 0 7px 5px rgba(50, 50, 50, 0.65);
}

/*multimedia styling*/

.possible_answer img {
    max-height: 24em;
}

.question img, .revealed_answer img, .selected img, .correct-answer img, .wrong-answer img {
    /*max-height: 24em;*/
    display: block;
    margin-bottom: 20px;
}

.videoembed {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.videoembed iframe, .videoembed object, .videoembed embed {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.btn-vk {
    color: #fff;
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter {
    color: #fff;
    background-color: #31ADF4;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-social:hover, .btn-social:active, .btn-social:focus {
    color: #ffffff;
}

.btn-social {
    color: #ffffff;
    min-width: 45px;
}

.bg-success {
    background-color: #dff0d8;
}
.bg-success .fas{
    color: #3c763d;
}
.bg-danger .fas{
    color: #a94442;
}

.p-15 {
    padding: 15px;
}

.bg-danger {
    background-color: #F5D6B8;
}

.quiz-social {
    margin: 11px;
}

.quiz-social a {
    margin: 0 8px 0 0;
}
.full-publication .title-image img, .full-publication .title-image .carousel {
    width: 100% !important;
    float: left;
}