.colpick,
.colpick_color {
    position: absolute;
    overflow: hidden;
    z-index: 99;
}

.colpick,
.colpick_full_ns .colpick_current_color,
.colpick_full_ns .colpick_submit,
.colpick_hex .colpick_hsb_b,
.colpick_hex .colpick_hsb_h,
.colpick_hex .colpick_hsb_s,
.colpick_hex .colpick_rgb_b,
.colpick_hex .colpick_rgb_g,
.colpick_hex .colpick_rgb_r,
.colpick_hex_ns .colpick_current_color,
.colpick_hex_ns .colpick_submit,
.colpick_rgbhex .colpick_hsb_b,
.colpick_rgbhex .colpick_hsb_h,
.colpick_rgbhex .colpick_hsb_s,
.colpick_rgbhex_ns .colpick_current_color,
.colpick_rgbhex_ns .colpick_submit {
    display: none
}

.colpick {
    width: 346px;
    height: 170px;
    font-family: Arial, Helvetica, sans-serif;
    background: #ebebeb;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.colpick_color {
    left: 7px;
    top: 7px;
    width: 156px;
    height: 156px;
    outline: #aaa solid 1px;
    cursor: crosshair
}

.colpick_color_overlay1,
.colpick_color_overlay2 {
    left: 0;
    top: 0;
    width: 156px;
    height: 156px;
    position: absolute
}

.colpick_color_overlay1 {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')";
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#ffffff', endColorstr='#00ffffff')
}

.colpick_color_overlay2 {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')";
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0)
}

.colpick_selector_outer {
    background: 0 0;
    position: absolute;
    width: 11px;
    height: 11px;
    margin: -6px 0 0 -6px;
    border: 1px solid #000;
    border-radius: 50%
}

.colpick_selector_inner {
    position: absolute;
    width: 9px;
    height: 9px;
    border: 1px solid #fff;
    border-radius: 50%
}

.colpick_hue {
    position: absolute;
    top: 6px;
    left: 175px;
    width: 19px;
    height: 156px;
    border: 1px solid #aaa;
    cursor: n-resize
}

.colpick_hue_arrs {
    position: absolute;
    left: -8px;
    width: 35px;
    height: 7px;
    margin: -7px 0 0
}

.colpick_hue_larr,
.colpick_hue_rarr {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent
}

.colpick_hue_larr {
    border-left: 7px solid #858585
}

.colpick_hue_rarr {
    right: 0;
    border-right: 7px solid #858585
}

.colpick_current_color,
.colpick_new_color {
    top: 6px;
    height: 27px;
    background: red;
    border: 1px solid #8f8f8f;
    width: 60px;
    position: absolute
}

.colpick_new_color {
    left: 207px
}

.colpick_current_color {
    left: 277px
}

.colpick_field,
.colpick_hex_field {
    position: absolute;
    height: 20px;
    width: 60px;
    overflow: hidden;
    background: #f3f3f3;
    color: #b8b8b8;
    font-size: 12px;
    border: 1px solid #bdbdbd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.colpick_rgb_r {
    top: 40px;
    left: 207px
}

.colpick_rgb_g {
    top: 67px;
    left: 207px
}

.colpick_rgb_b {
    top: 94px;
    left: 207px
}

.colpick_hsb_h {
    top: 40px;
    left: 277px
}

.colpick_hsb_s {
    top: 67px;
    left: 277px
}

.colpick_hsb_b {
    top: 94px;
    left: 277px
}

.colpick_hex_field {
    width: 68px;
    left: 207px;
    top: 121px
}

.colpick_focus {
    border-color: #999
}

.colpick_field_letter {
    position: absolute;
    width: 12px;
    height: 20px;
    line-height: 20px;
    padding-left: 4px;
    background: #efefef;
    border-right: 1px solid #bdbdbd;
    font-weight: 700;
    color: #777
}

.colpick_field input,
.colpick_hex_field input {
    position: absolute;
    right: 11px;
    margin: 0;
    padding: 0;
    height: 20px;
    line-height: 20px;
    background: 0 0;
    border: none;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #555;
    text-align: right;
    outline: 0
}

.colpick_hex_field input {
    right: 4px
}

.colpick_field_arrs {
    position: absolute;
    top: 0;
    right: 0;
    width: 9px;
    height: 21px;
    cursor: n-resize
}

.colpick_field_darr,
.colpick_field_uarr {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute
}

.colpick_field_uarr {
    top: 5px;
    border-bottom: 4px solid #959595
}

.colpick_field_darr {
    bottom: 5px;
    border-top: 4px solid #959595
}

.colpick_submit {
    position: absolute;
    left: 207px;
    top: 149px;
    width: 130px;
    height: 22px;
    line-height: 22px;
    background: #efefef;
    text-align: center;
    color: #555;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #bdbdbd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.colpick_hex .colpick_hex_field div,
.colpick_hex .colpick_hex_field input,
.colpick_hex .colpick_submit {
    line-height: 25px;
    height: 25px
}

.colpick_submit:hover {
    background: #f3f3f3;
    border-color: #999;
    cursor: pointer
}

.colpick_full_ns .colpick_new_color {
    width: 130px;
    height: 25px
}

.colpick_full_ns .colpick_hsb_h,
.colpick_full_ns .colpick_rgb_r {
    top: 42px
}

.colpick_full_ns .colpick_hsb_s,
.colpick_full_ns .colpick_rgb_g {
    top: 73px
}

.colpick_full_ns .colpick_hsb_b,
.colpick_full_ns .colpick_rgb_b {
    top: 104px
}

.colpick_full_ns .colpick_hex_field {
    top: 135px
}

.colpick_rgbhex {
    width: 282px
}

.colpick_rgbhex .colpick_field,
.colpick_rgbhex .colpick_submit {
    width: 68px
}

.colpick_rgbhex .colpick_new_color {
    width: 34px;
    border-right: none
}

.colpick_rgbhex .colpick_current_color {
    width: 34px;
    left: 240px;
    border-left: none
}

.colpick_rgbhex_ns .colpick_new_color {
    width: 68px;
    border: 1px solid #8f8f8f
}

.colpick_rgbhex_ns .colpick_rgb_r {
    top: 42px
}

.colpick_rgbhex_ns .colpick_rgb_g {
    top: 73px
}

.colpick_rgbhex_ns .colpick_rgb_b {
    top: 104px
}

.colpick_rgbhex_ns .colpick_hex_field {
    top: 135px
}

.colpick_hex {
    width: 206px;
    height: 201px
}

.colpick_hex .colpick_hex_field {
    width: 72px;
    height: 25px;
    top: 168px;
    left: 80px
}

.colpick_hex .colpick_new_color {
    left: 9px;
    top: 168px;
    width: 30px;
    border-right: none
}

.colpick_hex .colpick_current_color {
    left: 39px;
    top: 168px;
    width: 30px;
    border-left: none
}

.colpick_hex .colpick_submit {
    left: 164px;
    top: 168px;
    width: 30px
}

.colpick_hex_ns .colpick_hex_field {
    width: 80px
}

.colpick_hex_ns .colpick_new_color {
    width: 60px;
    border: 1px solid #8f8f8f
}

.colpick_dark {
    background: #161616;
    border-color: #2a2a2a
}

.colpick_dark .colpick_color {
    outline-color: #333
}

.colpick_dark .colpick_hue {
    border-color: #555
}

.colpick_dark .colpick_field,
.colpick_dark .colpick_hex_field {
    background: #101010;
    border-color: #2d2d2d
}

.colpick_dark .colpick_field_letter {
    background: #131313;
    border-color: #2d2d2d;
    color: #696969
}

.colpick_dark .colpick_field input,
.colpick_dark .colpick_hex_field input {
    color: #7a7a7a
}

.colpick_dark .colpick_field_uarr {
    border-bottom-color: #696969
}

.colpick_dark .colpick_field_darr {
    border-top-color: #696969
}

.colpick_dark .colpick_focus {
    border-color: #444
}

.colpick_dark .colpick_submit {
    background: #131313;
    border-color: #2d2d2d;
    color: #7a7a7a
}

.colpick_dark .colpick_submit:hover {
    background-color: #101010;
    border-color: #444
}

/* editor.css */
@font-face {
    font-display: swap;
    font-family: "FontAwesomeSolid";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(../fonts/fa-solid-900.eot);
    src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.ttf) format("truetype"), url(../fonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fas {
    font-family: "FontAwesomeSolid" !important;
    font-weight: 900
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-male:before {
    content: "\f183"
}

.skineditor h2 {
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    background: #444;
    padding: 10px 8px;
    margin: 0 0 10px;
    z-index: 2;
    height: 20px
}

.skineditor h2 a {
    color: #fff !important
}

.skineditor .controls {
    position: absolute;
    bottom: 12px;
    right: 4px;
    width: 200px
}

.controls .skin-img {
    width: 64px;
    height: 32px;
    float: left;
    margin-bottom: 1px;
    overflow: hidden
}

.addthis_toolbox {
    margin-bottom: 5px
}

.change:hover,
.download:hover {
    background: #444;
    color: #fff
}

.collection {
    padding-bottom: 20px
}

.collection.no-pagination {
    padding-bottom: 0
}

.collection.no-title {
    padding-top: 10px
}

.collection>a,
.merch,
.selectable div {
    border: 2px solid #5a5a5a;
    margin: 0 8px 10px 2px;
    display: block;
    float: left;
    position: relative;
    height: 79px
}

.collection>a img,
.collection>div img {
    width: 107px;
    height: 79px
}

.collection>a span,
.merch span,
.selectable div span {
    max-width: 105px;
    position: absolute;
    left: -2px;
    bottom: -2px;
    display: none;
    background: #5a5a5a;
    color: #fff;
    padding: 1px 3px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.selectable div span {
    max-width: 85px
}

.no-touch .collection>a:hover span,
.no-touch .merch:hover span,
.no-touch .selectable div:hover span {
    display: block
}

.no-touch .selectable a {
    display: none;
    position: absolute;
    bottom: 1px;
    right: 2px
}

.no-touch .selectable div:hover a {
    display: block
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-selected {
    background: #8dc0ff
}

.ui-selecting {
    background: #c6d9ff
}

#hiddenform {
    display: none
}

.merch {
    height: 177px;
    margin-right: 7px
}

.merch span {
    max-width: 138px
}

.merch img {
    height: 177px;
    width: 138px
}

.content.skineditor {
    padding: 0;
    width: 100%;
    height: 600px
}

#skineditor {
    position: relative;
    max-width: 680px;
}

#skineditor-colors,
#skineditor-options,
#skineditor-tools,
.bodyparts span,
.large.pagination,
.sorting a,
td.center {
    text-align: center
}

#skineditor-actions .toolbar input {
    height: 26px;
    margin-top: 1px;
    display: inline-block;
    width: 300px
}

#skineditor-actions span.title {
    padding: 0 10px
}

#canvas {
    width: 100%;
    cursor: crosshair;
    touch-action: none;
    position: relative;
    border: 0 0 5px 5px;
    overflow: hidden;
}

#canvas canvas {
    background-color: #eee;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    user-select: none;
}

#bodyparts {
    position: absolute;
    top: 40px;
    right: 30px;
    height: 150px;
}

.bodyparts {
    position: relative;
    width: 50px;
    height: 100px;
    float: left
}

.bodyparts:not(:last-child) {
    margin-right: 15px;
}

.bodyparts span {
    position: absolute;
    display: block;
    font-size: 12px;
    color: #ddd;
    border-radius: 5px;
    padding: 5px;
    background: rgba(0,0,0,.7);
    top: -30px;
    user-select: none
}

.bodyparts:last-child span {
    left: -4px;
}

.bodyparts:first-child span {
    left: -8px;
}

.bodypart {
    position: absolute;
    background-image: url(../images/default_skin@3x.png);
    cursor: pointer
}

.bodypart.hidden {
    background-image: url(../images/default_skin_disabled@3x.png)
}

.bodypart.alex {
    background-image: url(../images/alex@3x.png)
}

.bodypart.hidden.alex {
    background-image: url(../images/alex_disabled@3x.png)
}

.bodypart.head {
    width: 24px;
    height: 24px;
    top: 0;
    left: 13px;
    background-position: -24px -24px
}

.bodypart.torso {
    width: 24px;
    height: 36px;
    top: 25px;
    left: 13px;
    background-position: -60px -60px
}

.bodypart.arm_left,
.bodypart.arm_right {
    width: 12px;
    height: 36px;
    top: 25px;
    background-position: -132px -60px
}

.bodypart.arm_left {
    left: 38px
}

.bodypart.arm_right {
    left: 0
}

.bodypart.leg_left,
.bodypart.leg_right {
    height: 36px;
    top: 62px;
    background-position: -12px -60px
}

.bodypart.arm_left.alex {
    width: 9px
}

.bodypart.arm_right.alex {
    width: 9px;
    left: 3px
}

.bodypart.leg_left {
    width: 12px;
    left: 25px
}

.bodypart.leg_right {
    width: 11px;
    left: 13px
}

#skin-canvas {
    display: none
}

#skineditor-controls {
    width: auto;
    padding: 10px 5px;
    max-width: 100%;
}

#skineditor-controls label {
    color: #000;
}

#skineditor-tools {
    padding: 10px 0;
    font-size: 19px
}

#skineditor-tools a {
    margin: 5px;
    text-decoration: none;
    display: inline-block;
    padding: 7px 3px;
    border-radius: 5px;
}

#skineditor-tools a i {
    color: rgba(228, 204, 178, .3);
}

#skineditor-tools a:hover {
    background: rgba(255,255,255,.05);
}

#skineditor-tools a:hover i {
    color: #fff;
}

#skineditor-tools a.inactive i {
    color: #444
}

#skineditor-tools a.active {
    background: #739e4b;
}

#skineditor-tools a.active i {
    color: #fff;
}

#skineditor-colors .color {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 5px;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 1px 1px 2px 0 rgba(50, 50, 50, 0.3);
    transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
}

#skineditor-colors .color.active,
#skineditor-colors .color:hover {
    transform: scale(1.2) !important;
    box-shadow: 1px 1px 2px 0 rgba(50, 50, 50, 0.4);
}

#skineditor-options {
    margin-top: 20px;
}

#skineditor-options label {
    color: #fff !important;
}

.error,
.flash {
    color: #a00
}

.skineditor__footer-desc {
    margin-top: 30px;
}

#skineditor-options input,
#skineditor-options label,
#skineditor-options select {
    display: inline;
    margin: 0 3px;
    float: none;
    font-size: 14px !important;
}

.skineditor-options__block {
    display: inline-block;
}

.skineditor-options__block:not(:last-child) {
    margin-right: 15px;
}

.skineditor-options__row {
    margin-top: 20px;
}

#skineditor-options select {
    width: auto;
    border: 1px solid #ccc;
    color: #666;
    font-size: 12px;
}

h4 {
    font-weight: 700
}

#page>.flash {
    font-size: 24px;
    background-color: #dadada;
    padding: 5px;
    width: 607px;
    margin-bottom: 13px
}

.content p {
    margin-bottom: 10px
}

.content label {
    float: left;
    width: 100px
}

.content label.wide {
    width: 250px;
    float: none;
    margin-bottom: 10px
}

.error {
    display: block;
    font-size: 12px
}

dt {
    float: left;
    width: 100px
}

dd {
    margin-left: 100px
}

dd,
dt {
    margin-bottom: 4px
}

table {
    width: 596px;
    margin: 0 10px 10px 0
}

td,
th {
    border: 1px solid #222;
    padding: 3px
}

a i {
    color: #222;
    text-decoration: none;
    vertical-align: middle
}

.content .wide input {
    margin: 0 5px;
    display: inline
}

#recaptcha_widget_div~input[type=submit] {
    margin: 10px 0
}

#recaptcha_response_field {
    display: inline
}

.content textarea {
    width: 250px;
    height: 150px
}

#admin_form_king,
#steve {
    height: 272px;
    width: 185px
}

#admin_form {
    height: 245px
}

#admin_form #password {
    width: 260px;
    height: 28px;
    font-size: 24px
}

#admin_form input {
    margin-top: 10px
}

#admin_form input[type=submit] {
    position: absolute;
    font-size: 16px;
    top: 102px;
    right: 341px
}

#admin_form label {
    margin-top: 17px
}

.pagination {
    position: absolute;
    right: 228px;
    bottom: 0
}

.pagination a,
.pagination span {
    margin: 0 0 0 4px;
    display: inline-block;
    width: 50px;
    text-align: center;
    background: #444;
    color: #fff
}

.pagination a:hover {
    color: #f55
}

.pagination span {
    color: #aaa
}

.pagination span.page {
    background: 0 0;
    color: #000
}

.large.pagination {
    position: relative;
    right: 0;
    width: 599px;
    margin-bottom: 15px
}

#fb_page,
.sorting {
    position: absolute
}

.large.pagination a,
.large.pagination span {
    margin: 0;
    width: 70px;
    height: 25px;
    font-size: 19px;
    padding-top: 2px
}

.large.pagination span.page {
    width: 81px
}

.sorting {
    top: 0;
    right: 0
}

.sorting a {
    margin: 0 0 0 4px;
    display: inline-block;
    padding: 0 8px;
    background: #444;
    color: #fff
}

.sorting a.active,
.sorting a:hover {
    color: #f55
}

.sorting a.active:hover {
    color: red
}

#fb_page {
    top: 28px;
    left: 0
}

.invisible {
    display: none
}

.container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.save-result {
    text-align: center;
    margin-bottom: 20px;
}

.save-result .title {
    font-weight: bold;
    margin-bottom: 10px;
}

.save-result img {
    image-rendering: pixelated;
    width: 300px
}

#skineditor-actions {
    background: rgba(255,255,255,.1);
    border-radius: 5px 5px 0 0;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 680px;
    height: 40px;
    overflow: hidden;
}

#skineditor-actions .btn {
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    text-decoration: none;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#skineditor-actions .btn label {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#skineditor-actions form {
    display: table-cell;
    width: 33%
}

#skineditor-actions form .btn {
    display: block;
    width: 100%
}

#skineditor-actions .btn .fa {
    margin-right: 10px;
    color: inherit;
    vertical-align: baseline;
    font-family: "FontAwesomeSolid";
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

#skineditor-actions .btn:hover {
    color: #fff;
    background: #739e4b;
}

#skineditor .fa {
    font: normal normal normal 20px/1 "FontAwesomeSolid";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding: 5px;
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-tint:before {
    content: "\f043";
}

.fa-circle:before {
    content: "\f111";
}

.fa-circle-o:before {
    content: "\f042";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-camera:before {
    content: "\f030";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-undo:before {
    content: "\f0e2";
}

.fa-redo:before {
    content: "\f01e";
}

.fa-save:before {
    content: "\f0c7";
}

.fa-upload:before {
    content: "\f093";
}

.fa-plus:before {
    content: "\f067";
}

.fa-expand:before {
    content: "\f065"
}

.fa-trash-o:before {
    content: "\f1f8"
}

.usrskinspre>a {
    margin: 5px 8px
}

.usrskinspre>a:first-child {
    margin-left: 0
}

.usrskinspre>a:last-child {
    margin-right: 0
}

.usrskinspre>a>img {
    max-width: 100px;
    border-radius: 3px;
    opacity: 0.8;
    filter: drop-shadow(1px 1px 1px #627542);
}

.usrskinspre>a:hover>img {
    opacity: 1;
    filter: drop-shadow(2px 2px 2px #627542);
}

#expbutton {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px;
    cursor: pointer
}

#resetbutton {
    position: absolute;
    right: 10px;
    bottom: 10px !important;
    padding: 8px 5px;
    background: #2C2217;
    cursor: pointer;
    border-radius: 5px;
    backdrop-filter: blur(10px);
}

#skineditor #expbutton>i,
#skineditor #resetbutton>i {
    font-size: 20px;
    color: rgba(255,255,255,.3);
    text-shadow: none;
}

#expbutton:hover,
#resetbutton:hover {
    color: #fff;
    background: #ff4343;
}

#expbutton:hover>i,
#resetbutton:hover>i {
    color: #fff !important;
}

#expbutton.active>i.fa-expand:before {
    content: "\f066"
}

#backcolor {
    display: inline-block
}

#backcolor>.color {
    display: inline-block;
    width: 25px;
    height: 15px;
    margin: 0 5px;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 1px 1px 2px 0 rgba(50, 50, 50, 0.3);
    box-shadow: 1px 1px 2px 0 rgba(50, 50, 50, 0.3);
    vertical-align: bottom;
    cursor: pointer;
    border: solid 1px
}

#bodyparts-button {
    display: none
}

.ytframe {
    width: 100%
}

@media(max-width: 630px) {
    .skineditor-options__block:not(:last-child) {
        margin-bottom: 15px
    }
}

@media(max-width: 580px) {
    #skineditor-actions .btn span {
        display: none
    }

    #skineditor-tools a {
        margin: 8px;
        padding: 8px;
        display: inline-block
    }

    #bodyparts {
        top: 35px;
        right: 15px;
        -webkit-nimation: showOpacity 250ms ease-in-out both;
        animation: showOpacity 250ms ease-in-out both
    }

    #bodyparts-button {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        padding: 5px;
        cursor: pointer
    }

    #skineditor #bodyparts-button>i {
        font-size: 25px;
        color: #9e9e9e;
        text-shadow: none;
        padding: 4px
    }

    .fa-minus-square-o:before {
        content: "\f147"
    }

    .fa-plus-square-o:before {
        content: "\f196"
    }
}

@media(max-width: 740px) {
    .usrskinspre>a {
        margin: 5px !important
    }
}

@media(max-width: 1000px) {
    #expbutton {
        display: none
    }
}

@-webkit-keyframes showOpacity {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes showOpacity {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}