div#content,
main
{
    background-color: #fbfbfb;
}

.tourtask-wp-error {
    border: 1px solid #eeb4b9;
    background-color: #f8d7da;
    color: #721c24;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.23); /* Paper shadow */
}

.tourtask-wp-error a {
    color: #e16060;
}

.padding-40 {
    padding: 40px;
}

/* Modify theme styles */
header#main-header {
    z-index: 1000 !important;
}

img {
    max-width: none !important;
}

/* Twenty Seventeen messes up tables - revert*/
th.MuiTableCell-root, td.MuiTableCell-root, th.MuiTableCell-root:first-child, td.MuiTableCell-root:first-child {
    padding-left: 16px !important;
}

th.MuiTableCell-root:last-child, td.MuiTableCell-root:last-child {
    padding-right: 16px !important;
}