* {
    -moz-box-sizing: border-box; /* ff2 */
    -ms-box-sizing: border-box; /* ie8 */
    -webkit-box-sizing: border-box; /* safari3 */
    -khtml-box-sizing: border-box; /* konqueror */
    box-sizing: border-box; /* css3 rec */
    -webkit-border-radius:0px;
    border-radius:2px;
    -webkit-appearance: none;
    outline: none;
}
a { cursor: pointer; }
body {
    margin:0;
    padding:0;
    font: 11px/40px "Helvetica Neue", Helvetica, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    color: #222;
}
.clearfix {
    clear: both;
}
#container {
    position: relative;
    margin: 0 auto;
    width: 320px;
}
#container .step {
    float: left;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    background-color: #ddb;
    background-size:100% 100%;
    background-repeat:no-repeat;
    font-weight: bold;
    text-align: center;
}
#container .shit.checked {
    background-image: url('http://fakabastin.gokercebeci.com//images/shit.png');

}
#container .clear.checked {
    background-color: #ddb;
    background-image: url('http://fakabastin.gokercebeci.com//images/step.png');
}
#container .hint.checked {
    color: #fff;
    font-size: 13px;
    background-color: #444;
    background-image: url('http://fakabastin.gokercebeci.com//images/step.png');
}
#container .flag {
    background-image: url('http://fakabastin.gokercebeci.com//images/flag.png');
}
#info, #level {
    padding: 0 10px;
    height: 40px;
  cursor: pointer;
}
#switcher {
    float:right;
    margin-right: -5px;
    height: 40px;
}
#info a {
    display: inline-block;
    margin: 2px 0 0 2px;
    width: 36px;
    height: 36px;
    background-color: #eec;
    background-size:100% 100%;
    background-repeat:no-repeat;
    background-image: url('http://fakabastin.gokercebeci.com//images/step.png');
}
#info a.selected {
    background-color: #cca;
}
#info #flagging {
    background-image: url('http://fakabastin.gokercebeci.com//images/flag.png');
}
#level {
    position: relative;
    border-bottom: 1px solid #666;
    text-align: center;
    font-weight: bold;
}
#counter {
    position: absolute;
    right: 5px;
    text-align:right;
}
#switch {
    float:right;
    margin: 0 10px;
    cursor: pointer;
}
#layer, #gameover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    width: 320px;
    min-height: 400px;
    background: #000;
    opacity: .88;
    z-index: 1000;
}
#gameover {
    background-color: #000;
    background-size:50% 50%;
    background-repeat:no-repeat;
    background-position: center 80px;
    background-image: url('http://fakabastin.gokercebeci.com//images/shit.png');
}
#gameover div {
    padding: 20px 0;
    color: #fff;
    font-size: 30px;
    text-align: center;
}
#layer.show, #gameover.show {
    display: block;
}
#layer b{
    display: block;
    color: #fff;
}
#continue, .level, #tryagain {
    display: block;
    background: #eee;
    text-align: center;
}
#easy, #hard {
    display: inline-block;
    background: #eee;
    text-align: center;
    margin: 0 2%;
    width: 46%;
}
.level {
    margin: 2px 0;
    padding: 0 10px;
}
.level.done {
    text-align: left;
}
.level.current, #easy.selected, #hard.selected {
    color: #fff;
    font-weight: bold;
    background: #911;
}
.level.disable {
    background: #bbb;
}
.submenu {
  margin: 5px auto;
  width: 320px;
}