footer.meu_rodape {
  width: 96%;
  height: 50px;
  color:White;
  background: #333;
  margin-left:2%;
  margin-bottom:0.50%;
  text-align:center;
  bottom: 0;
  position: fixed;
  padding: 15px 0;
  border-radius: 5px;
}
.tabelazebra>tbody>tr:nth-child(odd)>td, 
.tabelazebra>tbody>tr:nth-child(odd)>th {
background-color: #87CEEB;

}

