body{
    background : #FFF; color : #777;
    font-family : sans-serif;
    font-size:80%;
}

div.tabbox{
	margin: 0px; padding: 0px; width: 400px;  
}

p.tabs{
	margin: 0px; padding: 0px;
}

p.tabs a{
	display: block; 	width: 12em; float: left; 
	margin: 0px 1px 0px 0px; padding: 3px;
	text-align: center; border-radius: 12px 12px 0px 0px; 
}

p.tabs a.ES { background-color: gray;  color: white; }
p.tabs a.iPS { background-color: gray;  color: white; }


div.tab {
	width: 800px; height: 550px; overflow: auto; clear: left; 
	border: 2px solid #777; background-color: #FFF; 
	border-radius: 0px 12px 12px 12px;
	/*display: table-cell;*/
	text-align: left;
}

div.tab div.panel-header{
		margin: 0.5em;
	color : #244149;
	font-weight: bold; 
}

div.tab div.panel-body{
		margin: 0.5em; color : #244149; 
}

.category-label{
	margin: 0px 30px 0px 5px;
}

div.chem_area{
	width: 800px;
}
div.select_table{
	display:inline-block;
	vertical-align:top;
}
div.chem_select{
	display:inline-block;
	width: 240px;
	//height:150px;
	vertical-align:top;
	padding: 15px 0px 15px 0px;
}
div.chem_img_area{
	display:inline-block;
	width: 250px;
	vertical-align:top;
	padding: 20px 0px 0px 0px;
}
div.chem_img_area p{
	text-align:right;
	font-size:10px;
	padding: 0 0 0 0;
}
div.emp{
	display:inline-block;
	height:200px;
}

div.chem_table{
	display:inline-block;
	color : #244149;
	width: 290px;
	font-size: 12px;
}
div.chem_table table{
	vertical-align:middle;
	width:280px;
}
div.chem_table tr{
	margin: 0,10px,10px,0px;
}
tr:nth-child(odd){
	background-color:#eaeaea
}
tr:nth-child(even){
        background-color:#ddd
}

td.leftcell{
	width:135px;
}
td.rightcell{
	width:150px;
	text-align:right;
}

select {
	width:200px;
	padding: 5px; 
	border: 1px solid #777; 
	border-radius: 5px;
	margin: 0px 0px 15px 15px; 
	font-size: 12px; font-family : sans-serif;
} 



input#run_toxpred {
	margin: 20px;
	padding: 20px; 
	background-color : gray; 
	color : white; 
	border-style: none;
	border-radius: 12px 12px 12px 12px; 
	font-size : 16px; 
	width: 120px; 
}
input#run_toxpred:hover {
	background-color : #aaa; 
}

input#run_toxpred:active {
	background-color : #888; 
	transform: translateY(2px);
  }
