@charset "utf-8";
/* CSS Document */
.tb-room {
	width:100%;
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
  font-size:12px;
  text-shadow: 1px 1px 0px #fff;
  background: rgba(255,255,255,1.00);
  /*border:1px solid rgba(213,213,213,1.00);*/
  border-collapse: collapse;
  text-shadow:none;
 
}

.tb-room th {
	
  padding:15px 10px 15px 10px;
  /*border: 1px solid rgba(215,215,215,1.00);*/
  
  background:rgba(244,244,244,1.00);
  color:rgba(90,90,90,1.00);
  font-size:12px;
  font-weight:bold;
  font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  white-space: nowrap;
}



.tb-room tr {
  white-space: nowrap;
}

.tb-room tr:nth-child(even){
	background:rgba(249,249,249,1.00);
	}



.tb-room td {
   /*border: 1px solid rgba(215,215,215,1.00);*/
  padding: 5px 10px 5px 10px;
  color:rgba(122,122,122,1.00);
 
}



/*---------------------------------------------*/



table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  margin: .5em 0 .75em;
}

table tr {
  border: 1px solid #359bd9;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
  border-bottom: 1px solid #359bd9;
  border-top:none;
  border-left:none;
  border-right:none;


}

table th {
background-color: #359bd9;
border: 1px solid #359bd9;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #359bd9;
    display: block;
    margin-bottom: .625em;
	background-color: #ddf1fd;
  }
  
  table td {
    border-bottom: 1px solid #359bd9;
    display: block;
    font-size: .8em;
    text-align: right;
	border-top:none;
	border-left:none;
	border-right:none;
	
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    
    
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}













