
* {
	font-family:'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 18px;	
	max-width: 800px;
	padding: 0 5px;
	margin-left: auto;
	margin-right: auto;
}


h1 {
	font-size: 16px; 
}

#label_text {
	cursor: pointer;
	padding: 3px 0px;
}

#label_radio {
	cursor: pointer;
	padding: 1px 1px;
    border-radius: 5px;
    border: 1px solid #fa5a6e !important;
	background: #FA4B61;
	color: white;
}

#label_check {
	cursor: pointer;
	padding: 1px 1px;
    border-radius: 5px;
    border: 1px solid #666666 !important;
	background: #cccccc;
}

input[type=text], input[type=date]  {
	width: 300px;
    border-radius: 5px;
	padding: 4px;	
    border: 1px solid #fa5a6e !important;	
}

#no_piros {
	width: 300px;	
    border-radius: 5px;
	padding: 4px;	
    border: 1px solid grey !important;	
}

input[type=submit] {
	margin: 20px 5px 5px 5px;
    padding: 15px 20px;
    background: #fa5a6e;
    color: #fff;
    cursor: pointer;
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    border: none;
    outline: none;
    border-radius: 5px;	
}

input[type=submit]:hover {
	margin: 20px 5px 5px 5px;
    padding: 15px 20px;
    background: #FA4B61;
    color: #fff;
    cursor: pointer;
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    border: none;
    outline: none;
    border-radius: 5px;	
}



.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: none;
}

.tooltip .tooltiptext {
	font-weight: normal;
	line-height: 18px;
    visibility: visible;
    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 {
    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;
}

#piros {
    border-radius: 5px;
	font-size: 14px;
	max-width: 80%;
	padding: 60px 30px;
	background: #FA4B61;
	color: white;
}

#zold {
    border-radius: 5px;
	font-size: 14px;
	max-width: 80%;
	padding: 60px 30px;
	background: #28a428;
	color: white;
}

a {
	font-size: 16px; 
	font-weight: bold;
	color: white;
	text-decoration: none;
    border-bottom: 1px solid #ffffff !important;	
}

#alairas {
	width: 90%;
}