@charset "utf-8";.divcss{border:1px solid #000}.top-panel{padding:15px;background-color:#b40000;color:#fff}.top-panel-text{width:60%;margin:0 auto}.bottem-panel-text,.pos-text{margin:0 auto;width:60%}.pos-text{padding-left:15px;padding-top:5px;padding-bottom:5px;font-size:medium}.body-text{padding-bottom:10px}.quick-link{padding-bottom:10px;padding-top:10px}.bottem-panel{padding:10px;background-color:#e1e1e1}.bottem-link{margin:0 auto;padding-bottom:10px;font-size:small}.content{display:none;width:100%}.button{cursor:pointer;text-decoration:underline;color:blue}.copyright{font-family:monospace;font-size:smaller}

.search_area {
    text-align: center;
    border-radius: 5%;
    border-color: black;
    border-width: 5%;
  }
.table {
  width: 45%;
  text-align: center;
  list-style: none; 
  background-color: #e1e1e1;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

