
body {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: whitesmoke;
}
#theWorker input {
    margin-bottom: 0 !important;
    border: none;
    padding: 0;
}
.the-worker-wrapper {
    width: 60%;
    margin: 5% auto;
    max-width: 100%;
}
.buttons-container {
    max-width: 320px;
    margin:  auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    min-height:  500px;
}
#addForm {
    width:  650px;
    max-width:  100%;
    margin:  auto;
    margin-top: 5%;
}
input,select {
    box-sizing:border-box;
    display: block;
    width:  100%;
    margin-bottom: 2% !important;
    height:  35px;
    text-align:  center;
    min-width: 150px;
    font-size:  15px;
    padding: 3% 0;
    border: 1px solid lightgray;
    background: transparent;
}
#addSubmit {
    width: 100%;
}
/*
table tr{
    border-bottom: 1px solid #dddddd;
}
*/
table tr td {
    padding: 15px;
}
/*
table tbody tr:last-child{
    border-bottom: none;
}
*/
td input[type="text"] {
    border: 1px solid #e8e8e8 !important;
}
.container.btn-main {
    max-width: 680px;
    margin-top: 2.5%;
}