/* ============================= GLOBAL PROPERTIES ============================= */
html {
     height:100%; 
     width:100%;
     background-image: url(../images/content_bg.png);
     padding: 0% 0% 0% 0%
}
body {
    margin:0 auto;
    width:100%;
    border: 0;
    height:fill-available;
    text-align:center;
    font:18px Arial, Helvetica, sans-serif;
    color:#5a4059;  
}
/* ============================= PAGE ============================= */
.page { 
   text-align: justify; 
   font:16px Arial, Helvetica, Arial, sans-serif; 
   color:#5a4059; 
   padding: 0% 3% 0% 3%;
}
.feed { 
      margin: auto;
      width: 90%;  
      width: 400px;
      overflow-y: hidden;
      overflow-x: hidden;
}
table {
    width: 98%;
    }
ul {
    list-style-type:square;
    font:16px Arial, Helvetica, Arial, sans-serif; 
    font-size: 16px; 
    text-align: left;
    padding: 0% 3% 0% 3%;
}
p {
   text-align: justify; 
   font:16px Arial, Helvetica, Arial, sans-serif; 
   color:#5a4059; 
   padding: 0% 3% 0% 3%;
}
p.header{
         text-align: center; 
         font:18px Arial, Helvetica, Arial, sans-serif; 
         color:#5a4059;      
}
h1 {text-align:center}
h2 {text-align:center}
h3 {font-size: 18px}
iframe {overflow: visible; 
        margin: 0 auto;}
/* ============================= NAVIGATION PROPERTIES ============================= */
/* The sidepanel menu */
.sidepanel {
  height: 250px; /* Specify a height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  right: 0;
  border: none;
  background-color: #f4cdaf; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 80px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
}

/* The sidepanel links */
.sidepanel a {
  padding: 5px 5px 5px 10px;
  text-decoration: none;
  text-align: center;
  font-size: 24px;
  color: #5a4059;
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #F5F5F5;
  transition: 0.3s;
  z-index: 1;
}

/* When you mouse over the navigation links, change their color */
.sidepanel a:hover {
  color: #532a65;
}

/* Position and style the close button (top right corner) */
.sidepanel .closebtn {
  position: fixed;
  top: 0;
  right: 90px;
  border: none;
  font-size: 65px;
  margin-left: 55px;
}

/* Style the button that is used to open the sidepanel */
.openbtn {
  font-size: 50px;
  cursor: pointer;
  background-color: #5a4059;
  color: white;
  padding: 5px 5px;
  border: none;
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  right: 0;
}

.openbtn:hover {
  background-color: #444;
    border: none;
}

/* ======================= FOOTER PROPERTIES ============================= */
#footer {
            position: fixed;
            bottom: 0;
            width: 100%;
            color: #9e90a5;
            font-size: 12px;
            /* Height of the footer*/ 
            height: 20px;
            background: #5a4059;
}
