				.polleredmenykeret {
                 width: 99%;
                 border: 2px solid #111;
				}
				.fokeret {
					background:#a13131;
				}
				.fokeret2 {
					background:#33890d;
				}
				.pollkeret1 {
					margin:5px;
					padding:5px;
				    border: 2px solid #111;	
                    font-size: 1.3 em;				    
					width:16%;
					text-align:center;
					color:#FFF;
					font-weight:bold;
				}
				.pollkeretid {
					margin:5px;
					padding:5px;
				    border: 2px solid #111;	
                    font-size: 1.3 em;				    
					width:5%;
					text-align:center;
					color:#FFF;
					font-weight:bold;
				}				
     			.pollkeret1admin {
					margin:5px;
					padding:5px;
				    border: 2px solid #111;	
                    font-size: 1.3 em;				    
					width:16%;
					text-align:center;
					color:#FFF;
					font-weight:bold;
				}				
			    .pollkeret1 a {
					display:inline-block;
					margin: 5px;
					width:20%;
					border: 2px solid #111;
					padding: 5px 0 5px 0;
				}
				.igen {
					background: #050;
				}
				.igen:hover {
					background: #090;
					font-weight:bold;
					color:#FFF;
				}
				.nem {
					background: #500;
				}
				.nem:hover {
					background: #900;
					font-weight:bold;
					color:#FFF;
				}				
				.tartozkodas {
					background: #8c3c12;
				}
				.tartozkodas:hover {
					background: #bf4c10;
					font-weight:bold;
					color:#FFF;
				}	
                .editikonimg {
                    display:inline-block;
					width:30px;
					margin-right:5px;
				}	
                .deleteikonimg {
                    display:inline-block;
					width:30px;
					margin-left:5px;					
				}	
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -60px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
* {
    box-sizing: border-box;
}

.aote {
width: 100%;
padding: 12px;
border: 1px solid #d56363;
border-radius: 4px;
resize: vertical;
background: beige;
color: teal;
}

label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}				