table tr td {
	box-shadow: 1px 1px  1px #000;
}
a {
	cursor: pointer;
}
.scene {
	position: absolute;
    width: 75%;
    left: 20%;
    top: 90px;
    padding: 25px;
    margin: auto;
    z-index: 1;
    overflow: auto;
    overflow-y: scroll;
}
.scene table {
	margin-left: 10px;
	margin-top: 10px;
}
.objects {
	position: absolute;
	border-right: 1px solid #CCC;
	height: 100%;
	left: 0;
	width: calc(20% - 30px);
    margin-top: 50px;
}
.list_personalElement li {
	text-transform: uppercase;
	text-align: center;
}
.version {
	position: fixed;
	right: 0;
	padding: 10px;
	width: auto;
	text-align: right;
	bottom: 0;
}
.position {
	position: fixed;
	left: 0;
	padding: 10px;
	width: auto;
	text-align: right;
	bottom: 0;
}
.config, .using {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 50%;
	height: 50%;
	background-color: #FFF;
	border-radius: 10px;
	box-shadow: 1px 1px 25px #CCC;
	z-index: 999;
}
.using {
	display: none;
}
label {
	display: block;
	padding: 15px;
}
.closeConfig, .openConfig {
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 10px;
	border-radius: 5px;
	background-color: #333;
	color: #FFF;
}
.export {
	padding: 10px;
	border-radius: 5px;
	margin-right: 15px;
	background-color: #333;
	color: #FFF;
}

.generateScene {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	border: 0;
	background-color: #000;
	color: #FFF;
}
.selectObject {
    height: 50px;
    width: 100%;
    cursor: pointer;
    float: left;
    margin-bottom: 15px;
    border: 1px solid #CCC;
}
.cell {
	text-align: center;
	background-repeat: no-repeat;
}
li {
    display: block;
    min-height: 30px;
    padding: 15px;
    border-bottom: 1px solid #CCC;
}
input.collision {
    float: right;

}