.jdropwords {
    position: relative;
    margin: auto;
    width: 100%; float: left;
    font-size: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.jdropwords .blanks {
    position: relative;
    border: 1px solid #ddd;
    padding: 10px;
}
.jdropwords .blanks {
    margin-bottom: 0px; font-size:16px; float: left;
    width: 100%;
}
#question .jdropwords .blanks p{ font-size:16px;}
.jdropwords .blanks .blank {
    display: inline-block;
    width:auto!important; font-weight: bold;
    min-width: 100px;
    height: 20px;
    padding: 2px 5px;
	margin-left:5px; text-align: center;
    border-bottom: 1px dotted #ccc;
}
.jdropwords .blanks .blank.active {
    border-bottom: 0;
    padding-top: 4px;
    width: auto !important;
    min-width: 0;
}
.jdropwords .blanks .blank.active .dropped{
    position: relative;
    top: 5px; font-weight: normal;
}
.jdropwords .blanks .blank.drop-hover {
    border-bottom: 2px dotted #ff9b00;
}
.jdropwords .blanks .blank.error {
    border-color: red;
}
.jdropwords .blanks .blank.error .dropped {
    background-color: red;
}
.jdropwords .blanks .blank.success .dropped{
    background-color: green;
}

.jdropwords .words {
    position: relative;
    margin-top: 10px;
    padding: 10px;
	float: left;
    width: 100%;
}
.jdropwords .words .word,
.jdropwords .blanks .dropped {
    color: #3c8dbc;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
}
.jdropwords .words .word {
    padding: 3px 12px;
    margin: 5px 10px;
    border: 1px solid #ddd;
}
.jdropwords .words .word p{margin-bottom:0px;}
.jdropwords .blanks .dropped span,
.jdropwords .blanks .dropped .action {
    display: block;
    float: left;
}
.jdropwords .blanks .dropped span {
    padding: 0px 10px; line-height: 20px;
}
.jdropwords .blanks .dropped .action {
    padding: 4px 7px 5px 6px;
}
.jdropwords .blanks .dropped .action > a {
    display: inline-block;
    color: black;
    font-size: 12px;
    text-decoration: none;
    font-family: arial;
}
#question .words.goiy-dapan li{cursor: no-drop; color: #989898;}
#question-panel #question .group_view{ width:24%; float:left; margin-right:1%!important;}
#question-panel #question .group_view ul.connectedSortable{border:1px solid #ddd; float:left; width: 100%; margin-top: 2px!important; min-height: 180px; }
#question-panel #question .group_view .ten_group{float:left; width:100%; background: #3c8dbc;
    color: #fff;  text-align: center; padding: 5px 2px;}
.list_nhomtraloi{width:100%!important; float:left; min-height:50px!important; }
.jdropwords .feedback {
    border: 1px solid #ccc;
    border-bottom: 0;
    background-color: #eee;
}
.jdropwords .feedback p {
    text-align: center;
    font-size: 28px;
    width: 80%;
    float: left;
}
.jdropwords .feedback .score {
    padding: 10px;
    float: right;
}

.jdropwords .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.jdropwords .actions {
    text-align: center;
}
.jdropwords .actions a.button {
    font-size:16px;
    font-family:Arial;
    font-weight:normal;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    border:1px solid #dcdcdc;
    padding:9px 18px;
    text-decoration:none;
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    background:-ms-linear-gradient( top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf) );
    background-color:#ededed;
    color:#777777;
    display:inline-block;
    text-shadow:1px 1px 0px #ffffff;
    -webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
    -moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
    box-shadow:inset 1px 1px 0px 0px #ffffff;
}
.jdropwords .actions a.button[disabled] {
    color: #ccc;
}
.jdropwords .actions a.button:not([disabled]):hover {
     background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
     background:-ms-linear-gradient( top, #dfdfdf 5%, #ededed 100% );
     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
     background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed) );
     background-color:#dfdfdf;
}
.jdropwords .actions a.button:active {
      position:relative;
      top:1px;
}

.jdropwords .clearfix:before,
.jdropwords .clearfix:after {
    content: " ";
    display: table;
}

.jdropwords .clearfix:after {
    clear: both;
}

.jdropwords .clearfix {
    *zoom: 1;
}
