/*************************************************************************/
/* CSS                                                                   */
/* Styles for the footer section of each page.                           */
/*************************************************************************/

table.footer {
 width            : 100%;
}

td.footer-item {
  white-space     : nowrap;
  vertical-align  : middle;
}

td.copyright {
 font-size        : 80%;
 text-align       : right;
}
