body {
    margin: 0;
    text-align: center;
}

#subscribe {
    padding-left: 35px;
    text-align: left;
    max-width: 1000px;
    margin: auto;
}

#login {
    margin-left: 35px;
}

.tabel {
    margin: 10px;
    width: auto;
    overflow-x:auto;
}

.workers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.workers td, .workers th {
    border: 1px solid #ddd;
    padding: 8px;
    white-space:nowrap;
}

.workers tr:nth-child(even){background-color: #f2f2f2;}

.workers tr:hover {background-color: #ddd;}

.workers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #116d76;
    color: white;
}
label {
    width: 100%;
    font-weight: bold;
}

.customcheckbox {
    font-weight: normal;
}

#jumbo {
    padding: 20px;
    max-width: 100%;
    height: auto;
    text-align: left;
}

.container {
    width:auto;
}
#login {
    text-align: left;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea, select{
    width: 1000px !important;
    max-width: 90%;
}
