.site-content > .ast-container {
    max-width: 100%;
    padding: 0;
    display: block;
}

.fl-row-fixed-width {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.header-content {
    float: left;
    margin: 15px;
    width: 100%;
}

.year-selected {
    float: left;
}

.option-years > select {
    float: right;
    /*border-radius: 20px;*/
    border: none;
    width: 120px;
    position: relative;
    right: 42px;
    background: #ffffff;
}

.option-years select option {
    background: #ffffff;
}

.publications-list {
    list-style-type: none
}

.publication-download {
    content: "";
    position: relative;
    top: 0.1rem;
    margin-right: 15px;
    display: table-cell;
    vertical-align: middle;
}

.publication-descripption {
    position: relative;
    display: table-cell;
    line-height: 20px;
    font-size: 17px;
    padding: 16px;
}

.publication-download .icon-pdf {
    display: inline-block;
    border-radius: 60px;
    box-shadow: 0 0 2px #888;
    /*padding: 1em 1.1em;*/
    padding: 10px 12px;
}

/*Pagination styling*/
.pagination-publication {
    text-align: center;
}

.pagination {
    display: inline-block;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination a {
    color: #6071c7;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    font-weight: bold;
    vertical-align: center;
    font-size: 15px;
}

.pagination a.active {
    background-color: #6071c7;
    color: white;
    border-radius: 60px;
    box-shadow: 0 0 2px #888;
    padding: 0.5em 1em;
}

/*[aria-current="page"] {
    cursor: default;
}*/

.publications-block {
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #ccc;
}
.pub-container {
    margin-top: 60px;
    margin-bottom:25px;
    background-image: url(../images/bg.png);
    background-repeat: repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    width: 100%;
    min-height: 800px;
}