@import "main-h1.css";
@import "main-h2.css";
.registration-table {
    width: 100%;
}
.registration-table th,
.registration-table td {
    font-weight: normal;
    padding: 0.5em;
    border-bottom: 1px solid #555;
}
.registration-table tr:last-child > td {
    border-bottom: none;
}