.stable
{
    width: 100%;
    border-collapse: collapse;
    border-top: 3px solid #000000;
    border-bottom: 3px solid #000000;
    margin:0 auto;
    text-align:center;
}

.stable th 
{
    padding: 5px 10px;
	background: #9eadbb;
	color: white;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	font-family:inherit;
	font-weight:normal;
}

.stable td 
{
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;    
    font-size: 12px;
}

.stable tr:nth-child(even) {background-color: #f2f2f2}
.stable tr:hover td{background: #d6e1c0;}

.atable
{
    width: 100%;
    border-collapse: collapse;
    border-top: 3px solid #000000;
    border-bottom: 1px solid #000000;
    margin:0 auto;
    text-align:center;
    table-layout:fixed;
}

.atable th 
{
    padding: 5px 10px;
	background: #9eadbb;
	color: white;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	font-family:inherit;
	font-weight:normal;
}

.atable td 
{
    padding: 2px;
    text-align: center;
    vertical-align: middle;    
    font-size: 12px;
    font-family:inherit;
}

.atable tr:nth-child(even) {background-color: #f2f2f2}
/* .atable tr:hover td{background: #d6e1c0 !important;} */

.htable
{
    border-collapse: collapse;
    border: none;
    margin:0 auto;
    text-align:center;
}

.htable th 
{
    padding: 4px 0;
	background: #9eadbb;
	color: white;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	font-family:inherit;
	font-weight:normal;
}

.htable td 
{
    padding: 2px;
    text-align: center;
    vertical-align: middle;    
    font-size: 12px;
}

.ntable
{
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid #000000;
    border-bottom: 0px solid #000000;
    margin:0;
    padding:0;
    text-align:center;
    table-layout: fixed;
}

.ntable th 
{
    padding: 6px 0;
	background: #ffffff;
	color: black;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	border-bottom:1px solid #c0c0c0;
	font-family:inherit;
	font-weight:normal;
}

.ntable td 
{
	background: #ffffff;
    padding:6px 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;    
    font-size: 12px;
    border-bottom:1px solid #c0c0c0;
    /* white-space:nowrap; */
}

.ntable tr:hover td
{
	background: #d6e1c0;
	cursor:pointer;
}
