/* layout section */
.CollapsiblePanel {
margin:5px;
padding:5px;
}

.CollapsiblePanelContentA {
margin:0px;
padding:0px;
height: 200px;
}
.CollapsiblePanelContentB {
margin:0px;
padding:0px;
height: 100px;
}
/* colour section */
a.mailto
{
    text-decoration:none;
    color: #007cc2;
    
}
/* typography section */
em
{
    font-style:normal;
}
p.bold,em
{
font-weight:bold;
}

