
.box{
  margin-top: 2em;
}

.search_result_box{
  width: 100%;
  min-width: 1100px;
}

.plot_row{
  display: flex;
  width: 100%;
  margin-bottom: 2rem;
}

.plot_item_first_blank{
  width: 120px;
}

.plot_item{
  width: calc((100% - 120px)/3);
  height: calc(300px + 3.5em);
}

.plot{
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.addition_table{
  display: flex;
  width: 100%;
  margin-bottom: 2rem;
}

.addition_table_col{
  width: calc((100% - 120px)/3);
  border-left: 1px solid black;
}

.addition_table_row{
  display: flex;
  width: 100%;
  height: 2em;
}

.addition_table_chlid_col{
  width: 50%;
  height: 100%;
}

.addition_table_fisrt_col{
  width: 120px;
}

.addition_table_row_title{
  border-bottom: 1px solid black;
  height: 3.5em;
  width: 100%;
  display: table;
  text-align: center;
}

.plot_item_title{
  height: 3.5em;
  width: 100%;
  display: table;
  text-align: center;
}

.table_col_text{
  line-height: 2em;
  width: 100%;
  text-align: center;
}

.child_col_text{
  line-height: 2em;
  width: 100%;
  text-align: center;
}

.row_title_text{
  display: table-cell;
  vertical-align: middle;
}

.plot_item_title_text{
  height: 3.5em;
  display: table-cell;
  vertical-align: bottom;
}


#genesearch_form{
  width: 0px;
  height: 0px;
  overflow: visible;

}

#searchform{
  width: 500px;
}


#top_image{
  width: 600px;
}

p {
   text-align: justify;
}

.img_box_outer{
  width: 100%;
}

.img_box{
  width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.NA_view{
  width: 98%;
  height: 98%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid black;
}

.NA_view_inner{

}

.cite{
  padding: 0.5em;
}


body{
  padding-top: 8rem;
}

.top_image{
  margin-top: -2rem;
}
