#reserveFilter #reserveFilter2 {
display: none;
}

#classlisting th.no-xs-mobile:nth-of-type(5),
#classlisting td.no-xs-mobile:nth-of-type(5) {
	display: block !important;
}

.yg-room-title {
display: block;
}
.page-content .address {
margin-bottom: 30px;
margin-top: -30px;
color: #000000;
}

/** Alternate Acct Menu **/
@media screen and (min-width: 768px) {
  #dashboard {
    padding-right: 22%;
  }

  .dropdown.my-account .dropdown-toggle {
    display: none !important;
  }

  .dropdown.my-account .dropdown-menu {
    display: block !important;
  }

  .dropdown.my-account~.page-content {
    padding-right: 22%;
  }

  .dropdown.my-account~.page-header {
    margin-right: 22%;
  }
}

@media screen and (max-width: 767px) {

  .dropdown.my-account .dropdown-toggle:focus,
  .dropdown.my-account .dropdown-toggle:active,
  .dropdown.my-account .dropdown-toggle:hover {
    text-decoration: none;
  }

  .dropdown.my-account .dropdown-toggle:before {
    content: "My Account";
    font-size: 14px;
    font-weight: 600;
  }

  .dropdown.my-account .dropdown-toggle .fa:before {
    content: "\f107";
    position: relative;
    top: 3px;
    margin-left: 3px;
  }

  .dropdown.my-account .dropdown-toggle .caret {
    display: none;
  }
}

/** /Alternate Acct Menu **/
/** /Unhide Location Dropdown **/
.hidden {
  display: block;
  visibility: visible;
}

/** /Unhide Location Dropdown **/
@media screen and (max-width: 767px) {
  .icon-info-sign.pop {
    display: none;
  }

  .page-header.classes {
    font-size: 36px;
    line-height: 1em;
  }

  span.yg-room-title {
    font-size: 16px;
    display: block;
  }

  span.bold {
    font-weight: 700;
  }

  .dropdown-menu>li>a, .dropdown-submenu>a {
    font-size: 18px;
    line-height: 1.6em;
  }

  .account-listing th:nth-of-type(2),
  .account-listing td:nth-of-type(2) {
    display: none;
  }

  .account-listing {
    font-size: 1.5em;
  }
}

.account-listing td:last-of-type a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000000;
}

#waitList a.btn.btn-primary {
  color: #474bff;
}

#confirm-modal.modal.in {
    top: 10%;
}
@media screen and (max-width: 767px) {
	#reserveFilterSites ul li:nth-of-type(3) {
		display: none;
	}
}
Save
