.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.uk-modal-content a {
	border-bottom: 1px dashed #666;
}

.surbma-gpga-dark .uk-modal-content a {
	color: #fff;
	border-bottom: 1px dashed #fff;
}

.uk-modal-content a:hover {
	border-bottom: none;
}

.uk-modal-content .cookie-policy {
	margin-top: 1em;
}

.uk-modal-footer.surbma-gpga-button-left {
	text-align: left;
}

.uk-modal-footer.surbma-gpga-button-center {
	text-align: center;
}

.uk-modal-footer.surbma-gpga-button-right {
	text-align: right;
}

.surbma-gpga-text-center .uk-modal-dialog {
	text-align: center;
}

.uk-modal.surbma-gpga-full-page {
	background: rgba(256, 256, 256, .95);
}

.uk-modal.surbma-gpga-full-page.surbma-gpga-dark,
.uk-modal.surbma-gpga-normal.surbma-gpga-dark .uk-modal-dialog {
	background: rgba(0, 0, 0, .9);
}

.surbma-gpga-full-page .uk-modal-header,
.surbma-gpga-full-page .uk-modal-dialog,
.surbma-gpga-full-page .uk-modal-footer {
	background: transparent;
	box-shadow: none;
	border: none;
}

.surbma-gpga-dark .uk-modal-header h2,
.surbma-gpga-dark .uk-modal-dialog {
	color: #fff;
}

#surbma-gpga-modal .uk-close {
	text-decoration: none !important;
}

#surbma-gpga-modal .uk-close:after {
    content: "\00d7";
	font-family: inherit;
	font-size: 20px;
}

.surbma-gpga-cookie-popup-link {
	cursor: pointer;
}

.surbma-gpga-cookie-list {
	word-break: break-word;
	font-size: smaller;
	margin: 1em 0;
}

.surbma-gpga-cookie-list dl {
	margin: 0 0 .5em;
	overflow: hidden;
}

.surbma-gpga-cookie-list > dl:nth-child(n+2) {
    margin-top: .5em;
    padding-top: .5em;
    border-top: 1px solid #E5E5E5;
}

.surbma-gpga-cookie-list dt {
	font-weight: bold;
	width: 120px;
	float: left;
	text-overflow: ellipsis;
    white-space: nowrap;
}

.surbma-gpga-cookie-list dd {
	margin: 0 0 0 130px;
}
