.nf-dropdown{
    padding: 0 !important;
    position: absolute !important;
    z-index: 1000000000000;
    left: 0;
    right: 0;
    padding: 0 !important;
}
.bdo-newsfeed-container{
    margin-top: 90px;
}
.nf-dropdown{
    width: 500px;
    margin: 0 auto;
    position: relative;
    margin: 30px auto;
}

.nf-dropdown-placeholder{
    width: 100%;
    /*display: inline-block;*/
    font-size: 20px;
    padding: 15px;
    font-size: 16px;
    background: #d8d8d8;
    padding: 15px 20px;
    border-radius: 4px;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
    box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.31);
}
.nf-dropdown-caret{
    position: absolute;
    right: 0;
    margin-right: 20px;
    z-index: 1000;
    color: #ED1A3B;
}
.nf-dropdown-clear-btn{
    position: absolute;
    right: 0;
    margin-right: 20px;
    top: 17px;
    font-style: italic;
    display: none;
    cursor: pointer;
    font-size: 14px;
    text-decoration: underline;
    font-weight: bold;
    color: #5f5f5f;
}




.nf-dropdown ul{
    display: none;
    margin: 0;
    width: 100%;
    position: relative;
    z-index: 9999;
    background: #FFF;
    padding: 5px 5px 1px 5px;
    border-radius: 4px;
    box-shadow: 0px 3px 6px 2px rgb(0 0 0 / 31%);   
}
.nf-dropdown ul li.nf-dropdown-li{
    list-style-type: none;
    font-size: 16px;
    background: #EEE;
    padding: 15px 20px;
    border-radius: 4px;
    margin-bottom: 5px;
    position: relative;
    /*display: block;*/
    z-index: 10000;
}
.nf-dropdown ul li:hover{
    background: #d8d8d8;
    transition: 500ms;
    cursor: pointer;
}

span.nf-dropdown-selected span{
    background: #ED1A3B;
    color: #FFF;
    padding: 7px 10px;
    border-radius: 4px;
}




@media only screen and (max-width: 999px) {
    .nf-dropdown{
        width: 100%;
        margin-top: 30px;
   }
    .bdo-newsfeed-container{
        margin-top: 110px;
    }
    span.nf-dropdown-selected span{
        font-size: 12px;
    }
    .nf-dropdown-placeholder{
        padding: 15px 10px;
    }
    .nf-dropdown-clear-btn{
        margin-right: 12px;
    }

}




.newsfeed-col{
    display: block;
}



.nf-no-posts{
    display: none;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 30px;
    color: #ed1a3b;
}
/* hides eomji alt image*/
#alttext-container{
    display: none !important;
}




#footer-outer{
    z-index: -1 !important;
}