#weight {
    margin-top: 20px;
}

#weight table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #9a0a6b;
}

#weight table td {
    text-align: right;
    border: 1px solid #9a0a6b;
}

tr:nth-child(5) {

    text-align: right;
}

tr:first-child {
    background-color: #9a0a6b;
    color: white;
    
}

tr:first-child th {
    padding: 15px;
    font-size: 1.2rem;
}

#submit_area {
    display: none;
}