/*
Health colour scheme

Dark    Medium	Light	V.Light
100%	65%		54%		11%
#1A206D #6a6ea0 #8386b0 #e6e7ef 

Subject popup background colour: #DDDEE9
*/

img.physio-right {
	float: right;
	margin:0 0 20px 40px;
 }

table.physio-table {
background-color: #000000;
border-spacing: 1px;
border-collapse: separate;
}

table.physio-table td, table.physio-table th {
padding: 10px; }

table.physio-table th {
font-weight: bold;
text-align: center;
background-color: #8386b0;
color: #ffffff; }

table.physio-table td {
background-color: #e6e7ef; }

