.psc-lightbox {
	background: rgba(0,0,0,0.5);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

.psc-container {
	background: #fff;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.5);
	box-sizing: border-box;
	left: 50%;
	margin-left: -320px;
	margin-top: -240px;
	min-height: 480px;
	padding: 20px 40px;
	position: absolute;
	top: 50%;
	width: 640px;
	z-index: 10001;
}

.psc-table {
	table-layout: fixed;
}

.psc-close {
	bottom: -32px;
	cursor: pointer;
	fill: #fff;
	height: 24px;
	position: absolute;
	right: 0;
	width: 24px;
}

.psc-chart-link {
	clear: both;
	display: block;
	margin: 10px 10px 4px 0;
}

.psc-hidden, .psc-lightbox .psc-chart-link {
	display: none;
}

@media (max-width: 640px) {
	.psc-container {
		left: 0;
		margin: 0;
		min-width: 100%;
		right: 0;
		top: 25%;
	}
}
