﻿
#accessibility-icon {
    position: fixed;
    top: 61px;
    right: 0px;
    z-index: 1000;
    cursor:pointer;
}


#close-accessibility {
    cursor: pointer;
    position: absolute;
    top: 1px;
    left: 13px;
    color: #fff;
}

.accessibility-header {
    font-size: x-large;
    background-color: #17384c;
    color: #fff;
    text-align: center;
}

.accessibility_list {
    display: inline-table;
    margin: 0;
    padding: 0;
    min-width: 145px;
}

.accessibility {
    display: none;
    position: fixed;
    top: 117px;
    background-color: #fff;
    border: 1px solid #bdbdbd;
    padding: 10px 10px 0 10px;
    font-size: 25px;
    direction: rtl;
    z-index: 999;
    right: -280px;
}

.list {
    display: block;
    clear: both;
    line-height: 55px;
    width: 100%;
}

.button {
    cursor: pointer;
    color: #000;
    text-decoration: none;
    padding: 0;
    font-weight: normal;
}



/*---------------------------------------*/
