.Line_up_table{
    display: flex;
    width: 90%;
    margin: 0% auto 5% auto;
    background-color: #02a0e9;
    color: white;
  }
.link_element.scarce {
    background-color: #f0df46;     
    color: #e90202;                  
    padding: 8px 16px;        
    border-radius: 30px;           
    display: inline-block;
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: none;
}


.tab-container{
    display: flex;        
    width: 90%;
    margin: 5% auto 0% auto;        
}
.tab{
    font-size: clamp(16px, calc(1px + 3vw), 40px);
    font-weight: 600;
    color: white;
    background-color: #d3d3d3;
    margin-bottom: 1%;
    text-align: center;
    border: solid;
    border-radius: 0.3em;
    box-sizing: content-box;
    transition: all 0.5s;
    align-content: center;
    height: 7vh;
    width: calc(50px + 6vw);
    
}
.tab.active{
    background-color: #02a0e9;
    color: white;
    transition: all 0.5s;
    opacity: 1;
}
.table_content{
  min-width: 46%;
   margin: 2%;
}
.Line_up_table .container{
  display: none;
}
.Line_up_table .container.show {
  display: table-header-group;
}
  table {
    min-width: 100%;
    font-size: calc(0.1em + 1vw);
  }
  tbody{
    text-align: center;
  }
  th{
    border: solid;
    padding: 1% 0;
  }
  td{
    border: solid;
    padding: 3% 0;
    vertical-align: middle;
  }
.change_element  {
  background-color: #0a5a83;
  font-weight: bold;
}

tbody tr:hover {
  background-color: #0a5a83;
  font-weight: bold;
  }
.link_element {
    background-color: white;     
    color: #02a0e9;                  
    padding: 8px 16px;        
    border-radius: 30px;           
    display: inline-block;
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: none;
}
button.link_element {
  cursor: pointer;
}
button.link_element.scarce {
  cursor: pointer;
}

@media only screen and (max-width: 750px) {
  .Line_up_table{
    flex-direction: column;
    width: 100%;
    margin-bottom: 30%;
  }
  table{
    font-size: 7px;
  }
  th,td{
    border-width: 0.2px;
  }
  .link_element {
    padding: 2.5%;
}
.tab-container{        
  width: 100%;        
}
.tab{
  height: 5vh;
  font-size: clamp(12px, calc(1px + 2vw), 22px);
}
}
.tab-content{
  display: block;
}
.room_imgs{
  display: flex;
  flex-wrap: wrap;
}
.room_imgs .img{
  width: 15%;
}
.tab-wrap{
  height: 100%!important;
}
.modifire-8F_ctype_td{
  line-height: 1.1;
  p{
    margin: 0;
  }
}
.modifire-8F_ctype_p{
  font-size: min(2vw, 16px);
  font-weight: 600;
}
.modifire-8F_ctype_line_p{
  text-decoration-line: line-through;
}
.blue{
  color: blue;
}
.yellow{
  color: yellow;
}