
		.height10{
			height:10px;
		}
		.mtop10{
			margin-top:10px;
		}
		.modal-label{
			position:relative;
			top:7px
		}
				
	#myTable
	//table { 
    width: 100%; 
	//width: 1050px; 
    border-collapse: collapse; 
    margin:50px auto;
    }
/* Zebra striping */
tr:nth-of-type(odd) { 
    background: #eee; 
    }
th { 
    background: #3498db; 
    color: white; 
    font-weight: bold; 
    }
td, th { 
    padding: 10px; 
    border: 1px solid #ccc; 
    text-align: left; 
    font-size: 14px;
    }

.table {
   display: table;
   width: 100%;
}
.tableRow {
   display: table-row;
}
.tableHead {
  //font-weight: bold;
  font-style: italic;
}
.tableCell, .tableHead {
   display: table-cell;
   padding: 3px 3px 3px 3px;
   border: 1px solid grey;
}
	