﻿body {
}

#NewsletterLibrary div, span, p {
    padding:0;
    margin:0;
    font-size:100%;

}

#NewsletterLibrary .flexbox {
    background: #acc8e1;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-grow:1;
    justify-content: center;
       border: 2em solid #acc8e1;
    margin: -6px -6px;
}

#NewsletterLibrary .newsletter_postbox {
    display: inline-block;
  width:12.5%;
    line-height: 2em;
    background: white;
    margin: 6px;
}

#NewsletterLibrary a {
    display: inline-block;
    position:relative;
    text-align:center;
    background:white;
    width:100%;
    line-height:2em;
    text-decoration:none;
}


    #NewsletterLibrary a span {
        position:absolute;
        top:0;
        left:0;
        margin:0px;
        width: 100%;
        padding: 0em;
        text-align: center
    }