@charset "utf-8";
/* CSS Document */
.sortable {
    margin-bottom: 2em;
}

.sortable li {
    font-size: 13px;
    line-height: 1.4;
    border: 1px dashed #333332;
    color: #000;
    border-radius: 7px;
    background: rgba(227, 184, 29, 0.4);
    padding:.5em;
    margin-bottom: 10px;
    cursor: move;
}

li {
    font-size: 18px;
    line-height: 1.4;
    border: 1px dashed #333332;
    color: #e3b81d;
    border-radius: 7px;
    background: #333332;
    padding:.5em;
    margin-bottom: 10px;
    cursor: default;
}

.correct {
    color: #fff!important;
    background-color:rgba(66,159,0,0.4)!important;
    border: 1px solid #429f00!important;
}

#feedback {
    /*margin-top: 10px;*/
}

#instructions {
/*    widow*/
    padding-right: 1em;
}

/* Clock positioning */
.clock {
    margin: 3em auto;
    width: 50%;
}

button#startClock {
    height: 6em;
	margin-top: 5em;
}

h5 {
    float: left;
}

.meaning li{
	font-size: 18px;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

    .sortable li {
        height: 250px;
    }
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

    .sortable li, li {
        height: 285px;
    }
	
	h3{
	min-height: 3em;
	}

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

    .sortable li, li {
        height: 340px;
    }
	
	h3{
	min-height: 2em;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

    .sortable li, li {
        height: 230px;
    }
	h3{
	min-height: .5em;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

    .sortable li, li {
        height: 180px;
    }
	
	

}


@media print {


}
