.t678 form{
    padding:30px;
    border-radius:10px;
    box-sizing:border-box;
    box-shadow:0px 0px 20px #000;
}
.results{
    height:100%;
    border:0;
}
.uc-results table{
    font-family: 'Alumni Sans', Arial, sans-serif;
    widht:100%;
    border-collapse: collapse;
    background:rgb(0 0 0 / 70%);
    color:#fff;
    text-align:center;
}
.uc-results table td{
    width:62%;
    padding:10px 30px !important;
    font-size:24px;
}
.uc-results table td:last-child{
    font-size:18px;
    width:38%;
}
.uc-results table td span{
    font-size:16px;
}
.uc-results table td strong{
    display:block;
    clear:both;
}
.uc-results table td:first-child{
    border-right:1px solid #a073cd;
}
@media (max-width:640px){
    .uc-results table{
        zoom:0.5;
    }
}