/*
You can add your own CSS here.

Click the help icon above to learn more.
*/	
/*Staff*/

table.Staff {
	table-layout: fixed;
	/*border: 1px solid #1C6EA4;*/
	width: 100%;
	height: 100%;
  text-align: center;

}
table.Staff td, table.Staff th {
	/*border: 1px solid #AAAAAA;*/
	padding: 10px 10px;
}
table.Staff tbody td {
  font-size: 13px;
	vertical-align: top;
}
table.Staff tfoot td {
  font-size: 14px;
}
table.Staff tfoot .links {
  text-align: center;
}
table.Staff tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

/*WhatTreat*/

table.WhatTreat {
  table-layout: fixed;
	width: 100%;
  height: 100%;
  text-align: center;
}
table.WhatTreat td, table.WhatTreat th {
  padding: 10px 10px;
}
table.WhatTreat tbody td {
  font-size: 13px;
	vertical-align: top;
}
table.WhatTreat tfoot td {
  font-size: 14px;
}
table.WhatTreat tfoot .links {
  text-align: right;
}
table.WhatTreat tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

/*WhoTreat*/

table.WhoTreat {
 	table-layout: fixed;
	width: 100%;
  height: 100%;
  text-align: center;
}
table.WhoTreat td, table.WhoTreat th {
  padding: 10px 10px;
}
table.WhoTreat tbody td {
  font-size: 13px;
	vertical-align: top;
}
table.WhoTreat tfoot td {
  font-size: 14px;
}
table.WhoTreat tfoot .links {
  text-align: right;
}
table.WhoTreat tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

/*Home*/

table.Home {
  table-layout: fixed;
	width: 100%;
  height: 100%;
  text-align: center;
}
table.Home td, table.Home th {
  padding: 1px 1px;
}
table.Home tbody td {
  font-size: 10px;
	vertical-align: top;
}
table.Home tfoot td {
  font-size: 10px;
}
table.Home tfoot .links {
  text-align: right;
}
table.Home tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 1px 4px;
  border-radius: 5px;
}


/*statistics*/

table.statistics {
  table-layout: fixed;
	width: 100%;
  height: 100%;
  text-align: center;
}
table.statistics td, table.statistics th {
  padding: 1px 1px;
}
table.statistics tbody td {
  font-size: 10px;
}
table.statistics tfoot td {
  font-size: 10px;
}
table.statistics tfoot .links {
  text-align: right;
}
table.statistics tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 1px 4px;
  border-radius: 5px;
}