.tablet {
    width: 760px;
    height: 540px;

    position: relative;

    color: #eee;

    background: rgb(69,72,77); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */

    -webkit-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 0 0 2px 1px #444,
    0 0 6px 2px #555,
    0 0 6px 5px #999,
    0 0 6px 6px #bbb,
    0 0 6px 9px #777,
    0 0 0 11px #555,
    5px 5px 6px 17px rgba(0,0,0,0.5);
}
.tablet.big {
    width: 912px;
    height: 648px;
}

.tablet .camera {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
    top: 258px;

    -webkit-border-radius: 10px;
    border-radius: 10px;

    background: rgb(149,149,149); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(149,149,149,1) 0%, rgba(13,13,13,1) 46%, rgba(1,1,1,1) 50%, rgba(10,10,10,1) 53%, rgba(78,78,78,1) 76%, rgba(56,56,56,1) 87%, rgba(27,27,27,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(149,149,149,1)), color-stop(46%,rgba(13,13,13,1)), color-stop(50%,rgba(1,1,1,1)), color-stop(53%,rgba(10,10,10,1)), color-stop(76%,rgba(78,78,78,1)), color-stop(87%,rgba(56,56,56,1)), color-stop(100%,rgba(27,27,27,1))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* W3C */
}
.tablet.big .camera {
    top: 312px;
}

.tablet .powerButton{
    width: 25px;
    height: 25px;
    position: absolute;
    right: 17px;
    top: 255px;
    -webkit-border-radius: 12px;
    border-radius: 12px;

    background: rgb(69,72,77); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
}
.tablet.big .powerButton {
    top: 309px;
}
.tablet .powerButton .label {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #999;
    margin: 7px;
}

.tablet .powerButton:hover > .label {
    border: 1px solid #00ee00;
    box-shadow:0 0 3px #00ee00;
}

.tablet .tabletContent {
    border: 1px solid #333;
    margin: 50px 60px;
    padding: 20px 10px 10px;
    width: 620px;
    height: 420px;
    position: absolute;

    background: rgb(69,72,77); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */

    /* flexbox*/
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    font-size: 12px;
    text-align: center;
}
.tablet.big .tabletContent {
    width: 772px;
    height: 528px;
}

.tabletContent .content.pixeltext {
    font-family: 'Press Start 2P', cursive;
}

.tabletContent .infoBar {
    position: absolute;
    top: 0; left: 0;
    background: #222;
    text-align: center;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
    color: #ccc;
    width: 100%;
    height: 20px;
    line-height: 20px;
}

.tabletContent .infoBar .battery {
    float: right;
    height: 8px;
    width: 20px;
    outline: 1px solid #ccc;
    outline-offset: 1px;
    margin: 6px;
    background: -moz-linear-gradient(left, rgba(204,204,204,1) 0%, rgba(204,204,204,1) 68%, rgba(204,204,204,0) 70%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(204,204,204,1)), color-stop(68%,rgba(204,204,204,1)), color-stop(70%,rgba(204,204,204,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(204,204,204,1) 0%,rgba(204,204,204,1) 68%,rgba(204,204,204,0) 70%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(204,204,204,1) 0%,rgba(204,204,204,1) 68%,rgba(204,204,204,0) 70%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(204,204,204,1) 0%,rgba(204,204,204,1) 68%,rgba(204,204,204,0) 70%); /* IE10+ */
    background: linear-gradient(to right, rgba(204,204,204,1) 0%,rgba(204,204,204,1) 68%,rgba(204,204,204,0) 70%); /* W3C */
}