#mmrpg,
#prototype {
    margin: 0;
    padding: 0;
    background-color: transparent;
    width: auto;
}
#prototype {
    margin-right: 10px;
}
#prototype .header {
    width: 100%;
    margin-bottom: 0;
    box-sizing: border-box;
}
#prototype .stars {
    display: block;
    float: none;
    clear: left;
    text-align: center;
    min-height: 400px;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#prototype .stars > .wrapper {
    display: block;
    min-height: 400px;
    width: auto;
    overflow: hidden;
    position: relative;
    margin: 0 auto 10px;
    padding: 6px 3px;
    text-align: left;
}

#prototype .stars .starchart,
#prototype .stars .starforce {
    display: block;
    border: 1px solid #1A1A1A;
    background-color: #222222;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}


#prototype .stars .starchart {
    float: left;
    width: 384px;
    min-height: 384px;
    overflow: hidden;
}
#prototype .stars .starforce {
    float: right;
    width: 384px;
    height: 384px;
    width: calc((100% - 384px) - 10px);
}

#prototype .stars .starchart > .wrapper,
#prototype .stars .starforce > .wrapper  {
    width: auto;
    height: auto;
    overflow: hidden;
    position: relative;
}
#prototype .stars .starchart > .wrapper  {
    height: 0;
    padding-bottom: 100%;
}
#prototype .stars .starforce > .wrapper  {
    padding: 10px 5px 0;
}

#prototype .stars .starchart .corner,
#prototype .stars .starchart .grouplist,
#prototype .stars .starchart .starlist {
    display: block;
    position: absolute;
    width: auto;
    height: auto;
}

#prototype .stars .starchart .corner {
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    background-color: pink;
}
#prototype .stars .starchart .grouplist.topbar {
    top: 0;
    right: 0;
    left: 45px;
    height: 45px;
    background-color: blue;
}
#prototype .stars .starchart .grouplist.sidebar {
    left: 0;
    bottom: 0;
    top: 45px;
    width: 45px;
    background-color: blue;
}
#prototype .stars .starchart .starlist {
    bottom: 0;
    right: 0;
    left: 45px;
    top: 45px;
    background-color: red;
}
#prototype .stars .starchart .corner,
#prototype .stars .starchart .grouplist.topbar,
#prototype .stars .starchart .grouplist.sidebar,
#prototype .stars .starchart .starlist {
    background-color: transparent;
}

#prototype .stars .starchart .corner,
#prototype .stars .starchart .grouplist.topbar,
#prototype .stars .starchart .grouplist.sidebar {
    background-color: rgba(255, 255, 255, 0.01);
}
#prototype .stars .starchart .grouplist.topbar {
    border-bottom: 1px solid #1f1f1f;
}
#prototype .stars .starchart .grouplist.sidebar {
    border-right: 1px solid #1f1f1f;
}

#prototype .stars .starchart .corner:before,
#prototype .stars .starchart .corner:after {
    content: "\1f7c4";
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: 16px;
    left: 16px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
#prototype .stars .starchart .corner:before {
    color: #9E9E9E;
    z-index: 100;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
#prototype .stars .starchart .corner:after {
    color: #DEDEDE;
    z-index: 200;
}

#prototype .stars .starchart .corner .bullets {
    display: block;
    position: absolute;
    font-size: 6px;
    line-height: 6px;
    text-align: left;
    vertical-align: top;
}
#prototype .stars .starchart .corner .bullets.topbar {
    width: 40px;
    height: 6px;
    top: 57px;
    left: 198px;
}
#prototype .stars .starchart .corner .bullets.sidebar {
    height: 40px;
    width: 6px;
    left: 57px;
    top: 198px;
}

#prototype .stars .starchart .corner .bullets[data-count="1"].topbar { left: 210px; }
#prototype .stars .starchart .corner .bullets[data-count="1"].sidebar { top: 210px; }

#prototype .stars .starchart .corner .bullets[data-count="2"].topbar { left: 206px; }
#prototype .stars .starchart .corner .bullets[data-count="2"].sidebar { top: 206px; }

#prototype .stars .starchart .corner .bullets[data-count="3"].topbar { left: 202px; }
#prototype .stars .starchart .corner .bullets[data-count="3"].sidebar { top: 202px; }

#prototype .stars .starchart .corner .bullets[data-count="4"].topbar { left: 198px; }
#prototype .stars .starchart .corner .bullets[data-count="4"].sidebar { top: 198px; }

#prototype .stars .starchart .corner .bullets .bull {
    display: inline-block;
    background-color: #363636;
    font-size: 6px;
    line-height: 6px;
    width: 6px;
    height: 6px;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
#prototype .stars .starchart .corner .bullets .bull.current {
    background-color: #969696;
}
#prototype .stars .starchart .corner .bullets.topbar .bull {
    margin-right: 3px;
}
#prototype .stars .starchart .corner .bullets.sidebar .bull {
    margin-bottom: 3px;
}


#prototype .stars .starchart .grouplist.topbar > .wrapper,
#prototype .stars .starchart .grouplist.sidebar > .wrapper {
    position: relative;
    padding: 6px;
}
#prototype .stars .starchart .grouplist.topbar > .wrapper {
    padding-bottom: 2px;
    padding-top: 10px;
}
#prototype .stars .starchart .grouplist.sidebar > .wrapper {
    padding-right: 2px;
    padding-left: 10px;
}

#prototype .stars .starchart .grouplist .group {
    display: none;
    margin: 0;
}
#prototype .stars .starchart .grouplist.topbar .group {
    margin: 0 18px;
}
#prototype .stars .starchart .grouplist.sidebar .group {
    margin: 18px 0;
}

#prototype .stars .starchart .grouplist .group.current {
    display: block;
}

#prototype .stars .starchart .grouplist .arrow {
    display: block;
    position: absolute;
    color: #9e9e9e;
    font-size: 14px;
    line-height: 30px;
    border: 0 none transparent;
    box-sizing: border-box;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    cursor: pointer;
    color: #BABABA;
    border: 1px solid #1A1A1A;
    background-color: rgb(22, 22, 22);
    background-color: rgba(22, 22, 22, 0.75);
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.15, rgba(0, 0, 0, 0.05)),
            color-stop(0.75, rgba(255, 255, 255, 0.05))
    );
    background-image: -moz-linear-gradient(
            center bottom,
            rgba(0, 0, 0, 0.05) 15%,
            rgba(255, 255, 255, 0.05) 75%
    );
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    text-decoration: none;
}
#prototype .stars .starchart .grouplist .arrow:hover {
    text-decoration: none;
    background-color: rgba(22, 22, 22, 0.95);
    color: #FFFFFF;
}
#prototype .stars .starchart .grouplist .arrow.prev {
    left: 2px;
}
#prototype .stars .starchart .grouplist .arrow.next {
    right: 2px;
}
#prototype .stars .starchart .grouplist .arrow.prev:before,
#prototype .stars .starchart .grouplist .arrow.next:after {
    display: block;
    content: "+";
    width: 13px;
    height: 13px;
    font-size: 30px;
    line-height: 8px;
    text-align: center;
}
#prototype .stars .starchart .grouplist .arrow.prev:before {
    content: "\2039";
}
#prototype .stars .starchart .grouplist .arrow.next:after {
    content: "\203a";
}


#prototype .stars .starchart .grouplist.topbar .arrow {
    top: 10px;
    height: 32px;
    width: 16px;
    padding: 8px 0;
}
#prototype .stars .starchart .grouplist.topbar .arrow.prev {
    left: 4px;
}
#prototype .stars .starchart .grouplist.topbar .arrow.next {
    right: 4px;
}


#prototype .stars .starchart .grouplist.sidebar .arrow {
    left: 10px;
    width: 32px;
    height: 16px;
    padding: 0 8px;
}
#prototype .stars .starchart .grouplist.sidebar .arrow.prev {
    top: 4px;
}
#prototype .stars .starchart .grouplist.sidebar .arrow.next {
    bottom: 4px;
}

#prototype .stars .starchart .grouplist.sidebar .arrow.prev:before {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
#prototype .stars .starchart .grouplist.sidebar .arrow.next:after {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}


#prototype .stars .starchart .grouplist .group .robots {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
}
#prototype .stars .starchart .grouplist .group .robots .robot {
    display: block;
    float: left;
    width: auto;
    height: auto;
    border: 0 none transparent;
    box-sizing: border-box;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    color: #FFFFFF;
    border: 1px solid #1A1A1A;
    background-color: rgb(22, 22, 22);
    background-color: rgba(22, 22, 22, 0.95);
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.15, rgba(0, 0, 0, 0.05)),
            color-stop(0.75, rgba(255, 255, 255, 0.05))
    );
    background-image: -moz-linear-gradient(
            center bottom,
            rgba(0, 0, 0, 0.05) 15%,
            rgba(255, 255, 255, 0.05) 75%
    );
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
#prototype .stars .starchart .grouplist .group .robots .icon {
    display: block;
    width: 26px;
    height: 26px;
    border: 0 none transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0;
    padding: 2px;
    cursor: pointer;
}
#prototype .stars .starchart .grouplist .group .robots .icon.robot_type_empty {
    cursor: default;
}
#prototype .stars .starchart .grouplist .group .robots .icon .sprite {
    display: block;
    width: 26px;
    height: 26px;
    background-position: center center;
    margin: 0;
    padding: 0;
}
#prototype .stars .starchart .grouplist.topbar .group .robots .robot {
    margin-right: 5px;
}
#prototype .stars .starchart .grouplist.sidebar .group .robots .robot {
    margin-bottom: 5px;
    clear: left;
}
#prototype .stars .starchart .grouplist.topbar .group .robots .robot:last-child,
#prototype .stars .starchart .grouplist.sidebar .group .robots .robot:last-child {
    margin-right: 0;
    margin-bottom: 0;
}



#prototype .stars .starchart .starlist {
    display: block;
    overflow: hidden;
    float: left;
    border: 1px solid transparent;
    border-color: #222222;
    background-color: #1A1A1A;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-sizing: border-box;
    margin: 4px;
    padding: 18px 9px 9px 18px;
    width: auto;
    height: auto;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
#prototype .stars .starchart .starlist .size_wrapper {
    display: block;
    overflow: hidden;
}
#prototype .stars .stars_container[data-size="8"] .size_wrapper {
    max-width: 300px;
}
#prototype .stars .stars_container[data-size="16"] .size_wrapper {
    max-width: 600px;
}
#prototype .stars .stars_container[data-size="24"] .size_wrapper {

}
#prototype .stars .stars_container[data-size="32"] .size_wrapper {

}
#prototype .stars .starchart .starlist .sprite_star {
    position: relative;
    float: left;
    box-sizing: border-box;
    margin: 0 3px 3px 0;
    padding: 0;
    text-align: center;
    width: 34px !important;
    height: 34px !important;
    text-decoration: none;
    color: #DEDEDE;
    border: 1px solid #222222;
    background-color: #1A1A1A;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
}
#prototype .stars .starchart .starlist .sprite_star.hidden {
    display: none;
}
#prototype .stars .starchart .starlist .sprite_star.highlight {
    box-shadow: inset 0 0 2px rgb(134, 133, 106);
}
#prototype .stars .starchart .starlist .sprite_star .sprite {
    top: -4px;
    left: -4px;
}

#prototype .stars .starchart .starlist .sprite_star:not(.visible) {
    display: none;
}



#prototype .stars .starforce .chart_wrapper {
    width: 100%;
    height: 180px;
}

#prototype .stars .starforce .size_toggle {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #DEDEDE;
    font-size: 19px;
    line-height: 19px;
    height: 19px;
    width: 19px;
    cursor: pointer;
    background-color: #2e2e2e;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 100;
}
#prototype .stars .starforce .size_toggle:hover {
    background-color: #404040;
}
#prototype .stars .starforce .size_toggle span {
    display: none;
}
#prototype .stars .starforce .size_toggle:before {
    display: block;
    content: "*";
    content: "\1f5d6";
    text-align: center;
    width: 19px;
    height: 19px;
    font-size: 13px;
}
#prototype .stars.xforce .starforce .size_toggle:before {
    content: "\02b91";
}


#prototype .stars.xforce {

}
#prototype .stars.xforce .starforce {
    width: 100%;
    float: none;
    clear: both;
}
#prototype .stars.xforce .starforce .chart_wrapper {
    float: left;
    width: 50%;
    height: 360px;
}
#prototype .stars.xforce .starchart {
    display: none;
}




