/* CSS to center the entire site layout for RSS system pages */
body {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}
