#alapgomb
{
	clear: both;
	border:none;
	background-color: #3f93d0;
	width: 160px;	
	padding: 4px 4px;	
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	z-index: 5000;
	font-size: 14pt;
	font-family : inherit;
	color: white;
	text-align: center;	
}
#nogomb
{
	border:none;
	background: none;
	display: table;
	position: relative;
	padding: 4px 4px;	
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	z-index: 5000;
	font-size: 14pt;
	font-family : inherit;
	color: white;
	text-align: center;	
}
#alapgomb:hover
{
	background-color: var(--main-harmadik-szin);
}

@media screen and (max-width: 650px) {
	.ajanlatkeres-gomb {
	width: 100%;
	}
}