.submit {
    color: #353b17;
    background-color: #bcda1a;
    padding: 5px;
    cursor: pointer;
    height: auto;
    font: bold 13px Arial, Helvetica !important;
    border: 0;
    white-space: nowrap;
    display: inline-block;
}

th {
    padding: 15px !important;
    width: 50%;
}

td {
    padding: 20px 10px !important;
}

div#camps {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

div#name {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}

div#comments {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}

input#nome_software {
    font-size: 12px !important;
}

textarea#textarea_comments {
    font-size: 12px !important;
}

label {
    padding-right: 5px;
    font-size: 12px;
}