.navbar-inverse {
    background-color: white;
    background-repeat: no-repeat;
    background-image: none;
}

.list-group-item:first-child {
    border-bottom-radius: 5px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-radius: 5px;
}

.navbar-inverse .navbar-nav > li > a {

}
.navbar-nav {
    width: 100%;
}

.navbar-nav li{
    padding-left: 7px;
    padding-right: 7px;
}

span{
    color: #ff9933;
    font-size: 10px;
    font-weight: bold;
    text-align:  left;
    white-space: nowrap;
    overflow: hidden;
    width: 40em;
    animation: type 3s steps(60, end);
}
.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% { opacity: 0; }
}

@keyframes type3{
    0%{width: 0;}
    50%{width: 0;}
    100%{ width: 100; }
}
a.list-group-item, button.list-group-item {
    color: white;
    background-color: #365f88;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Slabo 27px", Helvetica Neue,Helvetica,Arial,sans-serif;

}

.editorial-board  table {
    border-spacing: 10px;
    border-collapse: separate;
}
.editorial-board td{ border: white 3px solid; padding: 10px; margin: 3px; background-color: #ebebeb}

ol li { margin-bottom: 10px; text-align: justify;}
.editor ul li { }

.kt-sticky-toolbar {
    width: 62px;
    position: fixed;
    top: 30%;
    right: 0;
    list-style: none;
    padding: 6px 0;
    margin: 0;
    margin-top: 0px;
    z-index: 50;
    background: #fff;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 6px 0 0 6px;
    background-color: #e8faf8;
}


.page-header {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.kt-sticky-toolbar .kt-sticky-toolbar__item {
    margin: 0;
    padding: 5px;
    text-align: center;
}