/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.article_container{
    display: inline-block;
    min-width: 100%;
}

.user_role_unit{
    height: 251px;
}