.modal-wrapper {z-index: 999; position: fixed; top: 0; right: 0; bottom: 0; left: 0; padding: 60px 10px; text-align: center}
.modal-wrapper:not(:target) {opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s;}
.modal-wrapper:target {opacity: 1; visibility: visible; transition: opacity .4s, visibility .4s;}
.modal-wrapper::after {display: inline-block; height: 100%; margin-left: -.05em; vertical-align: middle; content: ""}
.modal-wrapper .modal-window {box-sizing: border-box; display: inline-block; z-index: 20; position: relative; width: 70%;
	 max-width: 700px; margin: 30px; padding: 30px 0 15px 30px; border-radius: 2px; background: #fff; box-shadow: 0 0 30px rgba(0, 0, 0, .6); vertical-align: middle}
.modal-wrapper .modal-window .modal-content {max-height: 80vh; overflow-y: auto; padding-right: 40px;}
.modal-overlay {z-index: 10; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, .8)}
.modal-wrapper .modal-close {z-index: 20; position: absolute; top: 0; right: 0; width: 35px; color:  var(--primary-color); !important; font-size: 20px; font-weight: 700;
	 line-height: 35px; text-align: center; text-decoration: none; text-indent: 0}
.modal-wrapper .modal-close:hover {color: #2b2e38 !important}

.title h6 {
	font-size: 2em;
	font-weight: bold;
	color: var(--primary-color);
	margin: 0 0 0.5em 0;
}

p.head {
	border-top: 1px solid var(--primary-color);
	border-bottom: 1px solid var(--primary-color);
	margin: 20px;
	font-weight: 500;
	font-size: 0.9rem;
}

.spec {
	font-family: 'Aldrich';
	font-weight: 500;
	font-size: 1.3rem;
	color: var(--primary-color);
}

p.link {
	background-color: var(--primary-color);
	margin: 20px;
	padding-bottom: 0.2rem;
}

a.popup-link {
	text-decoration: none; 
	font-size: 0.9rem;
	position: relative;
	color: #fff;
}

#rental table {
	border-collapse: collapse;
	margin-bottom: 1vw;
}

#rental th,
#rental td {
	text-align: left;
	font-size: 90%;
    padding: 8px 8px;
    border-bottom: 1px solid #696969;
    line-height: 1rem;
    vertical-align: top;
}

#rental th {
    font-weight: bold;
}

#rental th.head {
	color: #fff;
	text-align: center;
    background-color: var(--primary-color);
}

