@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

:root {
    --md-primary-fg-color:        #004C74;
   }

.footer {
    position: static;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    color: #808080;
    text-align: center;
    font-size: 14px;
    border-top:1px solid #aaa;
}

  

