#top_table{
    margin-left: 0px;
    margin-top: -0px;
    position: fixed;
    z-index: 100;

}

#bottom_table{
    margin-left: 0px;
    margin-top: 0px;
    position: relative;
    z-index: 10;
}

#sps{
    height: 6px;
    width: 100%;
    background-color: #ffffff;
    z-index: 110;
    position: fixed;
    margin-top: -93px;
}


table {
  border-collapse: collapse;
}
th,td{
  border:solid 1px #aaaaaa;
}


#tt {
	writing-mode: tb-rl;
	display: block;
	white-space: nowrap;
	font-size: 12px;
}


