.max-width-set-100 {
    margin: unset;
    display: block;
    max-height: 400px;
    max-width: 100%;
}

.box-header small.question-count {
    font-size: 14px;
    margin-bottom: 10px;
    color: #bdbdbd;
    padding: 0 0 5px 0;
    display: block;
}

.test-preview label p {
	display: block;
}

.max-width-set-100 + .margin-top-10 {
    margin-top: 10px;
}