#newsletters {
    background: #fff none repeat scroll 0 0;
    color: #555555;
    font: 20px 'Libre Baskerville', serif;
    margin-top: 0;
    font-weight: 300;
}

#newsletters .years {
    margin: auto;
    width: 50%;
    padding: 10px;
}

.group a {
    color: #667a9e;
    text-decoration: none;
    outline-width: 0px;
}

.years {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 0;
}
.years a {
    float: left;
    padding: 2px 7px;
    background: #eee;
    margin: 0 1px 0 0;
    outline-width: 0;
    color: #667a9e;
    text-decoration: none;
}
.years a.selected {
    background: #fff;
}

.cal {
    float: left;
    width: 31px;
    background: #eee;
    text-align: center;
    margin: 0 7px 0 0;
}
.cal .mo {
    color: #fff;
    font-size: 10px;
    background: #81989f;
    display: block;
}
.cal .day {
    display: block;
    font-weight: bold;
    width: 100%;
    font-size: 18px;
    line-height: 20px;
}
p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}