th,
td {
	vertical-align: middle;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	vertical-align: middle;
}

body {
	padding: 0px;
	margin: 0 auto;
	max-width: 1200px;
}

#header {
	text-align: center;
}

#logo {
	height: 100px;
}

#title-image {
	height:32px;
}

h1 {
	margin-bottom: 0;
}

#title {
	margin-bottom: 0;
}

#subtitle {
	margin-top: 0;
}

.logo-img {
	height: 12vmin;
}

.open_detailed {
	cursor: pointer;
}

#tbody-detailed-button,#tbody-detailed-button * {
	border-top: none;
}

.ghg-saved-container,.ghg-not-saved-container {
	text-align: center;
}

output {
	display: inline;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	font-weight: bold;
}

#sources {
	direction: ltr;
	text-align: left;
	clear: both;
}

#sources .list-group-item {
	width: 100%;
}

.rtl {
	direction: rtl;
	text-align: right;
}

.ltr {
	direction: ltr;
	text-align: left;
}

#sources-button {
	margin: 50px 10px 20px 10px;
	float: left;
	clear: both;
}

.list-group {
	text-align: center;
	padding: 0;
}

.list-group-item {
	width: 50%;
	min-width: 300px;
	display: inline-block;
}

.btn {
	white-space: normal;
}

.ghg-saved-title {
	cursor: default;
}

.box {
    position: absolute;
    width: calc(100vw - 30px);
	height: calc( 50vh - 10px);
	max-width: 888px;
    border: 1px solid gray;
    z-index: 999;
    background: #fff;
	overflow: hidden;
	box-shadow: inset 0 0 11px 0px #888;
}
.box iframe {
	border: none;
	width: 100%;
	height: 100%;
}

.boxes-container {
	text-align:center;
}

.box-button {
	margin:0 15px;
}

.box_x {
	font-size:24px;
	font-weight:bold;
	color:#888;
	cursor: pointer;
	position: absolute;
	top:0px;
	right:6px;
}

@media screen and (max-width: 700px) {
	.logo-img {
		height: auto;
		max-height: 16vh;
		max-width: 70vw;
	}
	.hide-on-small {
		display: none;
	}
}
