.lesson_msg {
    color: black;
    border-width: 1px;
    border-style: groove;
    border-color: black;
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
    font-style: inherit;

}

.lesson_msg_wrapper {
    border-width: 8px;
    border-style: groove;
    border-color: #1C6EA4;
    border-radius: 5px;
}

table {
    white-space: normal;
    width: 100%;
}

div#lesson {
    padding-top: 2.75vh;
    border-bottom-width: .25vh;
    border-top-width: .25vh;
    line-height: 3.75vh;
}

hr {
    margin-bottom: 10px;
}

.static-coordinator {
    min-height: 10px;
}

div#line:nth-of-type(odd) {
    background-color: #ddd;
}

@media only screen and (max-width: 1280px) {
    .div#lesson {
        line-height: 4.75vh;
    }
}

@media (max-width: 768px) {

    .linkQuiz strong{
        font-size: 14px;
        font-style: italic;
        font-weight: normal;
    }
    .div#lesson {
        line-height: 3.75vh;
    }
}

.social-media {
    overflow: hidden
}

#line .col-xs-4 {
    padding-left: 15px;
}

#line .col-xs-4 small {
    font-size: 14px
}

#line .col-sm-8 a, #line .col-xs-4 a {
    word-break: break-word;
    font-size: 18px !important;
}

#line {
    padding: 5px;
}

#intro {
    font-size: 19px;
}

.head {
    font-size: 19px;
    margin-bottom: 10px;
    padding: 0px;
    margin-top: 20px !important;
}

hr {
    border-top: solid 1px maroon;
}

@media only screen and (max-width: 419px) {
    .static .row {
        text-align: left !important;

    }
}