#q-target {
    font-size: 22px;
    /* font-weight: bolder; */
    text-align: center;
}

#quiz-activity {
    text-align: center;
    padding-right: 5px;
    width: 98%;
}

.four-choices {
    width: 100%;
    height: 50px;
    table-layout: fixed;
}

.four-choices td {
    width: 50%;
    height: 50%;
}

.n-choice {
    position: relative;
    cursor: pointer;
    text-align: center;
    margin: 3px;
    width: 100%;
    height: 100%;
}

.td-numbering {
    position: absolute;
    display: none;
    text-align: left;
    left: 8px;
    top: 4px;
    font-size: 10px; 
}  

#next-quiz-btn {
    margin: 10px; 
    float: right;
}

#stacked-label-check {
    list-style: none; 
    float: left;
    margin: 5px 5px;
}

.bordered {
    background: #d4d4d4;
    border: solid #ccc 2px;
    border-collapse: separate !important;
    border-spacing: 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 3px #ccc;
    -moz-box-shadow: 0 3px 3px #ccc;
    box-shadow: 0 3px 3px #ccc;
}

td .upn {
    height: 0px;
    font-style: italic;
    font-size: 12px;
    margin-top: 0px;
    color: rgb(92, 92, 92);
}
td .lon {
    height: 0px;
    font-size: 14px;
    margin: 3px;
}

td .main-script {
    font-size: 20px;
    margin-top: -5px;
    margin-bottom: 2px;
}

.wrapword {
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap; /*Chrome & Safari */ 
    white-space: -pre-wrap;        /* Opera 4-6 */
    white-space: -o-pre-wrap;      /* Opera 7 */
    white-space: pre-wrap;         /* CSS3 */
    word-wrap: break-word;         /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}