
table h2 {
	margin-top: 20px;
}

form.ovulacio.prew select[name=honap1], form.ovulacio.prew select[name=honap2], form.ovulacio.prew select[name=honap3],   {
	width: 500px;
}

#vercsoport {
	
}
#vercsoport div.options {
	font-size: 15px;
	margin-top: 15px;
}
#vercsoport div.options .items {
	padding: 10px;
}
#vercsoport div.options .items a {
	display: inline-block;
	padding: 5px;
	background-color: #E3F1FA;
	width: 30px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px; 
	font-weight: bold;
}
#vercsoport div.options .items a:hover {
	background-color: #8EB2BE;
	color: white;
}
#vercsoport div.options .items a.r {
	font-size: 14px;
}
#vercsoport div.options .items a.akt {
	font-weight: bold;
	background-color: #8EB2BE;
	color: white;
}
#vercsoport div.result {
	font-size: 15px;
	line-height: 30px;
	margin-top: 15px;
}
#vercsoport div.result span {
	display: inline-block;
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 30px;
	font-weight: bold;
}
#vercsoport div.result span.r {
	font-size: 28px;
}

	#etrendkalkulator .inputs {
		background-color: #8EB2BE;
		padding: 15px 55px;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
	}
	#etrendkalkulator .inputs .inner {
		background-color: #F7F7F7;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		padding: 5px 10px 10px 10px;
	}
	#etrendkalkulator h3, #etrendkalkulator .lead, #etrendkalkulator .korcsoport, #etrendkalkulator .eredmeny, #etrendkalkulator h1 {
		text-align: center;
	}
	#etrendkalkulator .korcsoport {
		list-style-type: none;
		padding: 0px;
		/* display: table; */
	}
	#etrendkalkulator .inputs .korcsoport a {
		display: inline-block;
		vertical-align: middle;
		background-color: #e5b7c1;
		padding: 10px;;
		/* border: 5px #FFF solid; */
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		color: #FFF;
		width: 35px;
		height: 35px;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		text-decoration: none;
		transition: color 0.3s, background-color 0.3s;
		-moz-transition: color 0.3s, background-color 0.3s;
		-webkit-transition: color 0.3s, background-color 0.3s;
		-o-transition: color 0.3s, background-color 0.3s;
		margin: 5px;
	}
	#etrendkalkulator .inputs .korcsoport a.akt, #etrendkalkulator .inputs .korcsoport a:hover, #etrendkalkulator .eredmeny h3 {
		color: #FFF;
		background-color: #D68A9C;
		transition: color 0.3s, background-color 0.3s;
		-moz-transition: color 0.3s, background-color 0.3s;
		-webkit-transition: color 0.3s, background-color 0.3s;
		-o-transition: color 0.3s, background-color 0.3s;
	}
	#etrendkalkulator .eredmeny h3 {
		width: 340px; 
		/* height: 40px; */
		margin: auto;
		padding: 10px;
		border-radius: 8px 8px 0px 0px;
		-webkit-border-radius: 8px 8px 0px 0px;
		-moz-border-radius: 8px 8px 0px 0px;
		margin-top: 30px; 
		line-height: 15px;
	}
	#etrendkalkulator .korcsoport a b {
		font-size: 20px;
	}
	#etrendkalkulator .eredmeny {
	}
	#etrendkalkulator .eredmeny .korcsoport, #etrendkalkulator .eredmeny .korcsoport .item {
		display: none; 
	}
	#etrendkalkulator .eredmeny {
		padding: 25px 15px 15px 15px;
		/* background: url(images/kalkulator-etrend-eredmeny-bg-2.png) no-repeat; */
		background-image: url(images/kalkulator-etrend-eredmeny-bg-2.png);
		background-repeat: no-repeat;
		width: 435px;
		height: 440px;
		margin: 30px auto;
	}
	#etrendkalkulator .eredmeny .item {
		height: 295px; 
	}
	#etrendkalkulator .eredmeny .item table {
		padding: 5px 15px 0px 15px;
		margin-bottom: 0px;
		background-color: #F7F7F7;
		overflow: auto;
		width: 360px; 
		height: 280px; 
		margin: auto;
		border-radius:	0px 0px 8px 8px ;
		-webkit-border-radius:	0px 0px 8px 8px ;
		-moz-border-radius:	0px 0px 8px 8px ;
	}
	#etrendkalkulator .eredmeny .item table tr td {
		color: #44798f;
		padding: 5px;
		margin: 0px;
		font-size: 14px;
		text-align: left;
		line-height: 16px;
		border-top: 2px #FFF solid;
	}
	#etrendkalkulator .eredmeny .item table tr td a {
		color: #f4818e;
		text-decoration: underline;
		font-size: 14px;
	}
	#etrendkalkulator .eredmeny .item table tr:first-child td {
		border-top: 0px #FFF solid;
	}
	#etrendkalkulator .eredmeny .item table tr td:first-child {
		/* font-weight: bold; */
		padding: 5px;
		font-size: 13px;
		/* clear: both;  */
		/* float: left; */
		width: 100px;
		text-align: right;
		line-height: 20px;
		color: #989c9b;
	}
	#etrendkalkulator .refresh.button {
		background-color: #D68A9C;
		padding: 5px 15px;
		/* margin-top: 100px; */
	}
	#etrendkalkulator h1 {
		background-color: #D68A9C;
		margin-bottom: 0px;
		color: #FFF;
		padding: 4px 10px;
		display: inline-block;
		margin-top: 40px;
		margin-left: 133px;
		text-align: center;
		font-size: 13px;
		font-weight: bold;
		text-transform: uppercase;
		border-radius: 8px 8px 0px 0px;
		-webkit-border-radius: 8px 8px 0px 0px;
		-moz-border-radius: 8px 8px 0px 0px;
	}
