a {
    text-decoration:none;
}
img {
    vertical-align:bottom;
}



.icon-big {
    width: 36px;
    height: 36px;
}
.icon.icon-solution.icon-big         { background-position: -3px -21px; }
.icon.icon-cheat.icon-big    { background-position: -217px -34px; }

    .tools .tool.cheat {
        display:block;
        width:46px;
        height:28px;
        border:1px solid #cdcdce;
        overflow:hidden;
        line-height:28px;
        margin:5px auto;
    }
    .tools .tool.cheat .icon {
        float:right;
        width:23px;
        height:23px;
    }

.tools .tool.cheat .cheat-counter {
    display:inline-block;
    width:50%;
    font-size:16px;
    text-align:center;
}

.counter-container {
}
    .counter-container .counter {
        background:#666;
        width:48px;
        height:40px;
        text-align:center;
        color:#bdbebf;
        font-size:12px;
        -webkit-border-top-left-radius: 8px;
        -webkit-border-top-right-radius: 8px;
        -moz-border-radius-topleft: 8px;
        -moz-border-radius-topright: 8px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
        .counter-container .counter span {
            display:block;
            font-size:16px;
            color:#fff;
            padding:3px 0 0;
            font-weight:bold;
        }

.solution-container {
    text-align:center;
}

.timer-container {
    text-align:center;
}
    .timer-container .timer {
        padding:0 0 5px;
    }

.logo-container {
    text-align:right;
}

.dropdown-menu {
    position:relative;
    top:2px;
}
.dropdown-menu .menu {
    display: none;
    position: absolute;
    border: 1px solid #CCC;
    background-color: #FFF;
    color: #333;
    padding: 0;
    right: -20px;
    top: 45px;
    z-index: 1001;
    list-style: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    white-space:nowrap;
}
.dropdown-menu.open .menu {
    display: block;
}
    .dropdown-menu .menu li {
        line-height: 30px;
        margin:5px 0;
    }
    .dropdown-menu .menu .divider{
        height: 1px;
        background-color: #CCC;
        margin: 5px 10px;
    }    
    .dropdown-menu .menu .icon {
        margin-right:10px;
    }
    .dropdown-menu .menu a {
        display:block;
        padding:0 10px;
    }
    .dropdown-menu .menu a:hover {
        background-color: #efefef;
    }

.game-name {
    font-size:20px;
}    


.jspVerticalBar {
    background:none;
}
.jspTrack {
    background:none;
}
.jspDrag {
    background:#dddfde;
    width:8px;
    left:0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;    
}

.cells .jspDrag {
    background:#999;
}
