.ch-plugin-widget-box > .ch-plugin-widget-place {
    background: rgba(0, 0, 0, 0);
}
.ch-plugin-years-box {
    height: 3em;
    margin: 0 0 0.8em 0;
}
.ch-plugin-years-box > .ch-plugin-repeat-list {
    list-style: none;
    margin: 0;
}
.ch-plugin-years-box > .ch-plugin-repeat-list > .ch-plugin-repeat-list-item {
    float: left;
    width: 25%;
    height: 100%;
    list-style: none;
}
.blank-block {
    float: left;
    width: 25%;
    height: 100%;
    color: rgba(0, 0, 0, 0);
    list-style: none;
}
.ch-plugin-years-box > .ch-plugin-repeat-list > .ch-plugin-repeat-list-item.active {
    color: red;
}
.ch-plugin-years-box > .ch-plugin-repeat-list > .ch-plugin-repeat-list-item > .year-send-data-btn {
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    padding: 1em 0;
    border: 0;
    cursor: pointer;
}
.ch-plugin-years-box > .ch-plugin-repeat-list > .ch-plugin-repeat-list-item.active > .year-send-data-btn {
    background: rgba(0, 0, 0, 0.3);
}
.ch-plugin-years-box > .ch-plugin-repeat-list > .ch-plugin-repeat-list-item > .year-send-data-btn:hover {
    background: rgba(0, 0, 0, 0.3);
}
.ch-plugin-years-box > .ch-plugin-repeat-list > .ch-plugin-repeat-list-item > .year-send-data-btn:focus {
    background: rgba(0, 0, 0, 0.3);
    outline: none;
}

.ch-plugin-years-box > .ch-plugin-repeat-list > .ch-plugin-repeat-list-item > .ch-plugin-next-bth {
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    padding: 1em 0;
    border: 0;
    cursor: pointer;
}
.ch-plugin-years-box > .ch-plugin-repeat-list > .ch-plugin-repeat-list-item > .ch-plugin-next-bth:hover {
    background: rgba(0, 0, 0, 0.3);
}
.ch-plugin-years-box > .ch-plugin-repeat-list > .ch-plugin-repeat-list-item > .ch-plugin-next-bth:focus {
    outline: none;
}

.ch-plugin-data-box > .hide-list-group {
    margin: 0 0 0.5em 0;
}
.ch-plugin-data-box > .hide-list-group > .list-month-data {
    display:inline-block;zoom:1;*display:inline/*IE7 HACK*/;_display:inline;/*IE6 HACK*/
    width: 20%;
    font-weight: 500;
    font-size: 1em;
    color: rgba(0, 0, 0, 0.7);
    vertical-align: top;
}
.ch-plugin-data-box > .hide-list-group > .list-content-data {
    display:inline-block;zoom:1;*display:inline/*IE7 HACK*/;_display:inline;/*IE6 HACK*/
    width: 80%;
    color: rgba(0, 0, 0, 0.6);
    font-size: 0.95em;
    margin: 0 0 0 -1.3em;
    vertical-align: top;
}
.year-data-btns-hide {
    display: none;
}
.ch-plugin-data-box > .hide-list-group-hide {
    display: none;
}

.ch-plugin-data-box > .hide-list-group-hide > .list-month-group {
    border-bottom: 0.001em dashed rgba(0, 0, 0, 0.4);
}
.ch-plugin-data-box > .hide-list-group-hide > .list-month-group > .month-group-title {
    color: rgba(0, 0, 0, 0.5);
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 0 0.5em;
}
.ch-plugin-data-box > .hide-list-group-hide > .list-month-group > .list-content-data {
    color: rgba(0, 0, 0, 0.7);
    font-size: 0.9em;
    margin: 0 0.5em 0.7em 5em;
}