.htmlmap {

}

.htmlmap p {
    font-size: 24px;
    width: 100%;
    float: left;
}

.htmlmap .htmlmap-row {
    display: inline-block;
    width: 100%;
    padding: 0;
}

.htmlmap .htmlmap-column-1 {
    float: left;
    width: 100%;
    margin: 0;
}

.htmlmap .htmlmap-column-2 {
    float: left;
    width: 50%;
    margin: 0;
}

.htmlmap .htmlmap-column-3 {
    float: left;
    width: 33%;
    margin: 0;
}

.htmlmap .htmlmap-column-4 {
    float: left;
    width: 25%;
    margin: 0;
}

.htmlmap .htmlmap-list {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}

.htmlmap a.htmlmap-hidden__category {
    opacity: 0.5;
}

.htmlmap .htmlmap-text-left {
    text-align: left;
}

.htmlmap .htmlmap-text-right {
    text-align: right;
}

.htmlmap .htmlmap-text-center {
    text-align: center;
}

@media screen and (max-width: 980px) {
    .htmlmap .htmlmap-column-3 {
        width: 50%;
    }

    .htmlmap .htmlmap-column-4 {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .htmlmap .htmlmap-column-2 {
        width: 100%;
    }

    .htmlmap .htmlmap-column-3 {
        width: 100%;
    }

    .htmlmap .htmlmap-column-4 {
        width: 100%;
    }
}