
.draggable {
/*    font-family: Arial, Helvetica, sans-serif;*/
    background: rgba(23, 190, 187, 1);
    margin: 0.5rem 0.5rem 0 0.5rem;
    padding: 0.5rem;
    color: #FFF;
    font-size: 1.6rem;
    line-height: 1.9rem;
    display: inline-block;
    padding: 1.0rem 0.5rem;
    cursor: pointer;
    width: 95%;
    text-align: center;
    min-height: 45px;
    max-width: 600px;
    border-radius: 7px;
    border: 1px solid #fff;
    z-index: 2;
}

.dropZone {
    border: 1px dashed #541D5F; 
    margin: 2% 4%;    
    width: 42%;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    background-color: rgba(23, 190, 187, 0.05);
    max-width: 900px;
    height: 80%;
    min-height: 450px;
    padding: 1.5rem 0;
}

.dropZone .draggable {
    background: rgba(23, 190, 187, 1);
    margin: 0.5rem 0.5rem 0 0.5rem;
    padding: 1rem 0.5rem;
    color: #FFF;
    font-size: 1.3rem;
    line-height: 1.6rem;
    display: inline-block;
    cursor: pointer;
/*    width: 98%;*/
    text-align: center;
    min-height: 45px;
    max-width: 480px;
    border-radius: 7px;
    border: 1px solid #fff;
    z-index: 2;
}

.dropZone h2 {
    color: #333;
}

.section {
    display: none; /* Hide initially*/
    position: relative;
}

#checkCorrect {
/*    color: #fff;*/
    font-size: 1.2em;
}

#statementStack {
    margin-bottom: 1em;
}


@media print {

    .dropZone .draggable {
/*        background-color: #1A5480 !important;
        background-image: #1A5480 !important;*/
        border: 1px solid #666;
        border-radius: 7px;
        color: #222;
        font-size: 1.3rem;
        line-height: 1.7rem;
        page-break-inside: avoid;
        page-break-after: avoid;
        width: 98%;
        max-width: none;
    }

    .dropZone {
        border: 1px dashed #1c4c85; 
        color: #222;
        text-align: center;
        padding: 20px;
        width: 100%;
    }    

    #drag-box-true, #drag-box-false, body{
        background-image: none;
        background-size: 0%; 
    }

    #activityDescription {
        border-bottom: 0;
    }

    /*----------------------------*/

    .btn {display: none}
    /*footer{display: none}*/
    /*#intro {display: none}
    #instructions {display: none}*/

}