.associations_list {
    display: block;
    margin-top: 23px;
    text-align: justify;
}
.associations_list li{
    display: inline-block;
    list-style: none;
}
.associations_list a{
    display: inline-block;
    line-height: 1.1em;
    padding: 0 0.3em 0.1em 0.3em;
    margin: 10px 0.3em 0 -0.3em;
    text-decoration: none;
    color: #545550;
}
.associations_list a:hover{
    text-decoration: underline;
}
.associations_list li:nth-child(even) a {
    color: #5993C0;
}

.associations_list li:nth-child(even) a {
    background-color: #5993C0;
    color: #fff;
    border-radius: 0.2em;
}

.word-image {
    height: 168px;
}

.notpopular {
    opacity: 0.5;
}

.button.multiline {
    white-space: normal;
    display: inline-block;
    text-align: center;
}

@media (max-width: 768px) {
    .body-box {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        min-width: 0;
    }

    .site-box {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

    #content .inner {
        padding-right: 0;
    }

    #content {
        margin-right: 0;
        float: none;
    }

    .associations_list {
        margin-bottom: 46px;
    }

    .sidebar {
        width: auto;
        float: none;
    }

    #reformal_tab {display: none !important}
    #header {padding-top: 0}
    #header .menu {float: none}
    #header .menu li {float: none}
    #login-user-box {display: none}
    #footer {border: none}

    #footer .copyright {
        float: none;
        text-align: center;
        padding-bottom: 24px;
    }

    #page-title {
        font-size: 16px;
        color: #7D7E77;
        line-height: 36px;
        margin-top: 16px;
        font-weight: normal;
    }

    #page-title span {
        color: #131312;
        font-weight: bold;
    }

    .associations_list {
        margin-top: 0;
    }
}
