
/* Create three equal columns that floats next to each other */
.doc-margin{
	margin-top:20px;
}
.column-doc {
 float: left;
    width: 32%;
    padding: 20px;
    margin-left: 12px;	
	border:1px solid black;
	background-color:#FFFFFF;
	cursor:pointer;
}
.column-diee {
	display:block;
    width: 80%;
    padding: 20px;
    margin:auto;
	border:1px solid black;
	background-color:#FFFFFF;
	cursor:pointer;
}
.column-doc li{
	align:left;
}
.column-doc h3{
	color: #008080;
}

.column-doc li{
	list-style:none;
	hover:
}
.column-doc li a:hover {
  background-color: yellow;
}
.column-diee li a:hover {
  background-color: yellow;
}







.row {
  margin-left:-5px;
  margin-right:-5px;
}
  
.column {
  float: left;
  width: 50%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}



table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  
  border: 1px solid #ddd;
  
}

.tableFixHead thead th {
        position: sticky;
        top: 0;
		background: #eee;
}

.tableFixHead .fixmyth {
        position: sticky;
        top: 0;
		background: #eee;
}


th, td {
  text-align: left;
  padding: 16px;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}



/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
  margin-bottom:20px;
}
.text-center{
	text-align:center;
}



/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column-doc {
    width: 95%;
	margin:0 9.5px;
	
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other on screens that are smaller than 600 px */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}