
/* - newsletter.css - */
@media screen {
/*  */

.newsletter_no_newsletters_message, .newsletter_last_newsletter, .newsletter_archive, .newsletter_section {
    margin-top: 10px;
}

.newsletter_number_and_date {
    float: right;
    padding-top: 6px;
}

.newsletter_image {
    float: right;
}

.newsletter_table th {
    background-color: #73513B;
    text-align: center;
}

.newsletter_table td {
    text-align: center;
}

.newsletter_sections ul {
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
}

.search_subscription {
    width: 250px;
}

.search-field {
    float: left;
    margin: 0 1em;
}
.search-button {
    margin-top: 1.5em!important;
    margin-left: 1em!important;
}

/*  */

}

