/* This is an automatically generated file. */
/* DO NOT EDIT it manually, becouse it will be rewritten! */

/* Appended file: /template/template.css */
html {	
	width: 100%;
	height: 100%;
	overflow-y: hidden;
}

body {	
	margin: auto;
	padding: 0;
	width: 800px;
	height: 100%;
	background-color: AntiqueWhite;
}

header {
	height: 50px;
	font-size: 36px;
	color: Sienna;
	text-align: center;
}

nav {
	margin-bottom: 15px;
	height: 35px;
	background-color: Peru;
	vertical-align: middle;
}

nav a {
	display: block;
	width: 12%;
	height: 35px;
	line-height: 35px;
	float: left;
	color: AntiqueWhite;
	text-align: center;	
    text-decoration: none;
}

nav a:last-child {
	float: right;
}

nav a.active {
	background-color: SaddleBrown;
}

nav a:hover {
	background-color: Chocolate;
}

aside {
}

main {	
	padding: 0 10px 0 10px;
	height: calc(100% - 50px - 50px - 50px);
	overflow: auto;
	scrollbar-color: SaddleBrown Peru;	
}	

footer {
	margin-top: 15px;
	margin-bottom: 15px;
	height: 20px;	
	color: AntiqueWhite;
	background-color: Peru;
	text-align: center;
}

/* Appended file: /template/aside.css */
aside {	
	float: left;
}

aside a {
	display: block;
	padding: 4px;
	font-weight: bold;
	color: Peru;
	text-align: center;	
    text-decoration: none;	
}

aside a.active {
	color: SaddleBrown;
	background: Peru;
}

aside a:hover {
	color: Chocolate;
}

/* Appended file: /template/events.css */
table.events {
	width: 100%;
	text-align: left;	
}

table.events tr {
	vertical-align: top;	
}

table.events tr:nth-child(even) {
	background-color: NavajoWhite;
}

table.events th {
	color: SaddleBrown;
	padding-left: 5px;
}

table.events td {
	padding: 5px;
}

table.events td:nth-child(1) {
	white-space: nowrap;
}

table.events td:nth-child(2) {
	width: 100%;
	font-weight: bold;
}

table.events td:nth-child(2):hover {
	background-color: Peru !Important;
	cursor: pointer;
}

table.events td:nth-child(3) {
	white-space: nowrap;
}

table.events td:nth-child(3):hover {
	background-color: Peru !Important;
	cursor: pointer;
}

table.events details p {
	margin: 0;
	font-style: italic;	
	font-weight: normal;
}
