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

 .rotem-post-navigator {
    width: 300px;
    border: 1px solid #e3e3e3;
    padding: 10px;
    margin: 20px 0px;
 }

 .rotem-post-navigator-header {
    font-weight: bold;
 }

 .rotem-post-navigator-link {
    display: inline-block;
    width: 100%;
 }