/* CSS to control the format of Client pages.
 *
 * Redali Colors:
 *   red    -> rgb(117,11,11)
 *   blue   -> rbg(76,153,176)
 *   purple -> rgb(94,37,87)
 */

.clientTable {

/* this is the big table that includes the client logos and information*/

}


.clientLogo {

/* need to specify that it's centered horizontally and vertically in cell*/

}


/* Information for each client. */

.clientInfo { color: black; font-size: 90%; background-color: white; text-decoration: none; padding-bottom: 0.05in; padding-left: 0.1in; }

.clientLabel { font-weight: bold; color: rgb(94,37,87); background-color: white; }

.clientName { font-weight: bold; background-color: white; color: rgb(117,11,11); text-decoration: underline; padding-top: 0.1in; padding-bottom: 0.05in; padding-left: 0.1in; }



