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

.jdropwords .blanks {
    position: relative;
    border: 1px solid #ccc;
    padding: 10px;
}
.jdropwords .blanks p {
    margin-bottom: 5px;

}
.jdropwords .blanks p .blank {
    display: inline-block;
    width: 100px;
    min-width: 100px;
    height: 28px;
    padding: 2px;
    border-bottom: 1px solid #ccc;
}
.jdropwords .blanks p .blank.active {
   /* border-bottom: 0; alex */
    padding-top: 4px;
   /* width: auto !important;
    min-width: 0; alex zie +40 bij maxwidth);

    */

}
.jdropwords .blanks p .blank.active .dropped{
    position: relative;
    top: 5px;
}
.jdropwords .blanks p .blank.drop-hover {
    border-width: 2px;
}
.jdropwords .blanks p .blank.error {
    border-color: red;
}
.jdropwords .blanks p .blank.error .dropped {
    background-color: red;
}
.jdropwords .blanks p .blank.success .dropped{
    background-color: green;
}

.jdropwords .words {
    position: relative;
    margin-top: 10px;
    border: 1px solid #ccc;
    padding: 10px;

}
.jdropwords .words .word,
.jdropwords .blanks p .dropped {
    background-color: #286090;
    border-color: #204d74;
    color: white;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
}
.jdropwords .words .word {
    padding: 3px 10px 3px 10px;
    margin-bottom: 10px;
}

.jdropwords .blanks p .dropped span,
.jdropwords .blanks p .dropped .action {
    display: block;
    float: left;
}
.jdropwords .blanks p .dropped span {
    padding: 3px 5px 3px 10px;
}
.jdropwords .blanks p .dropped .action {
    padding: 1px 7px 3px 6px;
    border-left: 1px solid #ccc;
}
.jdropwords .blanks p .dropped .action > a {
    display: inline-block;
    color: black;
    font-size: 11px;
    text-decoration: none;
    font-family: arial;
    color: white;
}


.jdropwords .actions {
    text-align: center;
}

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

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

.jdropwords .clearfix {
    *zoom: 1;
}