@font-face {
	font-family: 'op__roboto';
	font-display: fallback;
	src: local('Roboto Light'), local('Roboto-Light'), local('RobotoLight'),
		url('/fonts/Roboto/Roboto-Light.eot?') format('embedded-opentype'),
		url('/fonts/Roboto/Roboto-Light.woff2') format('woff2'),
		url('/fonts/Roboto/Roboto-Light.woff') format('woff'),
		url('/fonts/Roboto/Roboto-Light.ttf') format('truetype'),
		url('/fonts/Roboto/Roboto-Light.svg#robotolight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'op__roboto';
	font-display: fallback;
	src: local('Roboto Bold'), local('Roboto-Bold'), local('RobotoBold'),
		url('/fonts/Roboto/Roboto-Bold.eot?') format('embedded-opentype'),
		url('/fonts/Roboto/Roboto-Bold.woff2') format('woff2'),
		url('/fonts/Roboto/Roboto-Bold.woff') format('woff'),
		url('/fonts/Roboto/Roboto-Bold.ttf') format('truetype'),
		url('/fonts/Roboto/Roboto-Bold.svg#robotobold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'op__roboto';
	font-display: fallback;
	src: local('Roboto Black'), local('Roboto-Black'), local('RobotoBlack'),
		url('/fonts/Roboto/Roboto-Black.eot?') format('embedded-opentype'),
		url('/fonts/Roboto/Roboto-Black.woff2') format('woff'),
		url('/fonts/Roboto/Roboto-Black.woff') format('woff'),
		url('/fonts/Roboto/Roboto-Black.ttf') format('truetype'),
		url('/fonts/Roboto/Roboto-Black.svg#robotoblack') format('svg');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'op__roboto--slab';
	font-display: fallback;
	src: local('Roboto Slab Bold'), local('Roboto-Slab-Bold'), local('RobotoSlab-Bold'), local('RobotoSlabBold'),
		url('/fonts/RobotoSlab/RobotoSlab-Bold.eot?') format('embedded-opentype'),
		url('/fonts/RobotoSlab/RobotoSlab-Bold.woff2') format('woff2'),
		url('/fonts/RobotoSlab/RobotoSlab-Bold.woff') format('woff'),
		url('/fonts/RobotoSlab/RobotoSlab-Bold.ttf') format('truetype'),
		url('/fonts/RobotoSlab/RobotoSlab-Bold.svg#robotoslabbold') format('svg');
	font-weight: bold;
	font-style: normal;
}

#op-citizen-widget {
	max-width: 800px;
	min-width: 320px;
	color: #3e3d40;
	font: normal 15px/23px 'op__roboto', sans-serif;
	background-color: #fff;
}
#op-citizen-widget form * {
	box-sizing: border-box;
}
#op-citizen-widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#op-citizen-widget a {
	color: #29b0cc;
	font-weight: 700;
	font-family: 'op__roboto', sans-serif;
	text-decoration: none;
	transition: color 0.3s ease;
	outline: none;
}
#op-citizen-widget a:hover,
#op-citizen-widget a:focus {
	color: #075463;
}
#op-citizen-widget select {
	cursor: pointer;
}
#op-citizen-widget select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #3e3d40;
}

/* Theme: Texts */
#op-citizen-widget .op-theme-text-variant-2 {
	color: inherit;
	font: 900 19px/24px 'op__roboto', serif;
	text-transform: uppercase;
}
#op-citizen-widget .op-theme-text-variant-3 {
	color: inherit;
	font: 700 18px/24px 'op__roboto--slab', serif;
	text-transform: none;
}
#op-citizen-widget .op-theme-text-variant-4 {
	color: inherit;
	font: 700 15px/20px 'op__roboto', sans-serif;
	text-transform: none;
}
#op-citizen-widget .op-theme-text-variant-5 {
	color: inherit;
	font: normal 15px/23px 'op__roboto', sans-serif;
	text-transform: none;
}
#op-citizen-widget .op-theme-text-variant-6 {
	color: inherit;
	font: normal 12px/20px 'op__roboto', sans-serif;
	text-transform: none;
}

/* Theme: Buttons */
#op-citizen-widget .op-theme-button {
	background-color: #29b0cc;
	border-radius: 4px;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font: 700 15px/20px 'op__roboto', sans-serif;
	height: 50px;
	line-height: 50px;
	max-width: 100%;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	text-decoration: none;
	text-overflow: ellipsis;
	text-transform: none;
	text-transform: uppercase;
	transition: color 0.3s ease, background-color 0.3s ease;
	vertical-align: middle;
	white-space: nowrap;
}
#op-citizen-widget .op-theme-button:hover,
#op-citizen-widget .op-theme-button:focus {
	background-color: #075463;
	color: #fff;
}
#op-citizen-widget .op-theme-button::-moz-focus-inner {
	/* Remove dotted line in Firefox on focus */
	border: 0;
}

/* Tooltip */
#op-citizen-widget .op-tooltip-error {
	position: absolute;
	max-width: 200px;
	padding: 5px 10px;
	color: #fff;
	font: normal 12px/20px 'op__roboto', sans-serif;
	text-align: left;
	background-color: #df2e48;
	border-radius: 4px;
}
#op-citizen-widget .op-tooltip-error::after {
	content: '\25BE';
	position: absolute;
	width: 10px;
	bottom: -10px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	color: #d6254d;
}

/* footer */
#op-citizen-widget > .op-footer {
	display: flex;
	justify-content: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#op-citizen-widget > .op-footer > a {
	display: flex;
	align-items: center;
	font: normal 12px/20px 'op__roboto', sans-serif;
}
#op-citizen-widget > .op-footer > a svg {
	margin-left: 5px;
}

/* Main menu */
#op-citizen-widget .op-menu {
	border-bottom: 1px solid #dedede;
	font-size: 0;
	margin: 0 20px 20px;
	overflow-x: auto;
	padding-left: 0;
	position: relative;
	white-space: nowrap;
}
#op-citizen-widget .op-menu .op-menu-item {
	display: inline-block;
	list-style: none;
	text-transform: uppercase;
}
#op-citizen-widget .op-menu .op-menu-link {
	display: inline-block;
	margin-left: 40px;
	padding-bottom: 20px;
	padding-top: 20px;
	position: relative;
	text-decoration: none;
}
#op-citizen-widget .op-menu > .op-menu-item:first-child .op-menu-link {
	margin-left: 0;
	padding-left: 0;
}
#op-citizen-widget .op-menu .op-menu-item.op-menu-item-active .op-menu-link {
	border-bottom: 5px solid #29b0cc;
	color: #29b0cc;
}

/* /petition/<reference> */
#op-citizen-widget .op-petition-headline {
	/* reset layout*/
	left: 0;
	top: 0;
	position: relative;
	opacity: 1;
	z-index: auto;
	/* end reset */
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
}
#op-citizen-widget .op-petition-headline a:hover {
	color: #29b0cc;
}

#op-citizen-widget .op-petition-success-bar {
	height: 8px;
	width: 100%;
}
#op-citizen-widget .op-petition-headline {
	color: #3e3d40;
	font: 700 18px/24px 'op__roboto--slab', serif;
	margin: 0 0 0 0;
	padding: 0;
}
#op-citizen-widget .op-petition-headline a {
	color: #3e3d40;
	margin: 0 0 0 0;
}
#op-citizen-widget .op-petition {
	display: flex;
	flex-direction: row;
	margin: 0 0 20px 0;
	padding: 10px;
}
#op-citizen-widget .op-petition-info-container {
	width: 100%;
}
#op-citizen-widget .op-petition-status {
	margin-bottom: 0;
}
#op-citizen-widget .op-petition-signings-count {
	margin-top: 5px;
}
#op-citizen-widget .op-petition-signings-count > strong {
	font: 700 15px/20px 'op__roboto', sans-serif;
}

#op-citizen-widget .op-petitionen-liste {
	margin: 0 auto;
}
#op-citizen-widget .op-petitionen-liste .op-petition {
	padding-bottom: 10px;
	border-bottom: 1px solid lightgray;
}
#op-citizen-widget .op-petitionen-liste .op-petition:first-child {
	padding-top: 25px;
	border-top: 1px solid lightgray;
}
#op-citizen-widget .op-petition-media-container {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
}

/* petition detail */
#op-citizen-widget textarea[name="description"],
#op-citizen-widget textarea[name="reason"],
#op-citizen-widget input[name="title"],
#op-citizen-widget input[name="target"],
#op-citizen-widget input[name="name"],
#op-citizen-widget input[name="address"],
#op-citizen-widget input[name="postcodeCity"],
#op-citizen-widget input[name="organisation"],
#op-citizen-widget input[name="phone"],
#op-citizen-widget input[name="email"],
#op-citizen-widget select[name="anonymous"],
#op-citizen-widget select[name="category"],
#op-citizen-widget select[name="country"] {
	background-color: #fff;
	border-color: #dedede;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	color: #3e3d40;
	font: normal 15px/23px 'op__roboto', sans-serif;
	height: 50px;
	line-height: 50px;
	margin: 0;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
	text-overflow: ellipsis;
	text-transform: none;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
	vertical-align: middle;
	width: 100%;
}
#op-citizen-widget textarea[name="description"],
#op-citizen-widget textarea[name="reason"] {
	height: auto;
	line-height: 24px;
	overflow-y: auto;
	overflow-wrap: unset;
}
#op-citizen-widget textarea[name="description"]:focus,
#op-citizen-widget textarea[name="reason"]:focus,
#op-citizen-widget input[name="title"]:focus,
#op-citizen-widget input[name="target"]:focus,
#op-citizen-widget input[name="name"]:focus,
#op-citizen-widget input[name="address"]:focus,
#op-citizen-widget input[name="postcodeCity"]:focus,
#op-citizen-widget input[name="organisation"]:focus,
#op-citizen-widget input[name="phone"]:focus,
#op-citizen-widget input[name="email"]:focus,
#op-citizen-widget select[name="category"]:focus,
#op-citizen-widget select[name="country"]:focus {
	border-color: #29b0cc;
}

#op-citizen-widget #op-detail-petition-signing {
	padding: 20px;
	text-align: center;
}
#op-citizen-widget #op-detail-petition-signing .op-detail-petition-signing-headline {
	font: 700 18px/24px 'op__roboto--slab', serif;
	margin-bottom: 15px;
}
#op-citizen-widget #op-detail-petition-signing strong {
	font: 700 15px/20px 'op__roboto', sans-serif;
}
#op-citizen-widget #op-detail-petition-new label {
	display: inline-block;
	min-width: 323px;
	text-align: left;
	max-width: 323px;
	vertical-align: text-top;
	height: auto;
	margin: 5px 0;
}

#op-citizen-widget .op-signing-button {
	display: inline-block;
	text-align: center;
}

#op-citizen-widget .op-combine-input input,
#op-citizen-widget .op-combine-input textarea {
	margin: -2px 0 -3px 0;
	resize: vertical;
	box-sizing: border-box;
}
#op-citizen-widget .op-combine-input input:nth-child(n+2) {
	border-left: solid 1px rgb(215, 215, 215);
}
#op-citizen-widget .op-combine-input input.op-error,
#op-citizen-widget .op-combine-input select.op-error,
#op-citizen-widget .op-combine-input textarea.op-error {
	border: 1px solid #df2e48;
}

#op-citizen-widget .op-combine-input {
	display: inline-block;
	width: 100%;
	padding: 3px 0;
}

#op-citizen-widget .op-detail-petition-info {
	display: inline-flex;
	flex-direction: column;
	max-width: 49%;
}
#op-citizen-widget .op-detail-petition-info p {
	margin-top: 0;
}

.op__tag {
	border-radius: 4px;
	left: -5px;
	padding: 5px 30px;
	position: absolute;
	top: 50px;
	font: normal 15px/23px 'op__roboto',sans-serif;
	color: #fff;
}

.-background--red-bright {
	background: #df2e48;
}

#op-citizen-widget .op-signing-button > button {
	-moz-appearance: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-appearance: none;
	-webkit-user-select: none;
	appearance: none;
	background-color: #29b0cc;
	border-radius: 4px;
	border: none;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font: 700 15px/20px 'op__roboto', sans-serif;
	height: 50px;
	line-height: 50px;
	margin-bottom: 10px;
	max-width: 100%;
	outline: none;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	text-decoration: none;
	text-overflow: ellipsis;
	text-transform: uppercase;
	transition: color 0.3s ease, background-color 0.3s ease;
	vertical-align: middle;
	white-space: nowrap;
}
#op-citizen-widget .op-signing-button > button::-moz-focus-inner {
	/* Remove dotted line in Firefox on focus */
	border: 0;
}
#op-citizen-widget .op-signing-button > button:hover,
#op-citizen-widget .op-signing-button > button:focus {
	background-color: #075463;
}
#op-citizen-widget .op-signing-button > button:hover {
	cursor: pointer;
	background-position: 0 0;
}
#op-citizen-widget .op-signing-button > button[disabled] {
	background-color: #efefef;
	color: #cfcfcf;
}
#op-citizen-widget .op-signer-percentage {
	display: flex;
	align-items: flex-end;
	color: rgb(224, 125, 40);
	font: normal 12px/20px 'op__roboto', sans-serif;
	text-transform: none;
}

#op-citizen-widget .op-signer-percentage > div {
	flex: 1;
}
#op-citizen-widget .op-detail-petition-petent strong {
	display: block;
}
#op-citizen-widget .op-detail-petition-petent {
	padding-left: 45px;
	margin: 10px;
	height: 38px;
}


/* op-detail GLOBAL */

#op-citizen-widget #op-detail-petition-info-container {
	display: block;
	flex-direction: row;
	background-color: #efefef;
	padding: 20px;
	height: auto;
	border-bottom: solid 1px #ccc;
}
#op-citizen-widget.op-layout-narrow #op-detail-petition-info-container {
	display: flex;
}

#op-citizen-widget .op-detail-petition-media-container {
	display: inline-flex;
	margin-bottom: 20px;
	max-width: 50%;
	vertical-align: top;
}
#op-citizen-widget.op-layout-narrow .op-detail-petition-media-container {
	width: 100%;
	max-width: none;
}

#op-citizen-widget .op-detail-petition-poster-img {
	border-radius: 4px;
	margin: 0 auto;
	max-height: 300px;
	max-width: 100%;
	overflow: hidden;
	margin-right: 20px;
}
#op-citizen-widget.op-layout-narrow .op-detail-petition-poster-img {
	margin-right: 0;
	width: 100%;
}

#op-citizen-widget .op-detail-petition-infos-time-left > div {
	display: inline-block;
	overflow: hidden;
	margin-left: 50px;
}
#op-citizen-widget .op-detail-petition-infos-time-left-name {
	text-overflow: ellipsis;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
}
#op-citizen-widget .op-detail-petition-large > strong {
	font: 700 18px/24px 'op__roboto--slab', serif;
	text-transform: none;
}

/* op-detail-petition-signing-form styles */
#op-citizen-widget .op-detail-petition-signing-form input {
	vertical-align: middle;
}

#op-citizen-widget .op-detail-petition-signing-form input[type=checkbox] {
	margin: 0;
}
#op-citizen-widget .op-detail-petition-signing-form-input {
	display: inline-block;
	margin: 15px 5px 0 5px;
	width: 280px;
}
#op-citizen-widget.op-layout-narrow .op-detail-petition-signing-form-input {
	margin: 15px 0 0;
	width: 100%;
}
#op-citizen-widget .op-detail-petition-signing-form-input-title {
	display: flex;
	justify-content: space-between;
	white-space: nowrap;
	align-items: center;
	font: normal 12px/20px 'op__roboto', sans-serif;
	margin-left: 5px;
}

/* op-detail-petition-content */
#op-citizen-widget #op-detail-petition-content {
	padding: 20px;
}

#op-citizen-widget .op-detail-petition-content-description,
#op-citizen-widget .op-detail-petition-content-reason {
	margin-top: 20px;
	max-width: 760px;
	text-align: justify;
}

#op-citizen-widget h2.op-detail-petition-content-title {
	width: 100%;
	font: 700 18px/24px 'op__roboto--slab', serif;
	margin-top: 0;
}

#op-citizen-widget .op-detail-petition-petition-label {
	font: 700 15px/20px 'op__roboto', sans-serif;
}

/* op-detail-blog-summary */
#op-citizen-widget .op-detail-blog-summary {
	padding: 20px;
}
#op-citizen-widget .op-detail-blog-summary-header {
	margin-bottom: 30px;
	overflow: hidden;
}
#op-citizen-widget .op-detail-blog-summary-header-column-left {
	float: left;
}
#op-citizen-widget .op-detail-blog-summary-header-column-right {
	float: right;
}
/* Petition blog list */
#op-citizen-widget .op-detail-blog-summary-list {
	border-left: 4px solid #dedede;
	list-style: none;
	margin-left: 30px;
	padding: 10px 0 10px 70px;
}
#op-citizen-widget .op-detail-blog-summary-item {
	margin-top: 40px;
	position: relative;
}
#op-citizen-widget .op-detail-blog-summary-item:first-child {
	margin-top: 0;
}

/* Petition blog list icon */
#op-citizen-widget .op-detail-blog-summary .op-icon-list-style-circle {
	border-radius: 50%;
	border-color: #fff;
	border-style: solid;
	border-width: 4px;
	left: -91px;
	position: absolute;
}

/* Petition blog post header */
#op-citizen-widget .op-detail-blog-summary-post-header {
	font-size: 0;
}
#op-citizen-widget .op-detail-blog-summary-post-header-column-left,
#op-citizen-widget .op-detail-blog-summary-post-header-column-right {
	display: inline-block;
	vertical-align: middle;
}
#op-citizen-widget .op-detail-blog-summary-post-header-column-left {
	margin-right: 20px;
}
#op-citizen-widget .op-detail-blog-summary-post-title {
	text-decoration: none;
}

/* Petition blog post content */
#op-citizen-widget .op-detail-blog-summary-post-content {
	margin-top: 15px;
	overflow-wrap: break-word;
}

/* op-detail-offline-signature */
#op-citizen-widget .op-detail-offline-signature {
	padding: 20px;
	text-align: center;
}
#op-citizen-widget .op-detail-offline-signature .op-detail-offline-signature-download {
	margin-bottom: 10px;
}

/* responsive */
#op-citizen-widget.op-layout-narrow #op-detail-petition-info-container {
	flex-direction: column;
}

#op-citizen-widget.op-layout-narrow .op-detail-petition-info {
	flex-direction: column;
	max-width: none;
}

#op-citizen-widget.op-layout-narrow .op-detail-petition-description, .op-detail-petition-reason {
	margin: 20px 10px;
}

#op-citizen-widget.op-layout-narrow .op-petition {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	padding-top: 0;
}
#op-citizen-widget.op-layout-narrow .op-petition-media-container {
	margin-right: 0;
	margin-top: 10px;
	width: 100%;
}
#op-citizen-widget.op-layout-narrow .op-region .op-petition-poster-img {
	max-width: none;
	width: 100%;
}

#op-citizen-widget.op-layout-narrow .op-signing-button {
	text-align: center;
}

#op-citizen-widget .op-signer-percentage {
	display: flex;
	align-items: flex-end;
	color: rgb(224, 125, 40);
	font: normal 12px/20px 'op__roboto', sans-serif;
	text-transform: none;
	white-space: nowrap;
}

#op-citizen-widget .op-signer-percentage > div {
	flex: 1;
}
#op-citizen-widget .op-detail-petition-petent strong {
	display: block;
}
#op-citizen-widget .op-detail-petition-petent {
	padding-left: 45px;
	margin: 10px;
	height: 38px;
}

/* /region */
#op-citizen-widget .op-region .op-petition-poster {
	display: block;
}
#op-citizen-widget .op-region .op-petition-poster-img {
	overflow: hidden;
	max-width: 450px;
	height: 100%;
	max-height: 300px;
	margin: 0 auto;
}
#op-citizen-widget .op-region .op-region-new-submit {
	margin: 20px 0 20px 10px;
}
#op-citizen-widget .op-region .op-region-new-submit a {
	-moz-appearance: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-appearance: none;
	-webkit-user-select: none;
	appearance: none;
	background-color: #29b0cc;
	border-radius: 4px;
	border: none;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font: 700 15px/20px 'op__roboto', sans-serif;
	height: 50px;
	line-height: 50px;
	max-width: 100%;
	outline: none;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	text-decoration: none;
	text-overflow: ellipsis;
	text-transform: uppercase;
	transition: color 0.3s ease, background-color 0.3s ease;
	vertical-align: middle;
	white-space: nowrap;
}
#op-citizen-widget .op-region-new-submit a:hover,
#op-citizen-widget .op-region-new-submit a:focus {
	background-color: #075463;
}

/* /neu */
#op-citizen-widget .op-new .op-new-form-input,
#op-citizen-widget .op-new .op-new-form-input-large {
	display: inline-block;
	width: 100%;
	margin: 5px 0 15px;
}
@media screen and (min-width: 1200px) {
	#op-citizen-widget .op-new .op-new-form-input,
	#op-citizen-widget .op-new .op-new-form-input-large {
		width: 378px;
	}
}
#op-citizen-widget .op-new .op-new-form-input-agb {
	font: normal 12px/20px 'op__roboto', sans-serif;
	margin-bottom: 30px;
}
#op-citizen-widget .op-new .op-new-form-input-agb input {
	margin: 0;
	vertical-align: middle;
}
@media screen and (min-width: 613px) {
	#op-citizen-widget .op-new .op-new-form-input-large {
		display: block;
		width: 100%;
	}
}
#op-citizen-widget .op-new .op-new-form-input-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
#op-citizen-widget .op-new .op-new-form-input-title > label span {
	display: block;
	margin-bottom: 5px;
	font: 700 15px/20px 'op__roboto', sans-serif;
}
#op-citizen-widget .op-new .op-new-form-input-title > label small {
	font: normal 12px/20px 'op__roboto', sans-serif;
}
#op-citizen-widget .op-new .op-new-form-submit {
	margin-bottom: 30px;
	text-align: center;
}
#op-citizen-widget .op-new .op-new-form-submit button {
	-moz-appearance: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-appearance: none;
	-webkit-user-select: none;
	appearance: none;
	background-color: #29b0cc;
	border-radius: 4px;
	border: none;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font: 700 15px/20px 'op__roboto', sans-serif;
	height: 50px;
	line-height: 50px;
	max-width: 100%;
	outline: none;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	text-decoration: none;
	text-overflow: ellipsis;
	text-transform: uppercase;
	transition: color 0.3s ease, background-color 0.3s ease;
	vertical-align: middle;
	white-space: nowrap;
}
#op-citizen-widget .op-new .op-new-form-submit > button::-moz-focus-inner {
	/* Remove dotted line in Firefox on focus */
	border: 0;
}
#op-citizen-widget .op-new .op-new-form-submit button:hover,
#op-citizen-widget .op-new .op-new-form-submit button:focus {
	background-color: #075463;
}
#op-citizen-widget .op-new .op-new-form-submit > button[disabled] {
	background-color: #efefef;
	color: #cfcfcf;
}

#op-citizen-widget .op-new .op-subheading {
	margin: 25px 0 15px;
	font: 900 19px/24px 'op__roboto', serif;
}
#op-citizen-widget .op-new .op-subheading:first-child {
	margin-top: 0;
}

#op-citizen-widget .op-detail-petition-signing-form .op-detail-petition-disclamer {
	margin: 0 auto;
	font: normal 12px/20px 'op__roboto', sans-serif;
	width: 50%;
}
#op-citizen-widget.op-layout-narrow .op-detail-petition-signing-form .op-detail-petition-disclamer {
	width: auto;
}

/* Page: /petition/<reference>/blog */
#op-citizen-widget .op-petition-blog .op-petition-blog-posts {
	padding: 20px;
}
#op-citizen-widget .op-petition-blog .op-petition-blog-post-headline {
	/* reset layout*/
	left: 0;
	top: 0;
	position: relative;
	opacity: 1;
	z-index: auto;
	/* end reset */
}
#op-citizen-widget .op-petition-blog .op-petition-blog-post-header {
	margin-bottom: 20px;
}
#op-citizen-widget .op-petition-blog .op-petition-blog-post + .op-petition-blog-post {
	border-top: 1px solid #dedede;
	margin-top: 20px;
	padding-top: 20px;
}
#op-citizen-widget .op-petition-blog .op-petition-blog-post-attachment {
	margin: 10px 0;
}
#op-citizen-widget .op-petition-blog .op-petition-blog-post-image {
	max-width: 100%;
}
