
div.nsf_articles{
    padding: 0px;
    border: none !important;
    display: inline;
}

/* Match everything with nsnfTop in it, removes the top padding for the upmost article*/
div[id^='nsnfTop'] + div.nsf_newsitem {
    padding-top: 0px;
}

div.nsf_newsitem{
    padding: 15px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    width: 100%;
}

.nsf_newsitem > .nsf_left_column{
    width: 50%;
    display:
    table-cell;
    box-sizing: border-box;
}
.nsf_newsitem > .nsf_right_column{
    width: 50%;
    display: table-cell;
    box-sizing: border-box;
}
.nsf_newsitem_img_right > .nsf_right_column{
    vertical-align: middle;
    margin: 0;
    position:relative;
}
.nsf_newsitem_img_right > .nsf_left_column{
    padding-right: 15px;
}
.nsf_newsitem_img_left > .nsf_left_column{
    vertical-align: middle;
    margin: 0;
    position:relative;
}
.nsf_newsitem_img_left > .nsf_right_column{
    padding-left: 15px;
}

.nsf_column > .nsf_container_img{
    position: relative;
    width: 100%;
}
.nsf_full_column > div.nsf_container_img{
    max-height: 450px;
}
.nsf_left_column > div.nsf_container_img, .nsf_right_column > div.nsf_container_img{
    height: 310px;
}

div.nsf_container_img > a.nsf_imglink{
    max-height: inherit;
    height: inherit;
}
.nsf_imglink > img.nsf_img{
    max-height: inherit;
    height: inherit;
    width: 100%;
    object-fit: cover;
}

/* Watermark overlay */
.nsf_container_img > .nsf_watermark_text {
    color: #fff;
    font-size: 12px;
    line-height: 1em;
    text-shadow: 1px 1px 1px #000;
    left: 5px;
    bottom: 5px;
    display: inline-block;
    position: absolute;
}
h2.nsf_other_news{
    margin-top: 20px;
    margin-bottom: 20px;
}
h1.nsf_title{
    font-style: normal;
    font-family: 'Helvetica';
    color: #000000;
}
span.nsf_title{
    display: block;
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    font-family: 'Helvetica';
    color: #000000;
}
span.nsf_descr{
    display: block;
    text-align: left;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    font-family: 'Helvetica';
    color: #3f3f3f;
}
div.nsf_timesourcebar{
    display: block;
    overflow-x: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
span.nsf_source{
    display: inline-block;
    float: right;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    font-family: 'Helvetica';
    color: #1db0ee;
}
span.nsf_time{
    display: inline-block;
    float: left;
    text-decoration: none;
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    font-family: 'Helvetica';
    color: #000000;
}
div.nsf_readsocialbar{
    display: block;
    overflow-x: auto;
    margin-top: 15px;
}
.nsf_readsocialbar > a.nsf_readmore{
    height: 32px;
    width: 120px;
    font-size: 15px;
    border: 2px solid #001c63;
    background-color: #ffffff;
    color: #001c63;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    display: inline-flex;
}
.nsf_readsocialbar > a.nsf_readmore:hover{
    background-color: #c4c4c4;
    color: #0046b7;
}
.nsf_readsocialbar > .nsf_social{
    display: inline-block;
    float: right;
}
.nsf_readsocialbar > .nsf_social a{
    display: inline-block;
    margin-left: 5px;
    height: 32px;
    width: 32px;
    background-size: contain;
}
.nsf_readsocialbar > .nsf_social a:hover{
    opacity: 0.5;
}
a.btnToggleVisibility{
    font-size: 15px;
    display: block;
    color: #FF0000;
    margin-top: 10px;
}
div.nsf_index_text{
    font-size: 15px;
    padding: 5px;
    padding-left: 0;
}
.nsf_social > a.social-linkedin{
    background-image: url("https://question-advice.nl/wp-content/plugins/ns_news/assets/icons/newssupply-linkedin.png");
}
.nsf_social > a.social-facebook{
    background-image: url("https://question-advice.nl/wp-content/plugins/ns_news/assets/icons/newssupply-facebook.png");
}
.nsf_social > a.social-twitter{
    background-image: url("https://question-advice.nl/wp-content/plugins/ns_news/assets/icons/newssupply-twitter.png");
}
.nsf_social > a.social-googleplus{
    background-image: url("https://question-advice.nl/wp-content/plugins/ns_news/assets/icons/newssupply-googleplus.png");
}
.nsf_social > a.social-link{
    background-image: url("https://question-advice.nl/wp-content/plugins/ns_news/assets/icons/newssupply-link.png");
}
div.nsf_navbutton_bar{
    display: flex;
    justify-content: space-between;
}
div.nsf_navbutton_bar > a.nsf_navbutton{
    font-size: 15px;
    line-height:17px;
    flex:50%;
    border: 2px solid #001c63;
    text-align: center;
    background-color: #ffffff;
    color: #001c63;
    padding: 5px;
}
div.nsf_navbutton_bar > a.nsf_navbutton_left{
    margin-right:10px;
}
div.nsf_navbutton_bar> a.nsf_navbutton:hover{
    background-color: #c4c4c4;
    color: #0046b7;
}

hr.nsf_seperator, div.nsf_articles > hr.nsf_seperator{
    color: #1db0ee;
    background-color: #1db0ee;
    border: none;
    height: 2px;
    margin: 0px;
    max-width:none;
    width: 100%;
}
.nsf_column > a.nsUnderlineHover:hover, .nsf_readsocialbar > a.nsUnderlineHover:hover {
    text-decoration: underline !important;
}
.nsf_column > a.nsUnderlineHover:not(:hover), .nsf_readsocialbar > a.nsUnderlineHover:not(:hover) {
    text-decoration: none !important;
}

/* Match everything with nsnfTop in it */
div[id^='nsnfTop'], div[id*=' nsnfTop']{
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}
@media only screen and (max-width: 768px) {
    div.nsf_newsitem_img_right{
        display: flex;
        flex-direction:
        column-reverse;
    }
    .nsf_newsitem > .nsf_left_column{
        width: auto;
        display: block;
    }
    .nsf_newsitem > .nsf_right_column{
        width: auto;
        display: block;
        float: none;
    }
    .nsf_newsitem_img_left > .nsf_right_column, .nsf_newsitem_img_right > .nsf_left_column{
        padding-right: 0;
        padding-left: 0;
        padding-top: 10px;
    }
}
