/* Sol taraf yazı rengi düzeltmeleri - Yüksek öncelik */
#solTaraf #sonFarklar ul#a-z li a,
#solTaraf #sonFarklar .nav-list li a,
#solTaraf #a-z li a,
.sidebar-nav #a-z li a,
#sonFarklar .nav-list > li > a {
    color: #ffffff !important;
    text-decoration: none !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    font-weight: bold !important;
}

#solTaraf #sonFarklar ul#a-z li a:hover,
#solTaraf #sonFarklar .nav-list li a:hover,
#solTaraf #a-z li a:hover,
.sidebar-nav #a-z li a:hover {
    color: #cccccc !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

/* Butonlar için */
#solButonlar .btn {
    color: #333333 !important;
}

#solButonlar .btn:hover {
    color: #333333 !important;
}

/* Harfler için */
#harfler a {
    color: #333333 !important;
    text-decoration: none !important;
    font-weight: bold !important;
}

#harfler a:hover {
    color: #0088cc !important;
    text-decoration: none !important;
}

/* Pagination için */
#a-z .pagination a {
    color: #333333 !important;
}

#a-z .pagination a:hover {
    color: #0088cc !important;
}