.header_ {
    padding-top: 5px;
}
a.icon {
    text-decoration: none;
    color: #585F66;
/*    border: 1px solid; */
    padding-left: 5px;
    border-radius: 40px;
    width: 5rem;
    margin-left: 10px;
}
.icon_min {
/*    width: 4%; */
    width: 18px;
}

.icon_middle {
    width: 20%;
    margin-bottom: 3px;
}

.level {
    color: rgba(41, 15, 242,1);
    padding-left: 12px;
    margin-top: 5px;
    width: 2rem;
    height: 0.8rem;
    padding-bottom: 10px;
    border-radius: 40px;
}

.level_list {
    color: rgba(41, 15, 242,1);
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 5px;
    width: 2rem;
    height: 0.8rem;
    border-radius: 40px;
}

.lv1 { background-color: rgba(137,140,255,1); }
.lv2 { background-color: rgba(255,137,181,1); }
.lv3 { background-color: rgba(255,220,137,1); }
.lv4 { background-color: rgba(144,212,247,1); }
.lv5 { background-color: rgba(113,224,150,1); }
.lv6 { background-color: rgba(245,162,111,1); }
.lv7 { background-color: rgba(101,141,229,1); }
.lv8 { background-color: rgba(237,109,121,1); }
.lv9 { background-color: rgba(90,208,229,1); }
.lv10 { background-color: rgba(218,151,224,1); }
.lv11 { background-color: rgba(207,243,129,1); }
.lv12 { background-color: rgba(255,150,227,1); }
.lv13 { background-color: rgba(187,150,255,1); }
.lv14 { background-color: rgba(103,238,189,1); }

li.list {
    margin-bottom:10px;
}
li span.lists {
    padding-left: 5px;
}
