.resultsDrop {
    margin-top: 2%;
    font-family: 'Open sans', sans-serif;
    color: white;
    text-align: center;
    font-size: 1.1em;
    border: 1px dashed #16a79d;
    height: 400px;
    width: 18%;
}

#monopoly p, #oligopoly p, #monopolistic p, #perfect p {
    background-color: #16a79d;
    padding: 3%;
    border-bottom: 1px dashed #f4ac42;
}

li {
    list-style-type: none;
}

#selectableStatements {
    font-family: 'Open sans', sans-serif;
    cursor: pointer;
    min-height: 2.1em;
}

#checkBtn {
    cursor: pointer;
}

#results {
    background-color: #cf4858;
    padding: 1.8% 0 1.8% 0;
    margin-top: 2%;
}

#checkBtn, #results {
    text-align: center;
    font-family: 'Open sans', sans-serif;
    color: white;
    width: 100%;
}

.no-select{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
   .draggableItem {
   	display: none;
    font-size: 1em;
    min-height: 2em;
    height: auto;
    line-height: 1.5em;
    padding: 0 0.5em;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    color: #32343a;
    border-bottom: 1px dashed #16a79d;
    /*padding:2%;*/
    background-color: #f4ac42;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
}



/* ----------- iPad mini ----------- */


/* Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    #Autocratic, #Paternalistic, #Democratic, #Laissez-faire, #Bureaucratic {
        height: 300px;
    }
}