.required:after {
    content: "*";
    color: red;
}

body {
    font-family: Sarabun,Nunito,sans-serif;
}

input {
    font-weight: 200 !important;
}

td {
    font-weight: 200 !important;
    text-align: center;
    vertical-align: middle !important;
}

th {
    text-align: center;
    vertical-align: middle !important;
}

.delete-row-button:hover {
    cursor: pointer;
}
