/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}

footer {
    position: fixed;
    height: 120px;
    bottom: 0;
    width: 100%;
	background-color: #f5f5f5;
	padding-top: 10px;
	margin-top: 100px;
	box-shadow: 0px 0px 3px 3px #888;
}

main {
	margin-bottom: 120px;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: 800px;
  padding: 0 15px;
}

.rounded {
	border: 1px solid;
	border-color: #e5e5e5 #dbdbdb #d2d2d2;
	box-shadow: rgba(0,0,0,0.3) 0 1px 3px; -webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 3px; -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
	border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; -khtml-border-radius: 4px;
	min-height: 26px;
}

a {
	text-decoration: none;
	color: brown;
}

h1 {
	font-family: 'Fredoka One';
	font-size: 36pt;
	color: #666;
}

h2 {
	font-family: 'Fredoka One';
	color: #666;
	font-size: 21px;
}

h3 {
	font-family: 'Fredoka One';
	color: #B66;
	font-size: 14pt;
}

.event-block {
	background-color: #eee;
	margin-bottom: 5px;
	padding: 7px;
}

.event-block p {
	font-family: verdana;
	color: #000;
	border-left: 1px solid #999;
	padding-left: 5px;
}

.footer-content table {
	color: #ddd;
}


th.head {
	color: brown;
	font-size: 18px;
	text-align: left;
}

td.small {
	font-size: 9pt;
	vertical-align: bottom;
}

.ed {
	float: right;
	width: 70px;
	background-color: #fbfbfb;
	border: 1px solid #999;
	/*box-shadow: 0px 1px 3px 2px #aaa;*/
	padding: 3px;
	text-align: center;
	margin-left: 10px;
}

.ed-wday {
	font-size: 9pt;
	color: #333;
}
.ed-day {
	font-size: 21pt;
	color: #333;
	font-weight: bold;
}
.ed-mon {
	font-size: 11pt;
	color: #333;
}
.ed-year {
	font-size: 9pt;
	color: #999;
}

.input-rounded-button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid gray;
    padding:2px 4px 2px 4px;
    display:inline-block;
    text-decoration:none;
    background:#595651;

    color:#FFFFFF;
    cursor:pointer;
    font:11px sans-serif;
}

.red {
    background:#FF2B06 !important;
    color:#FFFFFF !important;
    cursor:pointer;
}

.input-rounded-button:hover {
    text-decoration:none;
    color:#ADD8E6;
    cursor:pointer;
    border:1px solid #FF2B06;
}

.res th, .res td {
	border-bottom: 1px solid #999;
}

@media print {
	.red {
		background: none;
	}
	body {
		background: none;
	}
	.footer-content {
		background: none;
		color: #000;
	}
	.footer-content table {
		background: none;
	}
	td {
		border-top: 1px solid black;
	}

	td.Kontant {
		border: 1px solid #000;
	}
}

.cnt0 {
	background-color: #ded;
	margin-bottom: 10px;
}
