
#cover{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	z-index: 105;
	width: 100%;
	height: 100%;
}

.saveSearchModal:target + #cover {
	display: block;
	opacity:1;
}

.saveSearchModal {
	bottom: 0;
	display: none;
	left: 0;
	right: 0;
	outline: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	-webkit-overflow-scrolling: touch;
	z-index: 1050;
}

/* Login Modal | v1 */

.saveSearchModal .modal-dialog {
	position: relative;
	height: 370px;
	width: 600px;
	margin: 30px auto;
	z-index: 1045;
}


.saveSearchModal .modal-dialog iframe {
	background: #FFF;
	border-radius: 4px;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}