body,
div, label, p,
form, fieldset, input, button, select, textarea,
ul, ol, li,
dd, dt, dl,
table, tr, th, td,
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
:-moz-any-link:focus {
  outline: none;
}
html, body {
    height: 100%;
}

body {
	font-size: 100%;
	color: #646464;
	font-family: 'Open Sans';
    background: #FFF; /* url('/media/images/bg_test.jpg') no-repeat center top;*/
}

img {
	border: none;
}

a {
	color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

li.spacer,
div.spacer {
	clear: both;
	overflow: hidden;
	height:20px;
}

.np{
padding:0px;
}
.nm{
	margin:0px;
}

html .content_regular.npt{
	padding-top:0px;
}
html .content_regular.npb{
	padding-bottom:0px;
}

.flex-cert-thumbs {
	display: flex;
    justify-content: space-around;
}