@charset "utf-8";
.eventpane table strong { font-size: 125%; }
.eventpane table tr:last-child th,
.eventpane table tr:last-child td { border-bottom: none; }
.eventpane table.mod-2col { width: 340px; float: left; border-top: none; border-bottom: 1px solid #ccc; }
.eventpane table.mod-2col:nth-child(2) { float: right; margin-right: 0; }
.eventpane table.mod-2col thead th,
.eventpane table.mod-2col thead td { padding: 8px; }
.eventpane table.mod-2col td:nth-child(2) { border-right: none; }
.eventpane table.mod-2col td:nth-child(3) { padding-left: 8px; text-align: left; border-left: none; }

.eventpane a.red em { text-decoration: underline; font-weight: bold; }
