/*
	BLOCKS
================================================== */

.desktop {
	display: block !important;
}

span.desktop {
	display: inline !important;
}

.mobile {
	display: none !important;;
}

.marginBottom20px_desktop {
	margin-bottom: 20px;
}

.marginBottom30px_desktop {
	margin-bottom: 30px;
}

.marginTop20px_desktop {
	margin-top: 20px;
}

.marginTop40px_desktop {
	margin-top: 40px;
}

.greyBlock {
	padding: 14px;
}

.yellowBlock {
	padding: 14px;
}

.whiteBlock {
	padding: 14px;
}

.whiteBlock div.separator {
	margin-right: -14px;
	margin-left: -14px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.whiteBlock div.separator_cut {
	margin-top: 15px;
	margin-bottom: 15px;
}

/* 240 right */
div.twoColumnLayout240pxRight {
	position: relative;
	padding-right: 255px;
}

div.twoColumnLayout240pxRight > div.separatorVertical {
	position: absolute;
	width: 1px;
	background-color: #d7d7d7;
	top: -15px;
	right: 255px;
	bottom: -15px;
	margin: 0;
	height: auto;
}

div.twoColumnLayout240pxRight > div.left {
	float: right;
	width: 100%;
	padding-right: 15px;
	box-sizing: border-box;
}

div.twoColumnLayout240pxRight > div.right {
	float: right;
	width: 240px;
	margin-right: -255px;
}

.fontSize28px_desktop {
	font-size: 28px;
	line-height: 1.3;
}

/*
	PADDINGS AND MARGINS
================================================== */

.paddingRight10px_desktop {
	padding-right: 10px;
}

.paddingRight5px_desktop {
	padding-right: 5px;
}

.paddingLeft10px_desktop {
	padding-left: 10px;
}

.marginBottom15px_desktop {
	margin-bottom: 15px;
}

.padding50pxLeftRight_desktop {
	padding-left: 50px;
	padding-right: 50px;
}

/*
	LIVE
================================================== */

/* 120 left OF LIVE */
div.twoColumnLayoutLive {
	padding-left: 130px;
}

div.twoColumnLayoutLive > div.left {
	float: left;
	width: 120px;
	margin-left: -130px;
}

div.twoColumnLayoutLive > div.right {
	float: left;
	width: 100%;
}

.width50percent_desktop {
	width: 50%;
}

/*
	Custom style for registration in petition
================================================== */

.registerInPetition .verticalSeparator {
	float: left;
	width: 1px;
	height: 130px;
	margin: 0 10% 0 11%;
	background-color: #d7d7d7;
}

@media (max-width: 1090px) {
	.registerInPetition .verticalSeparator {
		margin: 0 6% 0 6%;
	}
}

@media (max-width: 950px) {
	.registerInPetition .verticalSeparator {
		margin: 0 2% 0 2%;
	}
}

/*==========minus margin comments========== */
.comment-extended-positive + .clear + .comment-extended-negative,
.comment-extended-negative + .clear + .comment-extended-positive {
	margin-top: -50px;
}

.comment-extended-positive + .clear + .comment-extended-positive,
.comment-extended-negative + .clear + .comment-extended-negative,
.comment-extended-neutral + .clear + .comment-extended-neutral {
	margin-top: 15px;
}