body {
    font-family: "Open Sans", Arial, sans-serif;
    width: 90%;
    font-size: 20px;
    line-height: 24px;
    background: #F9F9F9;
}

table {
    border-collapse: collapse;
    width: 100%;
}

table > tbody > tr {
    width: 100%
}

table > tbody > tr > td {
    font-family: 'Open Sans', Arial, sans-serif !important;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    padding: 1rem 0 1rem;
}

table > tbody > tr > td > span {
    display: inline-block;
    border-radius: 4px;
    background: #0070b5;
    border-bottom: 2px solid #0070b5;
}

table > tbody > tr > td > span > a {
    color: white;
    font-weight: normal;
    text-decoration: none;
    word-break: break-word;
    font-size: 20px;
    line-height: 26px;
    border-top: 14px solid;
    border-bottom: 14px solid;
    border-right: 32px solid;
    border-left: 32px solid;
    background-color: #0070b5;
    border-color: #0070b5;
    display: inline-block;
    letter-spacing: 1px;
    min-width: 80px;
    text-align: center;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.25);
}

div:nth-child(2) {
    font-size: smaller;
}