
.god-title {
    margin-top: 0;
}

#god-char {
    margin-bottom: 3em;
}

#god-char-thumb {
    min-height: 267px;
}

#god-char-thumb img {
    max-width: 400px;
    border: 1px solid #222;
}

#god-char-modal img {
    max-width:100%;
}


#feedback .table img {
    max-width: 150px;
}

#feedback .table th {
    background-color: #541D5F;
    color: #fff;
}

#feedback .table td {
    background-color: #fff;
}

#button-1, #button-1:focus {
    background-color: #D27423;
    color: #fff;
    padding: 12px;
    outline: none;
}

#button-2, #button-2:focus {
    background-color: #1E7352;
    color: #fff;
    padding: 12px;
    outline: none;
}

#button-3, #button-3:focus {
    background-color: #B71A5C;
    color: #fff;
    padding: 12px;
    outline: none;
}

#button-4, #button-4:focus{
    background-color: #065582;
    color: #fff;
    padding: 12px;
    outline: none;
}

#button-1:hover,
#button-2:hover, 
#button-3:hover,  
#button-4:hover {
    text-decoration: none;
    color: #333;
    background: #fff;
}



.modal-dialog {
    width: 800px;
}


@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}*/

}