body {
    font-family: system-ui, -apple-system, -webkit-system-font, Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    color: #555;
    max-width: 900px;
    margin-left:20px;
}

h3 {
    font-size: 1.3em;
    margin-top: 25px;
}

input {
    background-color: #e5e5e5;
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 0.9em;
    color: black; 
}

input[type=button], input[type=submit], input[type=reset] {
    padding:8px;
    font-weight: bold;
    margin-bottom: 5px;
}

select {
    font-size: 0.9em;
}

.header {
    padding-top: 10px;
    font-size: 24px;
    font-weight: 600;
    color: #06a;
    text-align: left;
}

.header img {
    float: right;
    max-width: 128px;
}

/*.headerlink a {
    text-decoration: none;
    padding-left:2px;
    padding-right:2px;
    margin-left:-2px;
    color: #49d;
}

.headerlink a:visited {
    color: #49d;
}

.headerlink a:hover {
    background-color: #49d;
    color: #fff;
}*/

.footer {
    margin-top: 30px;
    padding-bottom: 20px;
    border-top: 1px solid #ccc;
    font-size: .9em;
    line-height: 1.3em;
}

/*.footer a {
    text-decoration: none;
    color: #06a;
}

.footer a:visited {
    color: #06a;
}

.footer a:hover {
    text-decoration: underline;
}*/

a {
    text-decoration: none;
    color: #06a;
}

a:visited {
    color: #06a;
}

a:hover {
    text-decoration: underline;
}

.subscribe {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border: 1px solid #ccc;
}

.firstglobal {
    font-size: 85%;
    margin-top: 5px;
}

.global {
    font-size: 85%;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

#listoptions {
    width: 100%;
    border: 0px solid #000;
    border-collapse: none;
    border-spacing: 0px 15px;
    margin-top:-10px;
    line-height: 1.1em;
    font-family: system-ui, -apple-system, -webkit-system-font, Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5em;
}

#listoptions td.leftcol, td.rightcol {
    vertical-align: text-top;
    padding-bottom: 10px;
}

/*listoptions tr:nth-child(even) {
    background-color: #e5e5e5;
}*/

/*#listoptions h4 {
    margin-bottom: -10px;
    font-size:105%;
    background-image: linear-gradient(to right, #828282, #FFF);
    color: white;
    text-indent: 5px;
    padding: 3px 0 3px 0;
}*/

#listoptions h4 {
    margin-bottom: -10px;
    font-size:105%;
    padding: 1.33em 0 3px 0;
    border-top: 1px solid #ccc;
}

#listoptions .rightcol {
    border-left: 1px solid #eee;
    padding-left: 20px;
}

#listoptions .leftcol {
    width: 85%;
    padding-right: 10px;
}

#listoptions .leftcol p {
    /*padding-left: 5px;*/
}

input[name="unsubconfirm"] em {
    font-style: normal;
    font-weight: bold;
}

.note {
    width: 70%;
    line-height: 1.3em;
    font-size: 75%;
    color: gray;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #ccc;
}