/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .no-more-posts{
 	background: #0363ad;
    color: #fff;
    padding: 10px;
    border-radius: 40px;
    max-width: 500px;
    margin: 15px auto 0;
 }