#form-result {
width: 50%;
margin: 0 auto;
font-family: Roboto, sans-serif;
}

.form-result-table {
width: 100%;
border-collapse: collapse;
}

.form-result-table th,
.form-result-table td {
padding: 10px;
border: 1px solid #ccc;
}

.form-result-table th {
background-color: #274f78;
color: #fff;
}

.form-result-table td {
background-color: #fff;
}

@media screen and (max-width: 768px) {
#form-result {
width: 100%;
}
}
