

#headingTwo{
    position: fixed;
    top: 10px;
    left: 10em;
    z-index:99999999999999999;
    font-size:110%;
}

#backToCatiButton{
    position: fixed;
    top: 10px;
    right: 15em;
    z-index:99999999999999999;
}

#collapseTwo {
    position: fixed;
    top: 4em;
    left: 10em;
    z-index:99999999999999999;
    width: 80%;
    
}
/** All answers bold by default**/
.ls-answers label, .ls-answers {
    font-weight: bold;
}
.ls-answers label, .ls-answers th {
    font-weight: bold;
}
