/*
    Document   : dynamic_css/main.css
    Author     : rob
    Description:
        Provides dynamic styling specific to the Insite Rails CMS app
        It allows styling to be altered based on what is being displayed at the time.
*/
html, body {
  background-color: #B71515;
}