@import url("core_style.css");

.content {
padding: 30px 40px 10px 40px;
}

.contacts table, .events table {
width: 665px;
margin: 0;
padding: 0;
font-size: 11px;
}

.events table {
background-color: silver;
}

td {
vertical-align: top;
}

.contacts td {
width: 12%;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: silver 1px solid;
}

td.namerole {
width: 23%;
}

.events td {
padding: 5px;
}

td.email {
width: 30%;
}

td.date {
width: 10%;
background-color: white;
}

td.event {
width: 33%;
background-color: white;
}

td.length {
width: 7%;
background-color: white;
}

td.location {
width: 15%;
background-color: white;
}

td.organiser {
width: 27%;
background-color: white;
}

td.remarks {
width: 8%;
background-color: white;
}

p {
padding-bottom: 15px;
}