button.accordion,
button.accordion.active,
button.accordion:hover {
    background: none;
    border: none;
    outline: none;
}

.nagishrow {
    overflow-y: hidden;
    max-height: 200px;
    font-family: 'Open Sans', sans-serif;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, .5, 1)
}

.nagishrow3 {
    width: 98%;
    float: left;
    direction: rtl;
    padding-bottom: 20px;
    padding-top: 10px
}

.nagishrow3 span {
    font-size: 30px!important;
    font-weight: 400;
    background-color: #ffeaea;
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 0 8px 0 3px;
}

.ullinagish ul {
    padding: 0;
    margin: 0;
}

.ullinagish li {
    list-style-type: none;
    direction: rtl;
    text-align: right
}

.ullinagish li a {
    font-size: 22px !important;
    text-decoration: none;
    color: #111
}

.contenernisha {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 9999999999999999;
    position: fixed
}

button.accordion {
    color: #444;
    z-index: 9999999999999999999999;
    border: none;
    transition: .4s;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}

div.panelShay {
    padding: 0px;
    background-color: #fff;
    overflow: hidden;
    position: fixed;
    width: 250px;
    top: 0;
    right: 0;
    z-index: 9999999999;
    transition: max-height .2s ease-out
}

.und1,
.und2,
.und3,
.und4,
.und5,
.und6,
.und7,
.und8,
.und9 {
    padding: 0 30px 10px 0
}

.und1 {
    background: url(//s3-eu-west-1.amazonaws.com/a11yn/1.jpg) top right no-repeat
}

.und2 {
    background: url(//s3-eu-west-1.amazonaws.com/a11yn/2.jpg) top right no-repeat
}

.und3 {
    background: url(//s3-eu-west-1.amazonaws.com/a11yn/3.jpg) top right no-repeat
}

.und4 {
    background: url(//s3-eu-west-1.amazonaws.com/a11yn/4.jpg) top right no-repeat
}

.und5 {
    background: url(//s3-eu-west-1.amazonaws.com/a11yn/5.jpg) top right no-repeat
}

.und6 {
    background: url(//s3-eu-west-1.amazonaws.com/a11yn/6.jpg) top right no-repeat
}

.und7 {
    background: url(//s3-eu-west-1.amazonaws.com/a11yn/7.jpg) top right no-repeat
}

.und8 {
    background: url(//s3-eu-west-1.amazonaws.com/a11yn/8.jpg) top right no-repeat
}

.und9 {
    background: url(//s3-eu-west-1.amazonaws.com/a11yn/9.jpg) top right no-repeat
}

@media (max-width:640px) {
    .nagishrow3 {
        width: 92%;
        float: left;
        direction: rtl;
        padding-bottom: 0px;
    }
    .panelShay {
        height: auto!important
    }
    .nagishrow3 span {
        text-decoration: underline;
        font-size: 22px !important
    }
    .ullinagish li a {
        font-size: 14px !important;
        text-decoration: none;
        color: #111
    }
}