* { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-color: #f0f0f0;
}

/* Header */

.bwyst_header {
    background: #F5C400 url('/v5/images/pg_bg.png') top repeat-x;
    height: 50px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    overflow: visible;
}



.bwyst_header_inner {
    width: 780px;
    margin: 0 0 0 calc(50vw - 390px);
    display: flex;
    align-items: flex-start;
    overflow: visible;
}

.logo-star {
    height: 100px;
    width: auto;
    display: block;
}

.logo-txt {
    height: 35px;
    width: auto;
    display: block;
    margin-top: 8px;
    margin-left: 8px;
}

.bwyst_spacer {
    height: 105px;
}

/* Content */
.bwyst_content {
    width: 780px;
    margin: 0 auto;
    padding: 0 0 30px;
}

/* Article box */
.single_news_box {
    background: white;
    padding: 15px;
    border: 1px solid #eb1c24;
    font-family: Arial, Helvetica, sans-serif;
}

.single_news_box h3 {
    font-size: 16px;
    color: #000;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: bold;
}

.single_news_box h3 a {
    text-decoration: none;
    color: #000;
}

.single_news_box h3 a:hover {
    text-decoration: underline;
}

.single_news_box p {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 10px;
    color: #333;
}

.single_news_box .courtesy {
    font-size: 10px;
    color: #555;
    text-transform: uppercase;
}

.single_news_box .courtesy a {
    color: #555;
    text-decoration: none;
}

.single_news_box .courtesy a:hover {
    text-decoration: underline;
}

.back {
    font-size: 12px;
    color: #A0113C;
    text-decoration: none;
}

.back:hover {
    text-decoration: underline;
}

/* Mobile */
@media (max-width: 800px) {
    .bwyst_header_inner {
        width: 100%;
        margin: 0;
        padding-left: 10px;
    }
    .logo-star { height: 65px; }
    .logo-txt { height: 22px; margin-top: 15px; }
    .bwyst_spacer { height: 70px; }
    .bwyst_content {
        width: 100%;
        padding: 0 10px 30px;
    }
}
