.down-author-js,
.up-author-js{
    margin-right: 4px;
}


.skin-blue .main-header .navbar {
    background-color: #1b3262;
    border-bottom: 3px solid #ea5291;
}
.skin-blue .main-header .navbar .nav > li > a,
.skin-blue .main-header .navbar .nav > li > a:hover{
    color: #004287;
}
.skin-blue .user-menu > a > span {
    color: #fff;
}
.box.box-primary {
    border-top-color: #004287;
}
.btn-success {
    background-color: #099f79;
}

/* Date front-page */
.date-front{
    max-width: 300px;
    margin: 0 auto;
}
.date-front-single {
    display: flex;
    justify-content: space-between;
    padding: 0 .5rem;
}

/* Guidelines front-page */
.link-guidelines{
    display: block;
    margin-top: 1rem;
}

.container-guidelines{
    display: flex;
    max-width: 330px;
    background: #CA2229;
    justify-content: space-between;
    margin: 0 auto;
}

.text-guidelines{
    font-size: 1.5rem;
    line-height: 2rem;
    text-transform: uppercase;
    padding: .5rem .5rem;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.container-img-guidelines{
    display: flex;
    align-items: center;
}

.img-guidelines{
    padding-right: 1rem;
}

/* footer-links */
.footer-links--container {
    /*display: none;*/
    display: inline-block;
    margin: 10px 5px 0px;
}
.footer-links--container .link {
    font-size: 17px;
    color: black;
    text-decoration: underline;
}

/* abstract details */
/* authors */
.preview-border{
    border: 1px solid #ddd;
    padding: 10px 15px;
}




.btn-primary {
    background-color: #34566f;
    border-color: #34566f;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
    background-color: #34576d;
}