/*
 *  Grey box overrides.
 */

.GB_Window {
	left: 50%!important;
	transform: translateX(-50%)!important;
}

.GB_Window .content
{
	padding-top: 35px!important;
	border: 5px solid #888888;
}

.GB_Window .content  .GB_frame {
	max-width: 85vw;
}

.GB_Window table.header
{
	/* display: none; */
	background: 0!important;
	border: 0;
	top: 5px;
	position: absolute;
	right: 5px;
}

.GB_Window .close > div {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}
.GB_Window .close > div > img {
	position: absolute;
	left: 0;
	top: 6px;
}

.GB_Window .close > div > span {
	padding: 5px 10px 5px 15px;
}

.GB_Window .close > div > span:hover,
.GB_Window .close > div > span:active,
.GB_Window .close > div > span:focus,
.GB_Window .close > div > span.on {
	text-decoration: none;
	border-bottom: 0!important;
}