@import "help-shared.css"; 

*:not(h1):not(h2):not(strong):not(em):not(a) {margin-left: 10px;}
img {margin-right: 10px;}
dt {font-weight: bold;}
dd {margin-bottom: 10px;}
.no_bullets {list-style-type: none;}
#sipp-last-p {padding-bottom: 100px;}
table {
    max-width: 1200px;
    box-shadow:
        0 1px 1px hsl(0deg 0% 0% / 0.075),
        0 2px 2px hsl(0deg 0% 0% / 0.075),
        0 4px 4px hsl(0deg 0% 0% / 0.075),
        0 8px 8px hsl(0deg 0% 0% / 0.075),
        0 16px 16px hsl(0deg 0% 0% / 0.075);
    border-collapse: collapse;
    text-align: left;
    border: 1px solid;
}
thead th {
    background-color: #186ba0;
    color: #e3edf4;
    font-weight: bold;
    padding: 20px;
    font-size: 1.2em;
}
tbody tr {
    border-bottom: 1px solid #0f3d5a;
}
tbody tr:nth-of-type(even) {
    background-color: #e3edf4;
}
tbody td {
    padding: 10px;
}
tbody tr td:nth-of-type(1) {
    text-align: center;
}
tbody tr td:not(:first-of-type) {
    border-left: 1px solid;
}