﻿.accordion b, .accordion strong, .accordion p {
    text-align: right !important;
}

::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

h2 {
    text-align: center !important;
}

    h2 a {
        font-family: Samim !important;
        font-size: 24px !important;
    }
