/* Footer styles
-------------------------------------------------- */
footer.navbar-default.navbar-fixed-bottom
 {
      background:silver;
      color:white;
      padding:1em 0;
 }
 footer.navbar-default.navbar-fixed-bottom p
 {
      margin:0;
 }
/* End Sticky footer styles
-------------------------------------------------- */
/* Table alternating row colors styles
-------------------------------------------------- */
.odd {
	background-color:lightblue;
}
.even {
	background-color:white;
}
/* End Sticky footer styles
-------------------------------------------------- */