div.content {
	margin: auto;
	width: 960px;
}
div.broken,
div.missing {
	margin: auto;
	position: relative;
	top: 50%;
	width: 193px;
}
div.broken a,
div.missing a {
	height: 63px;
	position: relative;
	top: -31px;
}
div.broken img,
div.missing img {
	border-width: 0px;
}
div.broken {
	display: none;
}

div#unityPlayer {
	cursor: default;
	height: 550px;
	width: 960px;
}

div#unityModal {
	display:none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6); /* Color white with alpha 0.9*/
	z-index: 10000000;
}

.centered {  
	position:fixed;
	z-index: 100;  
	top:50%;  
	left:50%;  
	margin:-100px 0 0 -100px;  
	width:200px;  
	height:200px;  
}

.mask {
	position:fixed;
	z-index:100;
	width:100%;
	height:100%;
	
	text-align: center;
	color: white;
	
	/*background-color: rgba(0,0,0,0.75);*/
	overflow:hidden;
}

.contener {
	height:100%;
	display:inline-table;
}

.contener .content {
	vertical-align: middle;
	display:table-cell;
}

.contener .content p {
	padding:2em;    
	border:1px solid #3d3d3d;
	background-color: #1d1d1d;
	border-radius: 10px;
	-moz-box-shadow: 0px 10px 10px black;
	-webkit-box-shadow: 0px 10px 10px black;
	box-shadow: 0px 10px 10px black;
}
  
#border {
	padding:10px;    
	border:1px solid #3d3d3d;
	background-color: #1d1d1d;
	border-radius: 5px;
	-moz-box-shadow: 0px 5px 5px black;
	-webkit-box-shadow: 0px 5px 5px black;
	box-shadow: 0px 5px 5px black;
}
	

.pub {
	margin-bottom: 10px;
}

.pubtitle {
	font-weight: bold;
	font-size: 1.05em;
}

.pubauthors {
	font-style: italic;
}

/*.videoWrapper {
	position: relative;
	padding-bottom: 45%;
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
	height: 70%;
} */
