
* {
    box-sizing: border-box;
}

html {
    margin: 0;
    height: auto !important;
}
body {
	height: 100%;
	min-width: 100%;
	margin:0;
	font-family: Arial;
	background: #f1f1f1;
}


a {
    text-decoration: none;
}




#textdiv {
    display: block;
    width: 50%;
    margin-left: 0;
    margin-top: 20px;
    min-height: 30px;
    float: left;
}

.mainContainer{
    position:absolute;
	width: 100%;
	top: 90px;
	bottom:30px;
	background-color:azure;
	height:auto;
}

.footer {
	height: 27px;
	width: 100%;
	position:absolute;
    bottom:0px;
    left:0px;
	text-align: center;
	background: #ddd;
	margin-top: 2px;
    }
		
.header {
    height: 90px;
    margin-top: 0px;
    vertical-align: top;
    position: absolute;
    display: table;
    width: 100%;
    z-index:10;
   }

.table {
    display: table;
    height: 100%;
    width: 100%;
}

.tablerow {
    display: table-row;
}

.row, .col { overflow: hidden; 
 }
    .row { left: 0; right: 0; }


a:link {
    color: black;
}

/* visited link */
a:visited {
    color: black;;
}

a:hover{
	color: #006;
}

#content {
	  margin: 0px;
	position: absolute:
	top: 0;
	z-index: 10;
}
	
.viewer_3Dmoljs {
    display: table-cell;
    position: relative;   
    width: 40%;
    height: 50%;   
}

.viewer_cell {
    display: table-cell;
    position: relative;   
    width: 40%;
	height:10px;
}
.viewer_cell2 {
    display: table-cell;
    text-align:right;   
    width: 40%;
	height:10px;
}
#title3Dmol {
	display: table-cell;
    font-size: 70px;
	font-weight:700;
	color:#006;
	padding-left: 28px;
	vertical-align: top;
	width: 50px;
}

#title3Dmolright {
	display: table-cell;
	vertical-align: top;
	padding-left: 36px;
	padding-top: 14px;
	width: auto;
	
}

.titlefont {
		font-size: 24px;
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 100;

}

#strip {
	display: inline-block;
	vertical-align: top;
	
}

#rightstrip {
	display: inline-block;
	float: right;
	vertical-align: top;
		padding-top: 14px;

}

#infotext {
	margin-top: 8px;
	font-style:oblique;
	float:left;
	position: relative;
	display:block;
	width: 100%;
}

.floattext {
		position: absolute;
		top: 0;
		vertical-align: top;
		display: none;
}

#text3Dmol {
	display: block;
}

.titletext {
	display: inline-block;
	line-height: 1em;
}

.titletext:hover {
	font-weight: 700;
}

#view {
	width: 7em;
}

#meili {
	width: 5em;
}

#embed {
	width: 5em;
}

#develop {
	width: 5em;
}

#jupyter {
	width: 5em;
}

#develop {
	width: 5em;
}


#help {
	width: 5em;
}

canvas {
    max-width: 100%;
}


