#sortable {
    list-style-type: none;
    margin: 5px 0px 0px 5px;
    padding: 0;
}

#sortable li {
    margin: 3px 3px 3px 3px;
    padding: 1px;
    width: 30%;
    height: 35%;
    font-size: 20px;
    text-align: center;
    line-height:35px;
    cursor:pointer;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    background:#2daebf url(images/overlay.png) repeat-x scroll 50% 50%;
    color:#fff;
    font-weight:normal;

}
.captcha_wrap{
    border:1px solid #fff;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    height:100%;
    overflow:auto;
    width:100%;
    overflow:hidden;
    background-color:#fff;
    margin: 0 auto;
}
.captcha{
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    font-size:12px;
    color:#BBBBBB;
    text-align: center;
    border-bottom:1px solid #CCC;
    background-color:#fff;
}

.center{
    margin: 0 auto;
}

@media (min-width: 1200px) {

    #sortable li{
        height:80px;
    }

}

@media (min-width: 992px) {

    #sortable li{
        height:80px;
    }

}

@media (min-width: 768px) {

    #btn-report{
        height:80px;
    }

}

