@charset "utf-8";

/* Table Of Contents
----------------------------------------

# element

----------------------------------------*/


/* # html5
---------------------------------------------------------------------------- */
h3 {
    background-color: #eee;
    border-bottom: 1px solid #ddd;
    font-family: open sans,sans-serif;
    border-radius: 4px;
    font-size: 26px;
    font-weight: 300;
    padding: 7px 0 5px 15px;
    margin: 0 0 20px;
}

h3 a {
    color: inherit!important;
}

div.sourceTxt {
    background: #ecf9f9;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin: 5px 0;
    padding: 10px;
    word-wrap: break-word;
    position: relative;
}

.section {
    margin-bottom: 40px;
}

#layoutHtml5 {
    margin: 30px auto;
    padding: 10px;
    max-width: 960px;
}

#layoutHtml5 p {
    margin: 0;
    padding: 0;
}

.ads_sidebar {
    margin-top: 30px;
}

#contentHtml5 {
    float: left;
    padding: 10px 0 20px;
    text-align: left;
    width: 75%;
}

#globalFooter p#fPageTop a .fas {
    line-height: inherit;
}


/* # clearfix
---------------------------------------------------------------------------- */

#pageBodyHtml5,
#layout,
div.sectionLink,
div#footerInner {
    zoom: 1;
}

#pageBodyHtml5:after,
#layout:after,
div.sectionLink:after,
div#footerInner:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

@media screen and (max-width:1024px) {

}

@media screen and (max-width:768px) {

}

@media screen and (max-width:640px) {

}