/*------------ table style set ------------*/

.table_title1{
  background-color : #0b91ca;
  font-weight : bold;
  color : white;
}
.table_title2{
  background-color : #0b91ca;
  font-weight : bold;
  color : white;
  font-size : 80%;
  text-align : center;
}
.table_contents1{
  font-size : 80%;
}
.table_contents2{
  font-size : 80%;
  text-align : center;
}

.numbering{
  font-size : 80%;
  text-align : right;
}