html,body {
    height: 100%;
    margin: 0;
}

form {
    display: table;
    height: 100%;
}

p,span {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: middle; 
}

td, input, textarea, select {
	outline: none;
}

img {
	border: none;
}

a:hover {
	text-decoration: underline;
}

p, ol, ul, select, label, a, td, th, .cc-cookies, .ValidationSummary {
    line-height: 1.4em;
    margin-bottom: 0.8em;
}

h1 > *,
h2 > *,
h3 > * {
    margin-bottom: 0;
}

p {
    margin-top: 1.6em;
}


h1, h1 > span {
    line-height: 1em;
}

h2, h2 > span {
    margin-top: 0.8em;
    line-height: 1em;
}

h3 {
    margin-top: 0.8em;
    line-height: 1em;
}

a img:hover, 
input[type="image"]:hover {
    opacity: 0.8;
}

li > label {
    margin-bottom: 0;
}

textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 30px;
    padding: 5px;
    line-height: 20px;
}

textarea {
    box-shadow: none;
    outline-color: transparent;
    outline-width: 0px;
    outline: none;
}

input[readonly="readonly"],
input[disabled="disabled"],
select,
textarea {
    border-style: solid;
    border-width: 1px;
}


input::-webkit-input-placeholder,
input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    opacity: 0.7; /* Firefox */
}

input[type="radio"] {
    margin-right: 0.3em;
}

table caption {
    display: none;
}