/*

 */
.uncategorized-article-container{
    border: 1px solid gainsboro;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 2%;
    margin-bottom: 2%;
    display: flex;
    flex-direction: row;
    background-color: rgb(250,250,250);
    cursor:pointer;
    
}

.uncategorized-article-left-column{
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:5px;
    background-color: rgb(250,250,250);
}

.uncategorized-article-right-column{
    width: 70%;
    padding:20px;
    background-color: rgb(250,250,250);
}

.uncategorized-article-image-container{
    padding:5px;
}


/* Hide slidebar */
#main-content .container:before {background: none;}
/*** Expand the content area to fullwidth ***/

@media (min-width: 981px){

    #left-area {

        width: 100%;

        padding: 23px 0px 0px !important;

        float: none !important;

    }

}
/*** ***/
.text-center{
    text-align: center;
}

/*** Hide Sidebar ***/

#sidebar {display:none;}
