.hc-options {
    font-size: 14px;
    font-family: "Arial";
    border: 1px solid #3d3d3d;
    padding: 10px;
    float: left;
    background-color: #EEF1F4;
    width: calc(100% - 22px);
}

.hc-title {
    font-weight: bold;
    font-size: 16px;
    padding: 5px 0px;
    color: #5C7F92;
}

.hc-regions-container {
    float: left;
    width: 75%;
}
.hc-years-container {
    float: left;
    width: 25%;
}

.hc-clear {
    float: left;
    border-bottom: 1px solid #3d3d3d;
    width: 100%;
}

.hc-years-container .hc-item {
    padding: 5px 10px;
    width: calc(50% - 20px);
    float: left;
}

.hc-reset-button {
    float: right;
    cursor: pointer;
    border: 1px solid #3d3d3d;
    padding: 5px 20px;
    margin-top: 10px;
}

#hc-regions {
    display: inline-block;
}

.hc-noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#hc-regions {
    border-radius: 2px;
}

#hc-regions .hc-regions-item {
    float: left;
    padding: 5px;
    width: calc(50% - 20px);
}

#hc-regions .hc-regions-item:hover, .hc-reset-button:hover {
    color: white;
    background-color: #5C7F92;
}

#hc-regions label {
    padding: 1px;
    cursor: pointer;
    float: left;
    width: calc(100% - 32px);
}

#hc-regions .hc-regions-check {
    float: left;
    cursor: pointer;
    margin: 3px;
    width: 14px;
}

.hc-label-map {
    text-align: center;
    width: 135px;
}

.hc-explanation {
    padding: 10px;
    margin-top: 5px;
    float: left;
    font-style: italic;
    border-top: 1px solid #3d3d3d;
}

@media screen and (max-width: 680px) {
   .hc-regions-container, .hc-years-container {
        width: 100%;
   }
}

@media screen and (max-width: 380px) {
   #hc-regions .hc-regions-item {
        width: calc(100% - 20px);
   }
   .hc-years-container .hc-item {
        width: calc(100% - 20px);
   }
}