.cube {
    width: 100%;
    height: 100%
}

.faceLabel {
    display: none;
    position: absolute;
    font-size: 60px;
    text-align: center;
    text-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
    color: #fff
}

.cube .cubelet {
    width: 1em;
    height: 1em;
    position: absolute;
    box-sizing: border-box
}

.cube .face {
    position: absolute;
    width: 1em;
    height: 1em;
    background-color: #000;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: .05em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.cube .face.faceIntroverted {
    background-color: #000
}

.cube .face.faceTransparent {
    background-color: transparent
}

.purty .face {
    opacity: .5
}

.purty .face.faceFront {
    background-color: #fff
}

.purty .face.faceUp {
    background-color: #e87000
}

.purty .face.faceRight {
    background-color: #3d81f6
}

.purty .face.faceDown {
    background-color: #dc422f
}

.purty .face.faceLeft {
    background-color: #009d54
}

.purty .face.faceBack {
    background-color: #f5b400
}

.cube .face>.wireframe {
    display: none;
    position: absolute;
    width: 140px;
    height: 140px;
    background-color: rgba(255, 255, 255, 0.05)
}

.cube .sticker {
    width: 100%;
    height: 100%;
    background-color: #f0f;
    border-radius: .1em;
    text-align: center
}

.cube .sticker.red {
    background: #dc422f
}

.cube .sticker.white {
    background: #f3f3f3
}

.cube .sticker.blue {
    background: #3d81f6
}

.cube .sticker.green {
    background: #009d54
}

.cube .sticker.orange {
    background: #e87000
}

.cube .sticker.yellow {
    background: #f5b400
}

.cube .sticker.stickerLogo {
    background: #f3f3f3 url(../media/rubiksLogoClassic.png);
    background-size: 100% 100%;
    background-repeat: none
}

.cube .face>.id {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 90%;
    height: 90%;
    font-size: 1em;
    line-height: .9em;
    text-align: center;
    color: #000
}

.cube .face>.id>.underline {
    border-bottom: 1px solid #000
}

.cube .face.faceIntroverted>.id {
    color: #fefefe
}

.cube .face.faceIntroverted>.id>.underline {
    border-bottom: 1px solid #fefefe
}

.cube .face>.text {
    display: none;
    position: absolute;
    z-index: 2000;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 1em;
    line-height: 1em
}