body {
  background-color: #254E58;
  font: Helvetica, sans-serif !important;
  color: #47423A !important; }

nav {
  padding: 10px;
  margin: 10px;
  border-radius: 5px; }

header, footer {
  font: Helvetica, sans-serif;
  background-color: #D9B595;
  color: #47423A;
  padding: 10px;
  margin: 10px;
  border-radius: 5px; }

main {
  font: Helvetica, sans-serif;
  background-color: #88BDBC;
  color: #47423A;
  padding: 10px;
  margin: 10px;
  border-radius: 5px; }

table {
  table-layout: fixed;
  width: 100%;
  color: #47423A;
  border-radius: 10px; }

table.table-bordered > thead > tr > th {
  border-color: #47423A; }

table.table-bordered > tbody > tr > td {
  border-color: #47423A;
  /* top-left border-radius */ }

table tr:first-child th:first-child {
  border-top-left-radius: 6px; }

/* top-right border-radius */
table tr:first-child th:last-child {
  border-top-right-radius: 6px; }

/* bottom-left border-radius */
table tr:last-child td:first-child {
  border-bottom-left-radius: 6px; }

/* bottom-right border-radius */
table tr:last-child td:last-child {
  border-bottom-right-radius: 6px; }

#myInput {
  background-image: url("/css/searchicon.png");
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  display: block; }

#list {
  /* Remove default list styling */
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: none; }

#list li a {
  border: 1px solid #ddd;
  margin-top: -1px;
  background-color: #f6f6f6;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block; }

#add {
  width: 10%; }

#list li a:hover:not(.header) {
  background-color: #eee; }

#rooms {
  width: 100%;
  margin: 10px;
  padding: 10px; }

.roomBtn {
  font: Helvetica, sans-serif;
  background-color: #D9B595;
  color: #47423A;
  padding: 10px;
  margin: 10px;
  border-radius: 5px;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer; }

.fnctBtn {
  font: Helvetica, sans-serif;
  width: auto;
  background-color: #254E58;
  color: #D9B595;
  padding: 10px;
  margin: 10px;
  border-radius: 5px;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer; }

#R100 {
  background-color: #D9B595; }

#R101 {
  background-color: #D9B595; }

#R102 {
  background-color: #D9B595; }

#R103 {
  background-color: #D9B595; }

#R104 {
  background-color: #D9B595; }

#R105 {
  background-color: #D9B595; }

#R106 {
  background-color: #D9B595; }

#R107 {
  background-color: #D9B595; }

#R108 {
  background-color: #D9B595; }

#R109 {
  background-color: #D9B595; }

#R110 {
  background-color: #D9B595; }

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }

/* Modal Content/Box */
.modal-content {
  font: Helvetica, sans-serif;
  background-color: #88BDBC;
  color: #47423A;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%; }

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

/*# sourceMappingURL=style.css.map */
