#quiz input[type="radio"] {
    position: relative;
    display: unset;
    height: unset;
    width: unset;
}

#quiz .box {
    position: relative !important;
}

#quiz input[type=radio]::before {
    margin-left:-3px;
    margin-top: -3px;
}
#quiz input[type=radio]::after {
    margin-left:-3px;
    margin-top:-1px;
}

#quiz a{
	line-height:40px;
}