table {
  background: none !important;
  border: 0px !important;
  border-collapse: collapse;
  margin-bottom: 0;
}

table tr {
  background: none !important;
}

table td {
  background: none !important;
}

ul,
ol,
li {
  list-style-position: inside !important;
}

h1,
h2 {
  font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  line-height: 1.1;
  margin-bottom: 14px;
  margin-top: 14px;
  font-size: 23px;
}
h3,
h4,
h5,
h6 {
  font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  line-height: 1.1;
  margin-bottom: 14px;
  margin-top: 14px;
  font-size: 18px;
}

/* Content */

#content {
  padding: 20px 40px 20px 40px;
  background: #fff;
  margin: 0px auto;
  text-align: left;
  border: 1px solid #dbdbdb;
  border-top: none !important;
  box-shadow: 0 1px 3px #dddddd;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

#content a {
  color: #01375d;
}
#content a:hover {
  color: #345f7d;
  text-decoration: underline;
}

input[type='button'],
input[type='submit'],
input[type='reset'],
button,
#content a.button {
  color: #ffffff;
  background: #0092b5;
  box-shadow: 0 3px 0 #007591;
  font-size: 16px;
  border-radius: 3px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 10px 20px 11px;
  text-align: center;
  transition: background-color 0.15s ease-in-out;
  border: none;
}
input[type='button']:hover,
input[type='submit']:hover,
input[type='reset']:hover,
button:hover,
#content a.button:hover {
  background: #33a8c4;
  box-shadow: 0 3px 0 #008bac;
  cursor: pointer;
  text-decoration: none;
}

#map {
  border: 1px solid #000 !important;
  height: 600px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.mapkey {
  width: 800px;
}
.amenitymaplink {
  text-align: right;
}
#amenitytable {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  margin-left: auto;
  margin-right: auto;
}
#amenitytable tbody tr td {
  border: 1px solid #ddd;
  vertical-align: middle;
}
table#amenitytable tbody tr:nth-child(2n) {
  background: none;
}
table#amenitytable tbody tr#grayRow {
  background: #f9f9f9 !important;
}
.amenity {
  background-color: #0092b5 !important;
  color: #ffffff;
  text-align: center;
  font-size: 11px;
}
#content a.amenity {
  font-weight: normal;
  color: #ffffff;
}
#content a.amenity:hover {
  text-decoration: none;
  color: #ffffff;
}
.amenitysmall {
  padding: 5px;
  font-size: 11px;
  text-align: center;
}
.amenityhotel {
  text-align: left !important;
}
.descriptiontable {
  width: 100%;
}
.descriptiontable tbody tr td {
  padding: 0px !important;
}

.small {
  font-size: 15px;
  font-weight: 400;
}
.smaller {
  font-size: 11px;
  line-height: 1em;
}

.wj_errormsgs {
  text-align: center;
}

#wj_main_errormsgs {
  margin-top: 15px;
  text-align: center;
}

#wj_main_errormsgs ul li {
  color: red;
}

#manageModifications input[type='button'],
#cancelReservation input[type='button'],
.wj_confRes_buttons input[type='button'],
#confirmCancelReservation input[type='button'],
div#content div form input[type='button'] {
  margin-bottom: 10px;
}
#login input[type='button'],
#modSearchHotel input[type='button'] {
  margin-top: 10px;
}

/* NAV overrides */
.nav {
  margin-top: 5px;
  background: #01375d;
}

/*.nav-item {
  width: 16.667%;
}*/
.nav-item a {
  background: #01375d;
  padding: 10px 25px;
  font-size: 14px;
  border-radius: 0;
  font-weight: 600;
  font-family: 'MyriadPro', helvetica, arial, sans-serif;
  letter-spacing: 0.5px;
}
.nav-item > a:hover {
  background: #345f7d;
  color: #ffffff;
}
.nav-mobile {
  background-color: #01375d;
}
.nav-click:hover {
  background-color: #345f7d;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .nav {
    background: #01375d;
  }
}

@media only screen and (max-width: 1020px) {
  .hide-nav {
    display: none;
  }
}
@media only screen and (min-width: 1020px) {
  .mobile-nav {
    display: none;
  }
}
