@charset 'utf-8';
/* CSS Document */
/*PAGE 1
*/
#selectedTxt,
#results,
#shuffle
{
    display: none;
}
/*PAGE2
*/


/*draggable*/

#activityArea{
  width: 77%;
}
.textStyleBlock{
    display: none;
}
.dragText
{
    font-family: 'BandaRegular', sans-serif;
    font-size: 1em;
    font-weight: normal;
    line-height: 2em;
    padding: 0 .2em 0 .1em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    color: #264c5e;
    border: 1px dashed #587973;
    background-color: #FFF;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
}
.dragText.textAsLines{
    display: block;
    line-height: 1.5em;
}
.ui-sortable-helper
{
    font-size: 0.8em;
    opacity: 0.8;

    width: auto !important;
    height: auto !important;
    min-height: 1.8em;
  line-height: 1.4em;
    background-color: #bedfd9;
}

.sortable-placeholder
{
    display: inline-block;

    min-width: 3em;
    width: 100%;
    height: 1.4em;

    vertical-align: middle;

    border: 1px dashed #c49324;
    background-color: #94cac1;
}

#feedback
{
    font-family: 'BandaRegular', sans-serif;
    font-size: 1em;

    margin-bottom: 2%;
    padding: 4% 3%;

    color: #000;
    -webkit-border-radius: 10px 10px 10px 10px;
       -moz-border-radius: 10px 10px 10px 10px;
            border-radius: 10px 10px 10px 10px;
    background-color: #f6b82d;
}
