/*
-----------------------------------------------------------

-----------------------------------------------------------
*/

#tableDiv {
 height: 250px;  
 overflow: hidden;
}


/*
-----------------------------------------------------------

-----------------------------------------------------------
*/

.mutationTableDiv {
  margin: 0px;
  text-align: center;
  width:100%;
  height: 240px;   
  overflow: auto;
}

.mutationTable {
  text-align: center;
  width:99%;
  /*height: 250px;*/
  overflow: auto;
}


.mutationTable  tr { 
   font-size:100%;
   cursor:pointer;
   
}


.mutation {
   background-color:#FAFAFA;
}

.mutationTable td 
{
padding: 3px;
white-space: nowrap;
width:15%;
}


.mutationTableHead {
	font-size:120%;
    width:100%;
	background-color:#EEEEEE;
	color:#000000;
    text-align: center;
	font-weight: bold;
	text-decoration: underline;
}

.mutationTableHead td 
{
white-space: nowrap;
width:15%;
}



/*
-----------------------------------------------------------

-----------------------------------------------------------
*/


.mutationResidueTableDiv {
  padding: 10px;
  text-align: center;
  width:35%;
  height: 100%;   
}

.mutationResidueTable {
  text-align: center;
  width:100%;
  /*height: 250px;*/
  overflow: auto;
}


.mutationResidueTable tbody tr { 
   font-size:100%;
}


.mutationResidueTable tbody td {
padding: 3px;
white-space: nowrap;
width:15%;
border: 1px #FFFFFF;
border-style:dashed;
}



