/*activity*/
/*POEM*/
#activity{
    position:fixed;
    top:15%;
    right:3%;
}
.spacer{
    background: #309091;
    height: 2em;
}
.push{
    height:20%;
}

/*#activity{
text-align: center;
    margin:2% 0 0 0;
}*/

 #wordList {
    padding:.5%;
    display: inline;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    color: #226762;
    line-height: 1.4em;
    border: 0;
    background: #5BC8C1;
    margin: 2% auto;
    width:100%;
    list-style-type: none;
}



#checkAnswerButton{
    display:block;
    cursor:pointer;
    margin:2% auto;
    padding:2%;
    width:100%;
}

#restartButton{
    display:block;
    cursor: pointer;
   margin:2% auto;
    padding:2%;
     width:100%;
}



/*copied from fill the blanks*/
/*FILL BLANKS*/

    .selectedSpan {
        color: #D9EDDC;
    }


    .questionSpanClass { 
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        min-height: 30px;
        min-width: 50px;
        background: #5BC8C1;
        color: #226762;
        text-shadow: none;
        padding: 0 5px 0px 5px;     
        border-bottom: 1px dashed #555460;  
        cursor: pointer;
        line-height: 1.4em;

    } 

    #question .ui-selecting {
        background: #F39814;    
    }
    #question .ui-selected {
        background: #FF6E42;
        color:#fff;
        min-height: 30px;

    }

    #question .ui-changed {

        background: #00b2ad;
        color: white;
    }

 /* #feedback{
    display:none;
    background-image: url(../../images/correct.png);
    background-repeat: no-repeat;
    width: 30px; /* Width of new image */
   /*height: 30px; /* Height of new image */
      
        /* background-size: 1%;
        margin-left:-10px;
        margin- top:-50px; 
        border:none!important;
        background-color:black;
       
    }  */

   .feedback {
    display: inline-block;
    min-width:20px;
    min-height:20px;
    border-radius: 50%;
    position: relative;
    margin-right: -18px;
    top:-13px;
    left:-14px;

  -webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
cursor: default;

    }



    .correctfeedback {
       
        background-image: url(../../images/correct.png);
        background-repeat: no-repeat;
        background-position: 100% top;
        background-color: white;


    }

    .incorrectfeedback {
      
        background-image: url(../../images/incorrect.png);
        background-repeat: no-repeat;
        background-position: 100% top;
        background-color: white;
       

    }

    #options {
        display: none;
    }


    #selectable {
      
        list-style-type: none;
        margin: 0;
        padding: 5px;
        background: #555460;
        position: relative;
    }

   /* #selectable:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-width: 20px;
        border-style: solid;
        border-color:  transparent transparent #555460 transparent;
        top: -40px;
        left:0;
    }*/


    #selectable ul {
        margin: 0 auto;
        text-align: center;
    }

    #selectable li {
        font-family: 'Montserrat', sans-serif;
        
        display: inline-block;
        vertical-align: top;
        margin: 3px;
        padding: 3px;
        font-size: .8em;

        background: #AAE6E4;
        color: #555460;
        border:0px;
        cursor:pointer;
        -ms-user-select: none; /* IE 10+ */
        -moz-user-select: -moz-none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        user-select: none;
    }

    #selectable .ui-selecting {
        background: #FECA40;
    }
    #selectable .ui-selected {
        background: #F39814;
        color: white;
    }

    .ui-selectable-helper {
    display: none;
}






    /*media queries*/


    @media only screen and (max-width: 768px)
{

   #activity{

    margin-top:15%;
   }
}

    @media only screen and (max-width: 560px)
{

    #wordList{

    display:none;
   }
}