html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

ul {
	list-style: none;
}

ol {
    margin-left: 20px;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none !important;
	outline-style: none;
}

.overflow-hidden {
	overflow: hidden;
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

a:link,
a:hover {
	text-decoration: none;
}

button,
input[type="submit"],
input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

a {
	color: #219bd7;
	text-decoration: none;
}

b,
strong {
	font-weight: 700;
}

img {
	/* make images responsive */
	max-width: 100%;
    height: auto;
}

input {
	font-size: 1.6rem;
}

input[type="search"]::-ms-clear {
	/* removes close icon - IE */
	display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}
/* Product content */
.product-main-content ul {
    margin: 0 0 2.0em 0;
    display: block;
}

.product-main-content ul li {
    margin: 0.6em 0;
    margin-left: 1.6em;
    position: relative;
}

.product-main-content ul li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    margin: 5px 0 0 -1.6em;
    display: inline-block;
    height: 8px;
    width: 8px;
    background: #219bd7;
    backface-visibility: hidden;
}
/* Product content */

table {
    width: 100%;
    border: 1px solid #eee;
}
table thead {
    font-weight: bold;
}
table td, table th {
    border: 1px solid #eee;
    padding: 5px;
    text-align: left;
}

.hirdaszf-heading {
    text-transform: uppercase;
    font-size: 1.4em;
    line-height: 1.2em;
    color: #010101;
    font-weight: 600;
    margin: 1.0em 0 0.8em 0;
    position: relative;
}

.hirdaszf-heading:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: calc(100% + 14px);
    width: 10px;
    background: #d6d6d6;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: -15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.topic-main ul {
    margin: 0 0 2.0em 0;
    display: block;
}
.topic-main li {
    margin: 0.6em 0;
    /*margin-left: 1.6em;*/
    margin-left: 0;
    position: relative;
}

.topic-main li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    margin: 5px 0 0 -1.6em;
    display: inline-block;
    height: 8px;
    width: 8px;
    background: #219bd7;
    backface-visibility: hidden;
    display: none;
}
.content-list {
	margin: 0 0 2.0em 0;
	display: block;
}

.content-list li {
	margin: 0.6em 0;
	margin-left: 1.6em;
	position: relative;
}

.content-list li::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	margin: 5px 0 0 -1.6em;
	display: inline-block;
	height: 8px;
	width: 8px;
	background: #219bd7;
	backface-visibility: hidden;
}
