.skin-wrapper {
    width:160px;
    box-shadow:0px 0px 2px #000000;
    margin:10px;
    padding:1px 0px;
    border-radius:3px;
    display:inline-block;
}
.skin-wrapper.borderless {
    box-shadow:none;
    margin:0;
    padding:0;
    border-radius:0;
    display:inline-block;
}
.skin-transparency {
    background:url("https://mineblocks.com/1/skins/transparency.png") repeat;
    width:160px;
    height:220px;
}
.skin-preview {
    width:inherit;
    height:inherit;
    background-size:2720px auto;
    background-position:0 0;
    background-repeat:repeat-x;
    
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -webkit-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: pixelated;
}
.skin-button {
    width:152px;
    height:26px;
    line-height:26px;
    margin:3px;
    color:#000000;
    background-color:#CCCCCC;
    border-radius:5px;
    border:solid 1px #000000;
    border-bottom:solid 3px #000000;
    text-align:center;
    cursor:pointer;
    user-select:none;
}
.skin-button:Hover {
    background-color:#EEEEEE;
}
/*.skin-button:active {
    background-color:#EEEEEE;
    border-bottom:solid 1px #000000;
    transform: translateY(2px);
    margin-bottom:5px;
}*/
.skin-name {
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    width:100%;
    text-align:center;
    font-size:16px;
}
.skin-author {
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    text-align:center;
    color:#555555;
    font-size:14px;
    padding-bottom:4px;
}