html, body {
    background-color: #fff !important;
}

#bodyTable {
    box-shadow: 0px 1px 5px 1px grey;
}

#mailchimp-newsletter-loader img {

}

#mailchimp-newsletter-loader {
    display: block;
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto; 
    height: 200px;
    width: 200px;
    animation-name: loaderAnimation;
    animation-duration: 3s;  
    animation-iteration-count: infinite;

}

/*
 Animations
*/

/* Loader animation */
@keyframes loaderAnimation {
    0%   {transform: scale(1.0);}
    25%  {transform: scale(1.5);}
    50%  {transform: scale(1.5);}
    100% {transform: scale(1.0);}
    /*from {transform: scale(1);}
    to {transform: scale(1.5);}*/
}

.mailchimp-newsletter-align {
    max-width:600px; 
    margin:auto; 
    left:0; 
    right:0; 
 
}

#mailchimp-newsletter-content {
    display: none;
}

#rtm_mailchimp_plugin_mini_menu {
    font-family: MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif !important;
    max-width: 600px;
    display: block;
    margin-bottom: 40px;
    margin-top: 20px;
    margin-left: 5px;
}

#rtm_mailchimp_plugin_mini_menu a {
    font-size: 18px;
    background-color: #8b0304;
    color: white;
    padding: 8px;
    text-decoration: none;
    /*box-shadow: 1px 1px 5px 0px black;*/
}

#rtm-mailchimp-bottom-box {
    height: 30px;
}
