.porscheForms {
	padding:20px;
	border:1px solid #bbbbbb;
	background-color:#eeeeee;
	margin-top:30px;
	margin-bottom:30px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	}
	.porscheForms a {
		color: #36689B;
		text-decoration:underline;
		}
	.porscheForms h2 {
		color: #000;
		font-size: 1.625em;
		margin-top:0px;
		}
	.porscheForms .form-group {
		margin-bottom: 0px;
		}
	.porscheForms .header {
		background-color:#dddddd;
		padding:2px 10px;
		margin-top:10px;
		margin-bottom:15px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		}
		.porscheForms .header h4 {
			font-family: inherit;
			font-weight: bold;
			font-size: 1.2em;
			text-overflow: ellipsis;
			color: #000;
			}

.porscheForms .list-unstyled, 
.porscheForms .textContent ul {
	margin:0px;
	padding:0px;
	}

.porscheForms .form-group .form-group {
	margin-left:0px;
	margin-right:0px;
	}
.pagination .active a {
    color: #000000;
}
.pagination .active:hover a {
	text-decoration: none;
}

@media (max-width:600px) {
	.full-width {
		padding-left: 0;
	}
}

.popup.notice {
    justify-content: center;
    align-items: center;
	position: fixed;
	padding: 15px;
	display: none;
	height: 100vh;
	width: 100vw;
	z-index: 100;
	left: 0;
	top: 0;
}
.popup.notice:after {
	position: absolute;
	height: 100vh;
	width: 100%;
	left: 0;
	top: 0;
}
.popup.checked {
	display: flex;
}
.popup.checked:after {
	background: rgba(0,0,0,.5);
	-webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
    content: '';
}
.popup.notice .content {
	box-shadow: 0 14px 29px 0 rgba(43, 49, 54, 0.53);
	background: rgba(255,255,255,0.92);
	border-radius: 5px;
	position: relative;
	max-width: 100%;
	padding: 30px;
	z-index: 101;
	width: 500px;
}
.popup.notice .content * {
	margin-bottom: 20px;
    font-size: 18px;
}
.popup.notice .content ul {
	padding-left: 0;
	list-style: none;
}
.popup.notice .content ul li {
}
.popup.notice .content ul li:before {
    font-family: 'pag-iconfont';
    margin-right: 4px;
	content: '\e00d';
    color: #CC0000;
	float: left;
}
.popup.notice .button {
    text-shadow: 0 1px 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    background: #E0E0E0;
    padding: 10px 16px;
    border-radius: 6px;
    color: #333333;
    margin-bottom: 0;
    outline: none;
}
.popup.notice .content .buttons {
    text-align: center;
    margin-bottom: 0;
}