/* ================================
   PAGE LINKS BASE STYLES
================================ */
.page-links-wrapper a {
    display: block !important;
}

/* Specific link override */
.page-links-wrapper a[href="http://www.alhidaaya.com/sw/"] {
    border: none;
    color: inherit;
    font-weight: normal;
}

/* Span inside links */
.page-links-wrapper a span {
    font-size: 16px !important;
    font-weight: normal !important;
}


/* ================================
   VIEW LIST STYLES
================================ */
.views-element-container ul li:nth-child(odd) > a,
.views-element-container ul li:nth-child(even) > a {
    color: #00b0f0 !important;
    font-weight: 600;
}

/* Odd rows */
.views-element-container ul li:nth-child(odd) > a {
    background: #ffffff;
}

/* Even rows */
.views-element-container ul li:nth-child(even) > a {
    background: #E8E8E8 !important;
}

/* First item special styling */
.views-element-container > ul > li:first-child > a {
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    background: #E8E8E8 !important;
    color: #00b0f0 !important;
    font-weight: 600;
}


/* ================================
   FOOTER
================================ */
.footer-main-wrapper ,.book-traversal__list{
    margin-top: 40px;
}



a {

  transition: all 0.2s ease-in-out;
}

a:hover {

  text-decoration: underline;
}
