/*
* {
  border: 1px solid #111;
}
*/

html {
  position: relative;
  min-height: 100%;
}

body {
  padding-top: 50px;
  height:100%;
  margin-bottom: 35px;
}

#main_report {
    /* background: #ccc; */
    position: absolute;
    height: 100%;
    margin: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

#main_report iframe{
    border: none;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 35px;
  background-color: #f8f8f8;
  border-top: 1px solid #e7e7e7;
}

.footer a {
    color: #959595;
}

.footer-copyright {
    color: #959595;
    line-height: 35px;
    min-height: 35px;
}

.footer-links {
    color: #959595;
    line-height: 35px;
    min-height: 35px;
    text-align: right;
}

/* =================================
     PRIVACY POLICY
   =================================*/

.paragraph-privacy-policy p {
    text-align: justify;
}

.paragraph-privacy-policy ul li {
    text-align: justify;
}
