
* {
	font-family:'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 17px;	
	max-width: 800px;
	padding: 0 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
	margin-top: 2px;
}


h1 {
	font-size: 16px; 
}

#label_text {
	cursor: pointer;
	padding: 3px 0px;
    border: 0px solid #333333 !important;
}

#label_radio {
	cursor: pointer;
	padding: 1px 1px;
    border: 1px solid #333333 !important;
}

#label_check {
	cursor: pointer;
	padding: 1px 1px;
    border: 1px solid #333333 !important;
}

input[type=text] {
	width: 300px;
}

#no_piros {
	width: 300px;	
	}




.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: none;
}

.tooltip .tooltiptext {
	font-weight: normal;
	line-height: 18px;
    visibility: hidden;
    width: 240px;
    background-color: rgba(165,52,46,0.9);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -180px;
	margin-top: -10px;
}

.tooltip .tooltiptext::after {
     visibility: hidden;
   content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-style: solid;
    border-color: rgba(165,52,46,0.9) transparent transparent transparent;
}

@page {
  size: A4;
}

#text_long {
	width: 100%;
}

#left_td {
	width: 120px;
}


input[type=submit], #piros, #zold {
	display: none;
}


#alairas {
	width: 90%;
}