#eb .btn-default {
    color: #ffffff !important;
    background-color: #444 !important;
    border-color: #444 !important;
}

#eb .btn-default:hover {
    color: #ffffff !important;
    background-color: #444 !important;
    border-color: #ffffff !important;
}

/* The Preparedness Papers*/
.arrow span{
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid #e3b2b2;
    border-right: 5px solid #e3b2b2;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}
.arrow span:nth-child(2){
    animation-delay: -0.2s;
}
.arrow span:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes animate {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}

#eb .eb-post-body {
    display: block;
}

@media (min-width: 320px) and (max-width: 480px){

.eb-card__ft-content.eb-card--border {
    font-size: smaller;
}

}

/*Tablet*/
@media (min-width: 768px) and (max-width: 1024px) {
  #eb .eb-post-thumb .eb-post-image {
    display: inline;
    
}

#eb .eb-post-thumb.is-left {

    margin-right: 0px;
}
  
  #eb .eb-card__ft-content {
    
    font-size: xx-small;
    width: 103%;
}
  
}