ol, 
ul {
	list-style: unset;
}

input, 
select {
	width: unset;
	height: unset;
}

input[type=radio], 
input[type=checkbox] {
	width: unset;
	height: unset;
}

body {
	line-height: 1.5em;
}

html, body {
   display: block;
}

html:after,
body:after{
	content: "";
	display: table;
	clear: both;  
}

table td,
table td input:not([type='radio']), 
table td input:not([type='checkbox']) 
{
	font-size: 1em;
}

/* star ratings in search results */
.hit-content .item-rating svg
{
	width: unset;
	height: unset;
}