@media all and (max-width: 1024px) and (min-width: 0px) {
table .btn {width:  100%; display:  block; margin-bottom:  10px;}
}


@media all and (max-width: 860px) and (min-width: 0px) {
table {border: 0px;}
table tr {border-bottom: 20px solid var(--white); }
table tr td:first-of-type {border-top: 1px solid var(--table-border) !important;}
table tr td:last-of-type {border-bottom: 1px solid var(--table-border) !important;}
table tr th {display:  none;}
table tr td {padding: 15px; width:  100%; display:  block; border: 0px solid var(--table-border) !important; border-bottom: 1px solid var(--table-border) !important; border-left: 1px solid var(--table-border) !important; border-right: 1px solid var(--table-border) !important;}
}

@media all and (max-width: 950px) and (min-width: 0px) {
}

@media all and (max-width: 480px) and (min-width: 0px) {
table .btn {margin-bottom:  10px;}
.form-container table tr {border-bottom: 20px solid var(--white);}
}