.log_header{
    left: 292px;
    top: 131px;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    color: #444444;
    margin-bottom: 5px;

}

.log_content_header, .log_content_body, .log_content_date, .log_content_read_more {
    margin-bottom: 5px;
    font-style: normal;
    color: #444444;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    overflow: auto;
}

.log_content_header{
    margin-top: 30px;
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
}

.log_content_date{
    color: #767676;
}


.log_content_read_more{
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
}

.log_content_back_button_container{
    flex: 1 0 auto;
}

.log_content_video{
    margin-top: 20px;
    width: 50%;
    padding-bottom: 20px;
}


.log_content_body img{
    max-width: 50%;
    max-height: 50%;
}

.log_content_body p{
    margin: 0;
}

.ql-disabled .ql-editor {
     padding-left: 0;
     padding-right: 0;
}

.log_search_box{
    width: 75%;
    margin-right: 1%;
    display: inline-block;
    vertical-align: top;
}

.log_sort_box{
    width: 22%;
    display: inline-block;
    vertical-align: top;
}

@media only screen and (max-width: 600px) {
    .log_search_box{
        width: 100%;
        margin-right: 1%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 10px;
    }

    .log_sort_box{
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
}