body {
    margin: 0 auto !important;
    padding: 0 !important;
    background-image: url(images/gardening2.jpeg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

nav {
    border-bottom: 1px solid gray;
    margin-bottom: 10px;
    font-size: 22px;
}

input {
    width: 50px;
    font-size: 22px;
    text-align: center;
}

a {
    text-decoration: none;
}

th {
    font-weight: 200;
}

h4 {
    font-weight: 200;
    font-size: 34px;
    padding: 1px 0px; /* 1px top & bottom, 0px left & right*/
}

h5 {
    font-weight: 200;
}

#gardening {
    width: 130px;
}

.container {
    font-size: 22px;
}

.main {
}

.table {
    box-shadow: 8px 6px 20px -4px rgb(64 64 64 / 40%);
}

.table th.table-head {
    background: #a9daa3 !important;
}

.table td.table-week {
    background: #f7f7f7 !important;
}

.page-header {
    background-color: #a9daa3;
}

.hideNav {
    display: none !important;
}

.wh-list {
}

.wh-signup {
}

.wh-table {
}

.form-buttons {
}
