@import url(fancyfonts.css);
.articleWrapper {
    margin: auto;
}
.articleWrapper .searchbar {
    text-align: right;
    width: 100%;
    white-space: nowrap;
    margin-bottom: 10px;
}
.articleWrapper .searchbarin {
    text-align: right;
    width: 100%;
    white-space: nowrap;
}

.articleWrapper .searchbardrop {
    font: 14px "Segoe UI", Arial, Helvetica, sans-serif;
    border: 1px solid #ccc;
    padding: 2px;
    min-width: 200px;
}
.articleWrapper .searchbarrss {
    border: 1px solid #ccc;
    width: 30px;
    height: 25px;
    margin-bottom: 3px;
}
.articleWrapper .headerWrapper {
    margin-bottom: 15px;
}
.articleWrapper .title {
    width: 100%;
    font-family: 'pt_sansregular', sans-serif;
    font-size: 24px;
    color: #333;
    text-align: left;
}
.articleWrapper .date {
    width: 100%;
    font-family: 'pt_sansregular', sans-serif;
    font-size: 18px;
    color: #333;
    text-align: left;
    margin-top: 5px;
}
.articleWrapper .article {
    margin-bottom: 20px;
    font: 14px "Segoe UI", Arial, Helvetica, sans-serif;
    color: #666;
    text-decoration: none;
    text-align: left;
}
.articleWrapper .article a:link {
    color: #bd0101;
    text-decoration: none;
}
.articleWrapper .article a:hover {
    text-decoration: underline;
}
hr.style-EZ {
    margin: 15px;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0));
}

/* ----------- Mobile --------------- */

@media screen and (max-width:500px) {
    .articleWrapper .article img {
        border: 0;
        width: 100% !important;
        height: auto !important;
        padding: 3px 0;
    }
}
