.answer-choices.psse .answer-choice.button {
	padding: 10px;
}

.answer-choices.psse .answer-choice-text {
	font-size: 14px;
	font-weight: bold;
}

.question-type-introduction .answer-choices .answer-choice {
	text-align: right;
}

#exam-psse-wrapper {
    display: none;
}

#exam-psse-mobile-warning {
    display: block !important;
}

@media screen and (min-width : 1024px)
{
    
    #exam-psse-wrapper {
        display: table;
    }
    
    #exam-psse-mobile-warning {
        display: none !important;
    }
}

