.t678 form{
    padding:30px;
    background:#fff8ce;
    border-radius:10px;
    box-sizing:border-box;
    box-shadow:0px 0px 20px #000;
}
.results{
    height:100%;
    border:0;
}
.uc-results table{
    font-family: 'Montserrat', Arial, sans-serif;
    widht:100%;
    border-collapse: collapse;
}
.uc-results table td{
    width:50%;
    padding:10px;
}
.uc-results table td strong{
    display:block;
    clear:both;
}
.uc-results table tr{
    background:#e7cefc;
}
.uc-results table tr:nth-child(odd){
    background:#f8e8fd;
}
.uc-results table td:first-child{
    border-right:dashed #bbb;
}
@media (max-width:640px){
    .uc-results table{
        zoom:0.7;
    }
}