﻿/* All devices*/
.social-module p a { 
    word-wrap: break-word;
}
.social-module .card .card-content p {
    font-size: 1em;
}
.social-module .card .card-content {
    margin-top: 15px;
    margin-bottom: 40px;
}
.social-module .card .card-content .card-date,
.social-module .card .card-content .card-desc {
    margin-bottom: 9px;
}
.social-module .card .card-bottom.right {
    bottom: 20px;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    /*.social-module { padding: 0; }
    .social-module .card { padding: 0 7px; margin-bottom: 10px; }
    .social-module .card .card-content { margin-bottom: 25px; }
    .social-module .card .card-bottom.right { bottom: 12px; }*/
}

/* Print*/
@media print {

}
