/*page 3*/

button{
  margin: 0 1% 1% 0;
  float: right;
}

#audience h2{
  color:#333;
  line-height: 1.5em;
}

.highlight{
  color: #ed564b;
}

ul {
    list-style-type: none
}

#order li, #sortingSortable li {
    padding: 0.8em;
    height: 1.7em;
    border-radius: 5px;
}

#sortingSortable li {
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    background-color: #fff;
    color: #333;
    border: 1px dashed #ed564b!important;
    height: 1.7em;
    border-radius: 5px;
   
}

#sortingSortable li span {
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1.7em;
    padding: 0.8em 0;
    background-color: #fff;
    color: #333;
    text-align: center;
    z-index: 5;
    border-radius: 5px;
}

#sortingSortable li {
    list-style: none;
    position: relative;
}

#sortingSortable li.drop-hover .element {
    opacity: .5;
}

.element.being-dragged {
    background: #333;
    z-index: 6;
    -webkit-box-shadow: 10px 10px 8px -1px rgba(0, 0, 0, .32);
    -moz-box-shadow: 10px 10px 8px -1px rgba(0, 0, 0, .32);
    box-shadow: 10px 10px 8px -1px rgba(0, 0, 0, .32);
}

#order li {
    font-weight: bold;
    background-color: #fff;
    color: #32343a;
    border: 1px dashed #ed564b!important;
}

#totalCorrectHolder p{
     font-weight: bold;
}

#totalCorrect{
    color:#ed564b;
}

/*media queries*/

@media only screen and (max-width: 768px) {
   
    #order {
       /* width: 11%;*/
        
    }
    #sortingSortable {
       /* width: 80%;*/
    }
    #sortingSortable li, #order li {
        font-size: 0.6em;
       line-height: .8em;
    }

   
}


/* ----------- Large Display ----------- */

@media screen and (min-width: 1920px) and (min-height: 1080px) {
    /* Styles */
}


/* ----------- Laptop HiDPI screen ----------- */

@media screen and (min-width: 1440px) and (min-height: 900px) {
    /* Styles */
}


/* ----------- Laptop ----------- */

@media screen and (min-width: 1366px) and (min-height: 768px) {
    /* Styles */
}


/* ----------- Laptop MDPI screen ----------- */

@media screen and (min-width: 1280px) and (min-height: 800px) {
    /* Styles */
}


/* ----------- iPad ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* Styles */
    #sortingSortable li, #sortingSortable li span, #order li {
        height: 2.5em;
            font-size: 1em;
            line-height: 1.2em;
    }
    #sortingSortable li span{
        line-height: 1.5em;
        padding: 0;  
    }
    #order li, #sortingSortable li{
        padding: 0.2em 0.5em;
    }


   
}


/* ----------- iPhone 5 ----------- */

@media only screen and (min-device-width: 568px) and (min-device-height: 320px) {
    /* Styles */
}


