div.formispoiler {
    background-color: #4369a0;
    background: rgba(76,130,196,1);
    background: -moz-linear-gradient(left, rgba(76,130,196,1) 0%, rgba(63,110,163,1) 51%, rgba(41,77,121,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(76,130,196,1)), color-stop(51%, rgba(63,110,163,1)), color-stop(100%, rgba(41,77,121,1)));
    background: -webkit-linear-gradient(left, rgba(76,130,196,1) 0%, rgba(63,110,163,1) 51%, rgba(41,77,121,1) 100%);
    background: -o-linear-gradient(left, rgba(76,130,196,1) 0%, rgba(63,110,163,1) 51%, rgba(41,77,121,1) 100%);
    background: -ms-linear-gradient(left, rgba(76,130,196,1) 0%, rgba(63,110,163,1) 51%, rgba(41,77,121,1) 100%);
    background: linear-gradient(to right, rgba(76,130,196,1) 0%, rgba(63,110,163,1) 51%, rgba(41,77,121,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c82c4', endColorstr='#294d79', GradientType=1 );
    color: white;
    text-align: center;
	cursor: pointer;
	padding: 6px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 3px;
}

div.formispoiler:hover {
    background: rgba(59,111,176,1);
    background: -moz-linear-gradient(left, rgba(59,111,176,1) 0%, rgba(54,94,140,1) 51%, rgba(36,68,106,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(59,111,176,1)), color-stop(51%, rgba(54,94,140,1)), color-stop(100%, rgba(36,68,106,1)));
    background: -webkit-linear-gradient(left, rgba(59,111,176,1) 0%, rgba(54,94,140,1) 51%, rgba(36,68,106,1) 100%);
    background: -o-linear-gradient(left, rgba(59,111,176,1) 0%, rgba(54,94,140,1) 51%, rgba(36,68,106,1) 100%);
    background: -ms-linear-gradient(left, rgba(59,111,176,1) 0%, rgba(54,94,140,1) 51%, rgba(36,68,106,1) 100%);
    background: linear-gradient(to right, rgba(59,111,176,1) 0%, rgba(54,94,140,1) 51%, rgba(36,68,106,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b6fb0', endColorstr='#24446a', GradientType=1 );
}

.kalenterikoko {
	position: relative;
}

.kalenterititle {
	font-size: 24px;
    line-height: 24px;
    float: left;
	font-weight: bold;
    padding-top: 2px;
    text-transform: lowercase;
    margin-bottom: 10px;
}

.kalenteriviikko {
	clear: both;
	border-top: none;
    border-bottom: none;
    margin: 20px 0;
    border: 1px solid #eeeeee;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.paiva:nth-child(odd) {
	background: #f9f9f9;
}

.paiva:nth-child(odd):hover {
	background: #f1f1f1;
}

.paiva:nth-child(even):hover {
    background: #f9f9f9;
}

.paiva:last-child {
    border-bottom: 2px solid #dddddd;
}

.paiva {
	border-top: 2px solid #dddddd;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 4px 8px;
	overflow: hidden;
	min-height: 50px;
}

.paivanimi {
	float: left;
	font-size: 18px;
	margin-bottom: 10px;
}

.paivamaara {
	float: right;
	font-size: 18px;
}

.tapahtumat_wrap {
	clear: both;
}
.tapahtuma {
	overflow: hidden;
	line-height: 1.1;
	padding-bottom: 15px;
}

div.tapahtuma/*:not(:first-child)*/ {
    padding-top: 15px;
    border-top: 2px #dddddd;
    border-top-style: dashed;
}

.tapahtuma_title {
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}

.tapahtuma_kuvaus {
	margin-bottom: 10px;
	display: block;
}

.tapahtuma_time_wrap {
	float: right;
	font-weight: bold;
}

.lukkari_img {
	height: 14px;
	width: auto;
	float: left;
	margin-right: 2px;
	vertical-align: baseline;
}

.tapahtuma_location_wrap {
	float: left;
}

.tapahtuma_owner {
	float: right;
	clear: both;
}

.tapahtuma_button_wrap {
	float: left;
	height: 32px;
    margin-top: 5px;
}

.tapahtuma_button_wrap button {
	
}

.tapahtuma_button_wrap a, .tapahtuma_button_wrap form {
	float: left;
	margin: 0 5px 0 0;
}

.gbs3 .trumbowyg-box, .trumbowyg-editor {
	margin: 0;
}

.loadimg {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	top: 0;
}

.navi {
	font-weight: bold;
}

[id^=upcoming_]:hover [id^=tapahtuma_title_] {
	color: #52b8df;
}
[id^=tapahtuma_title_] {
	color: #5c626b;
}
[id^=tapahtuma_title_]:hover {
	color: #52b8df;
}
.lukkari_upcoming .lukkari_upcoming_item a{
	color: inherit;
}

.lukkari_upcoming_item {
	line-height: 1.1;
}

.lukkari_upcoming_item .tapahtuma_kuvaus {
	clear: both;
	margin: 10px 0;
}

.lukkari_upcoming_item .tapahtuma_time_wrap {
	font-weight: normal;
	float: none;
}