body {
/*	text-align: center;*/
	font-size: 17px;
	font-family: Arial;
}
table {
	margin: 0 auto;
	/* border: 1px solid #ccc; */
	padding: 10px;
}
tr:hover td {
	/**/
}
.main {
	display: block;
	margin: 0px auto;
	/*width: 970px;*/
	max-width: 900px;
    /* min-width: 785px; */
}
.main.urlap {
	text-align: center;
}

.highlight {
	background-color: #FCCDFF;
/*	background-color: #D2FFA5;*/
	border: 1px solid #f00 !important;
}
.errorMsg {
	width: 100%;
	padding: 5px;
	margin: 0;
	border: 1px solid #FCCDFF;
	color: #fff;
	background-color: #ff0000;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 40;
}

input {
	font-size: 17px;
	font-family: Arial;
}
input[type="email"],
input[type="text"] {
	border: 0px solid #00f;
	border-bottom-width: 1px;
	width: 200px;
}
input[type="button"] {
	border: 1px solid #008000;
	/*color: #000;*/
}
input[type="button"].disabled {
	border: 1px solid #ccc;
	color: #fff;
}
input[readonly="readonly"] {
	border-color: #ccc;
}
input[type="submit"] {
	width: 100%;
	margin: 10px 0;
	border: 2px solid #008000;
	font-size: 20px;
	text-transform: uppercase;
	padding: 5px 5px;
	cursor: pointer;
}


#jeloltek_table tbody tr{
	padding: 5px;
	display: block;
}
#jeloltek_table .jelolt_sor {
	padding-left: 5px;
	
}
#jeloltek_table .jelolt_sor input{
	width: 25px;
	height: 25px;
	vertical-align: bottom;
	margin: 0;
}
#jeloltek_table .jelolt_sor input:not(:checked) + label{
	color: #6c6c6c;
	text-decoration: line-through;
}
#jeloltek_table .jelolt_sor .jelolt_neve{
	font-size: 20px;
	line-height: 20px;
}

.separator {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	border: 0px solid #ccc;
	border-bottom-width: 1px;
}
.statusZold {
	color: #008000;
}
.statusKek {
	color: #00f;
}
.statusPiros {
	color: #f00;
}


.sticky_item {
	position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 20;
    background-color: #fff;
    
}
.sticky_bottom {
	position: -webkit-sticky;
    position: sticky;
    bottom: 0px;
    z-index: 20;
    background-color: #fff;
    
}
.container {
	padding: 10px;
    border: 1px solid #ccc;
    /*max-width: 450px;*/
    margin: 5px auto;
}
#szavazat-todo {
	font-size: 18px;
	margin-top: 5px;
}
#jeloltek_szama {
	font-size: 25px;
	font-weight: bold;
}

::-webkit-input-placeholder {
   font-style: italic;
   font-size: 80%;
   padding-top: 2px;
}
:-moz-placeholder { /* Firefox 18- */
   font-style: italic;
}
::-moz-placeholder {  /* Firefox 19+ */
   font-style: italic;
}
:-ms-input-placeholder {
   font-style: italic;
}
.color-red {
	color:  #f00;
}
#separator {
   height: 50px;
}

.grecaptcha-badge { 
    visibility: hidden;
}