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 {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CLEARFIX */

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* STYLE */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.4;
	color: #222;
}

.countdown {
	display: none;
	background: #36539b;
	color: #fff;
	text-align: center;
	padding: 6px 15px;
	max-width: 920px;
	margin: 0 auto;
	font-size: 0.875rem;
}

.header {
	max-width: 920px;
	margin: 0 auto;
	position: relative;
	padding: 15px;
}

.header button {
	width: 32px;
	height: 32px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 0;
	cursor: pointer;
	padding: 0;
	line-height: 34px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -16px;
}

.header button:hover {
	background: #d1d5db;
}

.header button svg {
	width: 9px;
	height: auto;
}

.logo {
	font-size: 0;
	display: inline-block;
	color: #273c72;
	text-decoration: none;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
}

.logo p {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 40px;
	height: 40px;
	margin-right: 11px;
}

.logo p svg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.logo p span {
	line-height: 40px;
	display: block;
	height: 40px;
	text-align: center;
	font-size: 1.5rem;
}

.logo > span {
	font-size: 1.25rem;
	display: inline-block;
	vertical-align: middle;
}

.content {
	max-width: 600px;
	padding: 30px 15px 0;
	margin: 0 auto;
}

.content h1 {
	margin-bottom: 24px;
	font-size: 2rem;
	font-weight: 600;
	font-family: 'Barlow Condensed', sans-serif;
}

.txt {
	margin-bottom: 16px;
}

.txt span {
	color: #273c72;
	font-weight: 600;
}

.product-image {
	max-width: 480px;
	margin: 0 auto 32px;
	position: relative;
}

.product-image img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.product-image .badge {
	position: absolute;
	top: 20px;
	right: 20px;
	background: #273c72;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	-webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    transform: rotate(10deg);
}

.badge-inside {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	color: #fff;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1.625rem;
}

.badge-inside span {
	font-weight: 600;
	display: block;
	font-size: 1.875rem;
}

.quiz, .question button, .cta-btn, .email-step button {
	text-align: center;
	text-decoration: none;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	color: #fff;
	border: 0;
	background: #273c72;
	font-size: 1.25rem;
	display: block;
	width: 100%;
	padding: 10px 15px;
	border-bottom: 5px solid #273c72;
	-webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%), 0 1px 2px -1px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2), 0 1px 2px -1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%), 0 1px 2px -1px rgb(0 0 0 / 20%);
    cursor: pointer;
    -webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	transition: all 250ms ease;
}

.quiz:hover, .question button:hover, .cta-btn:hover {
	background: #273c72;
}

/* COMMENTS */

.comments {
	font-family: Helvetica, sans-serif;
	margin-top: 64px;
	font-size: 0.875rem;
}

.others-say {
	font-size: 1.375rem;
	font-weight: 600;
	font-family: 'Barlow Condensed', sans-serif;
	margin-bottom: 16px;
}

.sorting-box {
	padding: 8px 0;
	margin-bottom: 25px;
	position: relative;
	border-bottom: 1px solid #e5e7eb;
	height: 64px;
}

.sorting-box > p {
	font-size: 0.875rem;
	line-height: 24px;
	font-weight: 600;
}

.inner-sorting-box {
	line-height: 20px;
	font-size: 0;
	position: absolute;
	top: 8px;
	right: 0;
}

.inner-sorting-box > svg {
	width: 16px;
	height: 16px;
	display: none;
	vertical-align: middle;
	margin-right: 8px;
	-webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
}

@-webkit-keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}

@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}

.inner-sorting-box > span {
	font-size: 0.875rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.sort {
	display: inline-block;
	vertical-align: middle;
}

.sort > button {
	cursor: pointer;
	color: #374151;
	background: #f3f4f6;
	padding: 0 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #d1d5db;
	font-weight: 700;
}

.sort > button:hover {
	background: #e5e7eb;
}

.sort > button span {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.75rem;
	line-height: 24px;
	font-family: Helvetica, sans-serif;
}

.sort > button svg {
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: auto;
	margin-left: 4px;
}

.dropdown-sort {
	display: none;
	z-index: 50;
	position: absolute;
	top: 4px;
	right: 0;
	padding: 4px 0;
	background: #fff;
}

.dropdown-sort button {
	font-family: Helvetica, sans-serif;
	font-size: 0.75rem;
	line-height: 16px;
	background: #fff;
	border: 1px solid #fff;
	border-left: 0;
	border-right: 0;
	display: block;
	width: 100%;
	text-align: left;
	padding: 4px 12px 4px 20px;
	position: relative;
	cursor: pointer;
}

.dropdown-sort button svg {
	width: 9px;
	height: auto;
	display: none;
	position: absolute;
	left: 6px;
	top: 50%;
	margin-top: -5px;
}

.dropdown-sort button.selected {
	color: #374151;
	font-weight: 700;
}

.dropdown-sort button.selected svg {
	display: block;
}

.dropdown-sort button:hover {
	color: #fff;
	background: #2563eb;
	border-color: #1e40af;
}

.dropdown-sort button:hover svg path {
	fill: #fff;
}

.add-comment {
	position: relative;
	margin-bottom: 32px;
}

.add-comment.active {
	padding: 0 0 0 58px;
}

.add-comment img {
	display: none;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
}

.add-comment.active img {
	display: block;
}


.add-comment textarea {
	width: 100%;
	display: block;
	border: 1px solid #d1d5db;
	min-height: 64px;
	padding: 8px 12px;
	font-family: Helvetica, sans-serif;
	font-size: 1rem;
}

.add-comment textarea:focus {
    outline: 1px solid #60a5fa;
    border-color: #2563eb;
}

.comment-button-box {
	font-size: 0;
	background: #f3f4f6;
	padding: 12px;
	display: none;
}

.add-comment.active .comment-button-box {
	display: block;
}

.comment-button-left {
	width: 65%;
	display: inline-block;
	vertical-align: top;
}

.comment-button-left [type=checkbox] {
	cursor: pointer;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	margin: 0;
	background: #fff;
	border: 1px solid #bfdbfe;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
}

.comment-button-left [type=checkbox]:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    border-color: transparent;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #6b7280;
    background-origin: border-box;
}

.comment-button-left label {
	font-size: 0.688rem;
	color: #9ca3af;
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}

.comment-button-left p {
	display: none;
	font-size: 0.688rem;
	margin-top: 4px;
}

.comment-button-right {
	text-align: right;
	width: 35%;
	display: inline-block;
	vertical-align: top;
}

.comment-button-right button {
	font-family: Helvetica, sans-serif;
	color: #fff;
	font-size: 0.875rem;
	line-height: 20px;
	font-weight: 700;
	background: #3b82f6;
	border: 1px solid #2563eb;
	padding: 4px 8px 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}

.comment-button-right button.disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

.main-comments {
	margin-bottom: 12px;
}

.comment {
	position: relative;
	padding-left: 56px;
	margin-top: 12px;
	display: none;
}

.comment:not(.start-coms):nth-child(1), .comment:not(.start-coms):nth-child(2), .comment:not(.start-coms):nth-child(3), .comment:not(.start-coms):nth-child(4), .comment:not(.start-coms):nth-child(5) {
	display: block;
}

.comment:first-child {
	margin-top: 0;
}

.comment-user-img {
	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0;
	left: 0;
}

.comment-user-img img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.comment-user-name {
	color: #2563eb;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 4px;
	font-weight: 700;
}

.comment-user-name span {
	display: inline-block;
	vertical-align: middle;
}

.comment-user-name:hover span {
	text-decoration: underline;
}

.comment-user-name svg {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
}

.comment-text {
	line-height: 20px;
}

.comment-text a {
	color: #2563eb;
	text-decoration: none;
}

.comment-text a:hover {
	text-decoration: underline;
}

.comment-image {
	width: 100%;
	overflow: hidden;
	max-width: 230px;
	margin-top: 5px;
	border: 1px solid #d1d1d1;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}

.comment-image img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.comment-meta {
	font-size: 0;
	color: #9ca3af;
	margin-top: 8px;
	line-height: 16px;
}

.comment-meta > * {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 4px;
	font-size: 0.75rem;
}

.comment-meta > *:first-child {
	margin-left: 0;
}

.comment-meta button {
	padding: 0;
	color: #3b82f6;
	background: transparent;
	border: 0;
	cursor: pointer;
	font-family: Helvetica, sans-serif;
}

.comment-meta button:hover {
	text-decoration: underline;
}

.total-likes {
	background: url(https://theevaluatorprogram.com/images-mkta/like.svg) no-repeat left center;
	background-size: 16px 16px;
	padding-left: 20px;
	line-height: 16px;
	min-height: 16px;
}

.comment > .comment {
	padding-left: 52px;
	border-left: 1px dotted #d1d5db;
	display: block !important;
}

.comment > .comment .comment-user-img {
	left: 8px;
	width: 36px;
	height: 36px;
}

.load-more {
	background: #3b82f6;
	border: 1px solid #2563eb;
	color: #fff;
	font-weight: 700;
	padding: 12px 16px;
	text-align: center;
	width: 100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family: Helvetica, sans-serif;
	cursor: pointer;
	line-height: 20px;
	font-size: 0.875rem;
}

.load-more svg {
	margin-right: 12px;
	display: none;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	-webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
}

.load-more span {
	display: inline-block;
	vertical-align: middle;
}

.load-more.end-coms svg {
	display: inline-block;
}

.comments-footer {
	margin-top: 12px;
	padding: 8px 0;
	border-top: 1px solid #d1d5db;
}

.comments-footer svg {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
}

.comments-footer a {
	text-decoration: none;
	color: #2563eb;
	font-size: 0.688rem;
}

.comments-footer a:hover {
	text-decoration: underline;
}

/* FAQ */

.faq-screen {
	z-index: 1000;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	overflow-y: auto;
	line-height: 100vh;
	padding: 0 16px;
	display: none;
}

.faq-overlay {
	z-index: 1001;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #6b7280;
	opacity: 0.8;
	cursor: pointer;
}

.faq-headline {
	font-size: 1.5rem;
	line-height: 24px;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 32px;
}

.faq-box {
	top: -20px;
	opacity: 0;
	margin: 16px 0;
	max-width: 896px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5;
	position: relative;
	z-index: 1005;
	background: #fff;
	padding: 32px 40px 32px 32px;
	-webkit-box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1);
	box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1);
	text-align: left;
	-webkit-transition: all 250ms cubic-bezier(0.4,0,0.2,1);
	-moz-transition: all 250ms cubic-bezier(0.4,0,0.2,1);
	transition: all 250ms cubic-bezier(0.4,0,0.2,1);
}

.faq-close {
	display: block;
	position: absolute;
	top: 16px;
	right: 16px;
	width: 24px;
	height: 27px;
	line-height: 32px;
	cursor: pointer;
	text-align: center;
}

.faq-close svg {
	width: 11px;
	height: auto;
	display: inline-block;
}

.faq-close:hover svg path {
	fill: #4b5563;
}

.card {
	margin-bottom: 20px;
	border: 2px solid #e5e7eb;
}

.card:last-child {
	margin-bottom: 0;
}

.card p {
	font-size: 0.875rem;
	display: none;
	padding: 12px;
}

.card:first-child p {
	display: block;
}

.card button {
	line-height: 24px;
	position: relative;
	text-align: left;
	padding: 8px 40px 8px 8px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    background: transparent;
    border: 1px solid #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    color: #4b5563;
    cursor: pointer;
}

.card button svg {
	position: absolute;
	top: 50%;
	right: 8px;
	display: block;
	width: 11px;
	height: auto;
	margin-top: -6px;
	-webkit-transition: all 150ms cubic-bezier(0.4,0,0.2,1);
	-moz-transition: all 150ms cubic-bezier(0.4,0,0.2,1);
	transition: all 150ms cubic-bezier(0.4,0,0.2,1);
}

.card button.active svg {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* FOOTER */

.footer {
	margin: 32px auto 0;
	max-width: 920px;
	text-align: center;
	padding: 32px 15px 16px;
	border-top: 1px solid #efefef;
}

.legal-links {
	color: #9ca3af;
	font-weight: 600;
	font-size: 0.875rem;
}

.legal-links i {
	font-size: 1.25rem;
}

.legal-links * {
	display: inline-block;
	vertical-align: middle;
}

.footer-links {
	font-size: 0;
	margin: 16px 0;
}

.footer-links li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
}

.footer-links li a {
	text-decoration: none;
	font-size: 0.875rem;
	color: #ec4899;
}

.footer-links li a:hover {
	color: #be185d;
}

.trade-name {
	font-size: 0.75rem;
	color: #9ca3af;
	max-width: 540px;
	margin: 16px auto 0;
}

.disclaimer {
	margin-top: 16px;
	font-size: 0.875rem;
	text-align: left;
}

.disclaimer span {
	color: #f31daa;
	font-weight: 600;
}

/* QUIZ */

.quiz-step {
	display: none;
	position: relative;
}

.quiz-number {
	font-size: 1.75rem;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	position: absolute;
	top: 40px;
	right: -80px;
	color: #d1d5db;
}

.quiz-number span {
	color: #222;
}

.question {
	margin-bottom: 64px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.question h3 {
	font-size: 1.875rem;
	margin-bottom: 8px;
	font-weight: 600;
	font-family: 'Barlow Condensed', sans-serif;
}

.question p {
	color: #6b7280;
	font-size: 0.875rem;
	margin-bottom: 24px;
}

.question button {
	margin-top: 16px;
}

.inactive:nth-child(2) {
	pointer-events: none;
	opacity: 0.15;
	filter: blur(0.5px);
}

.inactive:nth-child(3) {
	pointer-events: none;
	opacity: 0.1;
	filter: blur(1px);
}

.inactive {
	pointer-events: none;
	opacity: 0.05;
	filter: blur(2px);
}

/* LOADING STEP */

.loading-step {
	display: none;
}

.loading-step h3 {
	font-weight: 600;
	font-size: 1.875rem;
	font-family: 'Barlow Condensed', sans-serif;
}

.loading-step p {
	font-size: 1.125rem;
	color: #6b7280;
	margin: 8px 0 16px;
}

.loading-bar {
	border: 2px solid #e5e7eb;
	padding: 4px;
	margin-bottom: 24px;
}

.inner-bar {
	background: #273c72;
	height: 30px;
	width: 0%;
}

.loading-step ul li {
	display: none;
	text-align: center;
	font-size: 1.125rem;
}

.loading-step ul li:first-child {
	display: block;
}

/* FINAL STEP */

.final-step {
	display: none;
	text-align: center;
}

.final-step h3 {
	font-size: 2rem;
	margin-bottom: 16px;
	font-weight: 600;
	font-family: 'Barlow Condensed', sans-serif;
}

.final-step p {
	margin-bottom: 32px;
	font-size: 1.125rem;
	color: #6b7280;
}

/* STEP 4 */ 

.step4 {
	display: none;
}

.step4 h4 {
	font-weight: 700;
	font-size: 2.25rem;
	line-height: 40px;
	font-family: 'Barlow Condensed', sans-serif;
	margin-bottom: 20px;
}

.end-text {
	margin-bottom: 48px;
	font-size: 1rem;
}

.step4 .intro-img {
	margin: 0 auto 32px;
	max-width: 384px; 
}

.end-list {
	margin-bottom: 20px;
	list-style: decimal;
	list-style-position: inside;
}

.end-list li {
	padding: 16px 0;
	font-size: 1rem;
	border-top: 1px solid #e5e7eb;
}

.end-list li:first-child {
	border: 0;
}

.color {
	font-weight: 500;
	color: #273c72;
}

/* SIDEPAGE */

.sidepage {
	padding: 20px;
	max-width: 640px;
	margin: 0 auto;
}

.sidepage h3 {
	text-align: center;
	font-size: 1.875rem;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
}

.sidepage h4 {
	text-align: center;
	font-size: 1.25rem;
	margin-top: 8px;
	font-weight: 600;
}

.sidepage p {
	margin-top: 16px;
	line-height: 1.6;
}

/* CLAIM PAGE */

.claim h3 {
	font-size: 2rem;
	text-align: center;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

.based {
	text-align: center;
	color: #6b7280;
	margin: 8px 0;
}

.instructions {
	font-size: 1.125rem;
	font-weight: 600;
	text-align: center;
}

.instruction-list {
	margin: 8px 0;
}

.instruction-list li {
	padding: 16px 0;
	border-bottom: 1px solid #e5e7eb;
	list-style-position: inside !important;
	list-style: decimal;
}

.instruction-list li:last-child {
	border-bottom: 0;
}

.hurry {
	font-size: 0.75rem;
	text-align: center;
	padding: 4px 0 0;
	color: #6b7280;
}

/* EMAIL PART */

.claimb {
	text-align: center;
}

.claimb h3 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1.625rem;
	font-weight: 600;
}

.email-step p {
	margin: 24px 0;
	font-size: 1.125rem;
}

.email-step input {
	outline: 0;
	border: 2px solid #e5e7eb;
	padding: 12px 16px;
	font-size: 1rem;
	font-family: 'Open Sans', sans-serif;
	max-width: 390px;
	width: 100%;
	margin: 0 auto 16px;
	display: block;
}

.email-done-step {
	display: none;
	margin-top: 48px;
}

.email-done-step h4 {
	font-size: 2rem;
	font-family: 'Barlow Condensed', sans-serif;
}

.email-done-step p {
	font-size: 1.125rem;
	margin-top: 16px;
}

@media screen and (max-width: 767px) {
	.quiz-number {
		position: relative;
		top: auto;
		right: auto;
		margin-bottom: 8px;
	}

	.comment {
		padding-left: 44px;
	}

	.comment-user-img {
		width: 36px;
		height: 36px;
	}

	.disclaimer {
		text-align: center;
	}
}