body {
  font: 16px arial, sans-serif !important;
}

DIV.hr-logo:after, DIV.hr-logo IMG:after, DIV.hr-input:after, DIV.hr-row INPUT:after, DIV.hr-row SPAN:after, DIV.hr-row:after, DIV.hr-row-submit:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}
DIV.hr-logo, DIV.hr-logo IMG, DIV.hr-input, DIV.hr-row INPUT, DIV.hr-row SPAN, DIV.hr-row, DIV.hr-row-submit {
    display: inline-block;
}
DIV.hr-logo, DIV.hr-logo IMG, DIV.hr-input, DIV.hr-row INPUT, DIV.hr-row SPAN, DIV.hr-row, DIV.hr-row-submit {
    display: block;
}
DIV.hr-logo {
    width: 50%;
	margin: 0 auto;
    border: 1px solid lightgrey;
    margin-bottom: 12px;
}
DIV.hr-logo IMG {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 0px;
    top: 0px;
}
DIV.hr-input {
    width: 50%;
	margin: 0 auto;
    border: 1px solid lightgrey;
}
DIV.hr-row INPUT {
    position: relative;
    left: 0px;
    top: 0px;
    font-family: Arial;
    font-size: 24pt;
    width: 436px;
}
DIV.hr-row SPAN {
    position: relative;
    left: 0px;
    top: 0px;
    font-size: 24pt;
    width: 436px;
}
DIV.hr-row SPAN.hr-info2 {
	text-align:  justify;
    font-size: 14pt;
	color: blue;
}
DIV.hr-row SPAN.hr-info {
	text-align: center;
	color: red;
}
DIV.hr-row {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 0px;
    top: 0px;
    width: 436px;
    margin-top: 40px;
    font-family: Arial;
    font-size: 24pt;
}
DIV.hr-row SELECT {
    font-size: 24pt;
    width: 436px;
}
DIV.hr-row OPTION {
    font-size: 24pt !important;
}
DIV.hr-row-title {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 0px;
    top: 0px;
    width: 436px;
    font-family: Arial;
    font-size: 20pt;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #09BE00;
}
DIV.hr-row-submit {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 0px;
    top: 0px;
    width: 440px;
}
DIV.hr-row-submit INPUT {
    font-family: Arial;
    font-size: 26pt;
    width: 436px;
    margin-top: 40px;
}
DIV.hr-row-echo {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 0px;
    top: 0;
    width: 500px;
    margin-top: 0px;
    font-family: Arial;
    font-size: 18pt;
    padding-left: 0px;
    text-align: center;
}
SPAN.hr-red {
    color: #FF0000;
}
SPAN.hr-green {
    color: #008000;
}
div.hr-input-center {
    width: 440px;
    margin: 0 auto;
}
div.hr-box {
    width: 100%;
}
div.hr-out{
    width: 50%;
    margin: 0 auto;
    border: 1px solid lightgrey;
}
div.hr-lopd {
    width: 50%;
    margin: 10px auto;
    border: 1px solid lightgrey;
}
div.hr-legal {
	margin: 10px;
	text-align: justify;
	font: 10px arial, sans-serif !important;
}
div.hr-legal ul {
	padding: 8px;
}
div.hr-cookies {
	margin: 10px;
	text-align: justify;
	font: 14px arial, sans-serif !important;
}
div.hr-cookies ul {
	padding: 8px;
}
div.hr-list {
    padding: 10px 0px 0px 10px; 
}
table.hr-tab {
    width: 80%;
    border: 1px solid lightgrey;
    margin: 0px auto 10px auto;
    border-collapse: collapse;
}
.hr-tab td {
    border: 1px solid lightgrey;
    border-collapse: collapse;
    padding: 6px;
}
.hr-tab a {
    padding: 2px 12px;
}
a.hr-button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
}