/* Basic styling for FB Feed Plugin */
.fb-feed-wrapper {
    font-family: Arial, sans-serif;
}
.fb-post-title {
    color: #333;
}
.fb-post-message {
    color: #444;
    line-height: 1.5;
}
.fb-pagination a {
    text-decoration: none;
    color: #0073aa;
}
.fb-pagination a:hover { text-decoration: underline; }
