body {
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% center; /*50% 127%;*/
    background-image: url('../images/background.jpg');
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #E6E6E6;
	background-attachment: fixed;
}

#privacy-wrapper {
	min-height: calc(100vh - 168px); /* 91 + 77px */
}

#privacy-wrapper .table {
	height: calc(100vh - 168px);
	width: 100%;
	color: #E6E6E6;
}

#privacy-wrapper .container {
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}

#privacy-wrapper a {
	color: #E6E6E6;
}

#privacy-wrapper .title {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 1rem;
}

#privacy-wrapper table {
	width: 100%;
	border: 1px solid #E6E6E6;
}

#privacy-wrapper table td {
	border: 1px solid #E6E6E6;
}

.important {
	font-weight: 600;
}

.main-title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 40px;
}

#privacy-wrapper .no-margin-bottom {
	margin-bottom: 0;
}

#privacy-wrapper .margin-bottom {
	margin-bottom: 1rem;
}

@media (max-width: 768px) {
	#privacy-wrapper .title {
		font-size: 18px;
	}

	body {
		font-size: 16px;
		line-height: 22px;
	}

	.main-title {
		text-align: center;
		font-size: 20px;
	}
}