.container .btn.btn-red {
    float: right;
    width: 150px;
}

.card-footer{
    text-align: center;
}
.card{
    border: 1px solid #f2f2f2;
    box-shadow: 2px 3px 3px #f2f2f2;
    border:none;
    min-height: 230px;
}

.card-footer{
    background: transparent;
    border: none;
}

.img-fluid {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.center{
    text-align: center;
}

.card-text{
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
}

.card-text, .card-link {
    text-decoration: none!important;
}

.card-body {
    padding: 15px 15px 15px 15px;
    min-height: 80px;
}

.card-footer {
    padding: 1.0rem 0rem;
    padding-top: 0px;
}
.card-header {
    width: 100%;
    text-align: center;
    background-color: rgba(242,242,242, 0.4);
    padding: 0;
    border: none;
}

#news-comments-count {
    display: none;
}

@media only screen and (min-width: 768px) {
    .col-banner-height {
        height: 280px;
    }
}

.integrated-article li {
    list-style: inherit;
}

.integrated-article ul {
    list-style: initial;
}
.integrated-article ul, .integrated-article ol {
    padding-left: 40px;
}

.article-holder {
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .thumbnail .image-holder {
        margin-left: 15px;
        margin-right: 15px;
        float: none !important;
    }
}

.user-dropdown {
    line-height:32px;
    font-size:10px;
}

.margin-bottom {
    margin-bottom: 15px;
}

/* Edition navigation block */
.buttons-container {
    display: table;
    margin-bottom: 10px;
}

.button-wrapper {
    display: table-cell;
    max-width: 180px;
    min-width: 180px;
}

.button-link {
    width: 100%;
}

.articles-list {
    margin-right: 0;
    list-style-type: none !important;
}

.articles-list-item {
    margin-top: 2px;
    margin-bottom: 2px;
}

.article-title {
    font-weight: 525;
    color: #ad111d;
}

.not-current-title:hover {
    text-decoration: underline;
}

.select2-container--default span.select2-selection--multiple {
    box-shadow: none;
    border-radius: 0;
    border-color: #e5e5e5;
    background: #f2f2f2;
}
