body {
  /* background: url("https://www.toptal.com/designers/subtlepatterns/patterns/circles-and-roundabouts.png"); */
  /* background-color: #ABD5BD; */
  background-image: radial-gradient(#222529ea, #34383d);
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}

.days-processed {
  padding: 15px 30px 15px 30px;
}

.show {
  display: block;
}

.hide {
  display: none !important;
}

.logo {
  width: 275px;
  height: auto;
}

#powered-by {
  margin-top: 10px;
  margin-right: 0;
  opacity: .75;
  text-align: center;
}

.footer-logo {
  width: 190px;
  height: auto;
}

.btn-secondary {
  background:#246b7e;
  border-radius: 0;
}

.btn-secondary:hover {
  background :white;
  color: #246b7e;
  border: 1px solid #246b7e;
}

.btn-secondary:not(:disabled):not(.disabled).active {
  background: #64c8cd;
}

.all-btn {
  width: 100px;
  border-radius: 0;
  margin-right: -10px;
}

.main-card {
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 3px 5px 8px 2px #33333375;
  /* border-radius: 0; */
  border: none;
  background-color: #fff;
  border-radius: 0;
}

#signed-in {
  text-align: center;
  color: #246b7e; 
  margin-top: 30px;
}

#signed-in-as {
  border-bottom: 1px solid #246b7e;
  padding-bottom: 5px;
}

#user-signed-in {
  text-align: center;
}

li {
  display: inline-block;
}

ul {
  padding-left: 0 !important;
}

hr {
  border-color: #246b7e;
}

.app-title {
  text-align: center;
  background-color: #fff;
  border: none;
  color: #64c8cd;  
  font-size: 23px;
  padding-top: 3px;
  font-weight: 300;
}


.hide-this {
  display: none;
}

.card-header {
  border-radius: 0 !important;
}

#email,
#password {
  border-radius: 0;
}

.sign-in-card {
  margin-bottom: -20px;
  border-radius: 0;
  background: white;
  border: 0;
  color: #246b7e;
  border: 1px solid #246b7e;
}

#sign-in-header {
  text-align: center;
  background-color: #246b7e;
  color: #fff;
}

.sign-in {
  background: #64c8cd;
  color: #fff;
  border: 1px solid white;
  border-radius: 0;
  width: 200px;
  margin-top: 5px;
}

.sign-in:hover {
  background: #fff;
  color: #246b7e;
  border: 1px solid #246b7e;
}

.btn-forgot-pw {
  font-size: small;
  text-align: left;
  margin-left: 16px;
  color: #246b7e;
  width: 30%;
}

.btn-forgot-pw:hover  {
  color: #64c8cd;
}

.welcome {
  margin-top: -15px;
  margin-bottom: -20px;
}

.dropdown-toggle {
  background: #64c8cd;
  color: white;
  /* border: 1px solid white; */
  border-radius: 0;
  padding: 10px;
  margin: 0px 5px 0 0;
  width: 100%;
  /* box-shadow: 3px 3px 8px 1px rgba(6, 27, 37, 0.295); */

}

.dropdown-toggle:hover {
  background: white;
  color: #246b7e;
  border: 1px solid #246b7e;
}


.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  /* float: left; */
  width: 100%;
  padding: .5rem 0;
  margin: 1px;
  color: white;
  text-align: left;
  list-style: none;
  background-color: #64c8cd;
  /* background-clip: padding-box; */
  /* box-shadow: 3px 3px 8px 1px rgba(6, 27, 37, 0.295); */
  /* border: 1px solid white; */
  border-radius: 0;
}

.dropdown-item {
  color: #fff;
  text-align: left;
}

.dropdown-item:hover {
  background-color: #fff;
  color: #64c8cd;
}

#signed-in-div {
  padding-top: 5px;
  padding-bottom: 15px;
}

#calendar-card {
  border: 1px solid #246b7e;
  border-radius: 0;
}

#schedules-title {
  background: #246b7e;
  color: white;
  text-align: center;
}

.acc {
  border-top: 0;
  border-right: 1px solid #246b7e;
  border-bottom: 1px solid #246b7e;
  border-left: 1px solid #246b7e;
  border-radius: 0;
}  
  
.fac-location {
  background: #246b7e;
  color: white;
  border-top: 1px solid white;
}

.fac-name {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
}

.acc-btn {
  background: #64c8cd;
  color: #fff;
  border-radius: 0;
}

.acc-btn:hover {
  background: #fff;
  color: #246b7e;
  border: 1px solid #246b7e;
}

.acc-btn::after:hover {
  color: #64c8cd;
}

.acc-btn:after {
  font-family: 'Material Icons';
  content: '\e5c7';
  font-size: 24px;
  -ms-transition: all .3s ease 0s; 	
  -moz-transition: all .3s ease 0s; 	
  -webkit-transition: all .3s ease 0s; 	
  transition: all .3s ease 0s;
  display: block;
}

.acc-btn.collapsed:after {
  -webkit-transform: rotate(180deg); 	
  -moz-transform: rotate(180deg); 	
  -ms-transform: rotate(180deg); 	
  -o-transform: rotate(180deg); 	
  transform: rotate(180deg);
}


.desktop-view {
  padding: 56.25% 0 0 0; 
  position: relative;
}

.mobile-view {
  padding: 56.25% 0 0 0; 
  position: relative;
}

.highlight {
  background: #64c8cd;
  box-shadow: 3px 3px 8px 1px rgb(6, 27, 37);
  border: 1px solid #246b7e;
}

/* Orders Received */

#myBtnContainer {
  padding-bottom: 15px;
  text-align: center;
}

.filterDiv {
  display: none;
}

.test-feedback {
  border: 1px solid #246b7e;
  padding: 10px;
}

.qty {
  width: 30px;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #246b7e;
  margin-right: 15px;
  margin-left: 15px;
}

.added-date {
  text-align: center;
  margin-bottom: 15px;
  border-bottom: 1px solid #246b7e;
}

.cart-qty-plus,
.cart-qty-minus {
  background: none;
  border: none;
  padding-top: 5px;
}

.material-icons {
  color: #246b7e;
}


/* Filter Buttons */

.filter-btn {
  background: #64c8cd;
  color: #fff;
  border: 1px solid white;
  border-radius: 0;
  padding: 10px;
  margin: 0px 5px 0 0;
  width: 100px;
}

.filter-btn:hover {
  background: #fff;
  color: #246b7e;
  border: 1px solid #246b7e;
}

.go {
  background-color: rgba(0, 128, 0, 0.404);
  color: #246b7e
}

.stop {
  background-color: rgba(255, 0, 0, 0.493);
  color: #246b7e
}

.go:hover {
  background-color: #fff;
  color: #246b7e;
  border: 1px solid #246b7e;
}

.stop:hover {
  background-color: #fff;
  color: #246b7e;
  border: 1px solid #246b7e;
}


/* Days Requested Style */

.date {
  padding-bottom: 15px;
}

div.calendar-row,
div.calendar-row ul.submitted, 
div.calendar-row ul.available,
div.calendar-row ul.tentative,
div.calendar-row ul.scheduled,
div.calendar-row ul.canceled {
  display: none;
}

/* Status Column */

.status-text {
  padding-left: 3px;
}


.stat-progress-1,
.stat-progress-2,
.stat-progress-3 {
  width: 6px;
  border: 1px solid rgba(10, 39, 55, 0.5);
  border-radius: 3px;
  padding: 6px;
  margin: 3px 3px 0px 3px;
  background-color: white;
}

div.calendar-row.submitted,
div.calendar-row.available,
div.calendar-row.tentative,
div.calendar-row.scheduled,
div.calendar-row.canceled {
  display: flex;
}

div.calendar-row.available .stat-progress-1,
div.calendar-row.tentative .stat-progress-1,
div.calendar-row.scheduled .stat-progress-1,
div.calendar-row.canceled .stat-progress-1 {
  width: 6px;
  border: 1px solid rgba(10, 39, 55, 0.5);
  border-radius: 3px;
  padding: 6px;
  margin: 3px 3px 0px 3px;
  background-color: rgb(141, 247, 141);
}

div.calendar-row.tentative .stat-progress-2,
div.calendar-row.scheduled .stat-progress-2,
div.calendar-row.canceled .stat-progress-2 {
  width: 6px;
  border: 1px solid rgba(10, 39, 55, 0.5);
  border-radius: 3px;
  padding: 6px;
  margin: 3px 3px 0px 3px;
  background-color: rgb(54, 161, 54);
}

div.calendar-row.scheduled .stat-progress-3 {
  width: 6px;
  border: 1px solid rgba(10, 39, 55, 0.5);
  border-radius: 3px;
  padding: 6px;
  margin: 3px 3px 0px 3px;
  background-color: green;
}

div.calendar-row.canceled .stat-progress-3 {
  width: 6px;
  border: 1px solid rgba(10, 39, 55, 0.5);
  border-radius: 3px;
  padding: 6px;
  margin: 3px 3px 0px 3px;
  background-color: red;
}


/* Status Row Color */

div.calendar-row.scheduled {
  display: flex;
  background-color: rgba(0, 128, 0, 0.404) !important;
}

div.calendar-row.canceled {
  display: flex;
  background-color: rgba(255, 0, 0, 0.493) !important;
}

/* Facility Column */

div.calendar-row.submitted .facility,
div.calendar-row.available .facility,
div.calendar-row.tentative .facility {
  visibility: hidden;
}


/* Notes Column */

/* div.calendar-row.submitted .notes,
div.calendar-row.available .notes,
div.calendar-row.tentative .notes {
  visibility: hidden;
} */

.notes-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 400px;
}

.notes-text:hover {
  color: #64c8cd;
}

.notes {
  cursor: pointer;
}

/* Days Processed card-body */

.days-processed {
  padding: 15px 30px 15px 30px;
}

.top-row {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #246b7e;
  color: white;
  border: 1px solid #246b7e;
}

.calendar-row {
  padding-top: 15px;
  background: white;
  color: #246b7e;
  border: 1px solid #246b7e;
}

#month {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}


/* Days Selected Card */

.days-selected {
  /* margin-bottom: 30px; */
  border-radius: 0;
  background: white;
  border: 1px solid #246b7e;
  min-height: 560px;
}

.days-selected-title {
  text-align: center;
  background-color: #246b7e;
  color: #fff;
 }

#days-selected-footer {
  padding: 15px;
}

.card-footer {
  background: #246b7e;
  border-radius: 0 !important;
}

.clear-dates {
  background: #64c8cd;
  color: #fff;
  border: 1px solid #246b7e;
  border-radius: 0;
}

.clear-dates:hover {
  background: #fff;
  color: #246b7e;
  border: 1px solid #246b7e;
}

.submit-dates {
  background: #64c8cd;
  color: #fff;
  border: none;
  border: 1px solid #246b7e;
  border-radius: 0;
}

.submit-dates:hover {
  background: #fff;
  color: #246b7e;
  border: 1px solid #246b7e;
}

.processed-requests-card {
  border-radius: 0;
  background: white;
  border: 1px solid #246b7e;
  margin-bottom: 10px;
}

.processed-requests-title {
  text-align: center; 
  background: #246b7e;
  color:#fff; 
  font-weight: 100; 
}

#fac-add-date-card {
  border-radius: 0;
  background: white;
  border: 1px solid #246b7e;
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.add-date-title {
  text-align: center; 
  background: #246b7e;
  color:#fff; 
  font-weight: 100; 
}

#date-list-calendar-frame {
  padding-top: 10px;
  min-height: 340px;
}

#fac-add-date-card {
  margin-bottom: 30px;
  border-radius: 0;
  background: white;
  border: 1px solid #246b7e;
  min-height: 552px;
}



#fac-signin-card {
  margin-top: 45px;
  margin-bottom: 100px;
}

.sign-in:hover {
  background: #fff;
  color: #017bff;
}

#calendar-accordion {
  padding: 25px;
}

.footer-text {
  color: #fff;
  font-size: 20px;
  /* opacity: .7; */
  
}

.tel-text {
  color: #fff;
  font-size: 20px;
}

.footer {
  margin-top: -10px;
  width: 100%;
  text-align: center;
  line-height: 60px;
}

.call-btn {
  background: #64c8cd;
  color: #fff;
  float: right;
  border: 1px solid white;
  border-radius: 0;
  cursor: pointer;
  width: 100%;
  margin-top: 10px;
}
  
.call-btn:hover {
  background: #fff;
  color: #246b7e;
  border: 1px solid #246b7e;
}

.modal-content {
  margin: 20px;
  color: #246b7e;
  margin-bottom: 30px;
  border-radius: 0;
  box-shadow: 10px 10px 25px 2px #3a3a3a6e;
  border: 0;
  min-height: 250px;
}

.modal-header {
  text-align: center !important;
  background-color: #246b7e;
  color: #fff;
  border-radius: 0;
}

.modal-title {
  text-align: center !important;
  font-weight: 100;
  font-size: 28px;
}

.modal-body {
  text-align: left;
}

.modal-footer {
  background: #246b7e;
  border-radius: 0 !important;
}

.close {
  display: none;
  color: #246b7e;
}

.close:hover {
  color:#64c8cd;
}

.modal-close-btn  {
  background: #64c8cd;
  color: #fff;
  float: right;
  border: 1px solid #246b7e;
  border-radius: 0;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.modal-close-btn:hover {
  background: #fff;
  color: #246b7e;
  border: 1px solid #246b7e;
}



/* iframe responsiveness */

@media (max-width: 890px) {

  .desktop-view {
    display: none;
  }

  .mobile-view {
    display: block;
  }

  .facility-cal-container {
    height: 500px;
  }

}

@media (min-width: 891px) {

  .desktop-view {
    display: block;
  }

  .mobile-view {
    display: none;
  }

}


/* RESPONSIVE STYLES */

/* Extra small devices (portrait phones, less than 576px) */
@media (min-width: 300px) and (max-width: 374px) { 

  .top-bar {
    text-align: center;
  }
  
  .logo {
    width: 250px !important;
  }

  .sign-in {
    float: none;
    text-align: center;
    width: 100%;
  }

  .fac-name {
    font-size: 14px;
  }

  .acc-btn {
    padding: 2px;
  }

  #date-added {
    padding-top: 10px;
    font-size: 24px;
  }

  /* Filter */
  .all-btn {
    display: block;
    margin-top: 10px;
    width: 100%;
  }
  
  .btn-group {
    display: block;
  }
  
  .btn-filter {
    width: 100%;
  }

  .footer-text {
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .open-button {
    float: none;
  }
  
  #morganbot-button {
    text-align: center;
    margin-top: 10px;
  }

  .spinner-grow, .spinner-grow-sm {
    width: 10px;
    height: 10px;
  }

  
  .days-selected-title {
   text-align: center;
   background-color: #246b7e;
   color: #fff;
  }

  #special-frame-div-id {
    min-height: 340px;
    min-width: 225px;
    margin: -15px;
  }

  .filter-btn {
    margin: 20px 0 0 0;
    width: 97px;
  }

  /* Days Processed */

  .days-processed {
    padding: 0 25px 10px 25px;
  }

  .top-row {
    display: none;
  }

  .calendar-row {
    padding-top: 0;
    margin-top: 10px;
  }

  .date {
    padding: 5px;
    margin-bottom: 20px;
    background: #246b7e;
    color: white;
    text-align: center;
  }

  .status {
    text-align: center;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .notes,
  .facility {
    margin-bottom: 10px;
    text-align: center;
  }

  label {
    font-size: 15px;
  }

  #add-date-form {
    height: 450px;
  }

  #date-list-calendar-frame {
    min-height: 360px;
    min-width: 225px;
    padding-top: 30px !important;
    margin: 0;
    border-radius: 5px;
  }

  .wrapper .full-size {
    width: 225px;
  }

  .open-button {
    float: none;
  }
  
  #morganbot-button {
    text-align: center;
    margin-top: 10px;
  }



}


@media (min-width: 375px) and (max-width: 400px) {

  .top-bar {
    text-align: center;
  }
  
  .logo {
    width: 300px !important;
  }

  .fac-name {
    font-size: 20px;
  }

  .acc-btn {
    padding: 5px;
  }

  .sign-in {
    float: none;
    text-align: center;
    width: 100%;
  }

  #date-added {
    padding-top: 5px;
    font-size: 28px;
  }

  .qty {
    margin-right: 20px;
    margin-left: 20px;
  }

  #month {
    font-size: 22px;
  }

  .weekday {
    width: 30px;
    height: 30px;
  }

  .number {
    width: 30px;
    height: 30px;
  }

  .footer-text {
    font-size: 18px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  /* Calendar input iframe  */

  #special-frame-div-id {
    min-height: 340px;
    min-width: 225px;
  }

  #add-date-form {
    height: 450px;
  }

  #date-list-calendar-frame {
    min-height: 360px;
    min-width: 220px;
    padding-top: 30px !important;
    overflow: hidden;
    margin: 0;
    border-radius: 5px;
  }

  .wrapper .full-size {
    width: 275px;
  }

  /* Filter */
  .all-btn {
    display: block;
    margin-top: 10px;
    width: 100%;
  }
  
  .btn-group {
    display: block;
  }
  
  .btn-filter {
    width: 100%;
  }

  /* Days Processed */

  .days-processed {
    padding: 0 25px 10px 25px;
  }

  .top-row {
    display: none;
  }

  .calendar-row {
    padding-top: 0;
    margin-top: 10px;
  }

  .date {
    padding: 5px;
    margin-bottom: 20px;
    background: #246b7e;
    color: white;
    text-align: center;
  }

  .status {
    text-align: center;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .notes,
  .facility {
    margin-bottom: 10px;
    text-align: center;
  }

  .open-button {
    float: none;
  }
  
  .morganbot-button {
    text-align: center;
    margin-top: 10px;
  }

  
}

@media (min-width: 401px) and (max-width: 500px) { 

  .top-bar {
    text-align: center;
  }
  
  .logo {
    width: 300px !important;
  }

  .sign-in {
    float: none;
    text-align: center;
    width: 100%;
  }

  #date-added {
    padding-top: 35px;
    font-size: 22px;
  }

  .acc-btn {
    padding: 2px;
  }

  .fac-name {
    font-size: 18px;
  }

  .footer-text {
    font-size: 18px;
    line-height: 15px;
    text-align: center;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .open-button {
    float: none;
  }
  
  .morganbot-button {
    text-align: center;
    margin-top: 10px;
  }

  .qty {
    margin-right: 20px;
    margin-left: 20px;
  }

  #month {
    font-size: 22px;
  }

  .weekday {
    width: 30px;
    height: 30px;
  }

  .number {
    width: 30px;
    height: 30px;
  }

  .footer-text {
    font-size: 18px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  /* Calendar input iframe  */

  #special-frame-div-id {
    min-height: 340px;
    min-width: 225px;
  }

  #add-date-form {
    height: 450px;
  }

  #date-list-calendar-frame {
    min-height: 360px;
    min-width: 220px;
    padding-top: 30px !important;
    overflow: hidden;
    margin: 0;
    border-radius: 5px;
  }

  .wrapper .full-size {
    width: 275px;
  }

  /* Filter */
  .all-btn {
    display: block;
    margin-top: 10px;
    width: 100%;
  }
  
  .btn-group {
    display: block;
  }
  
  .btn-filter {
    width: 100%;
  }

  /* Days Processed */

  .days-processed {
    padding: 0 25px 10px 25px;
  }

  .top-row {
    display: none;
  }

  .calendar-row {
    padding-top: 0;
    margin-top: 10px;
  }

  .date {
    padding: 5px;
    margin-bottom: 20px;
    background: #246b7e;
    color: white;
    text-align: center;
  }

  .status {
    text-align: center;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .notes,
  .facility {
    margin-bottom: 10px;
    text-align: center;
  }
    
}

@media (min-width: 501px) and (max-width: 820px){

  .top-bar {
    text-align: center;
  }

  .logo {
    width: 300px !important;
    padding-top: 15px;
  }
  
  .sign-in {
    float: none;
    text-align: center;
    width: 100%;
  }

  .days-selected-title {
    text-align: center;
  }

  .open-button {
    float: none;
  }
  
  .morganbot-button {
    text-align: center;
    margin-top: 10px;
  }

  .footer-text {
    text-align: center;
  }

  /* Calendar input iframe  */

  #add-date-form {
    height: 450px;
  }

  #date-list-calendar-frame {
    min-height: 360px;
    min-width: 375px;
    padding-top: 30px !important;
    overflow: hidden;
    margin: 0;
    border-radius: 5px;
  }

  .wrapper .full-size {
    width: 375px;
  }

  .filter-btn {
    margin: 20px 10px 0 0;
    width: 150px;
  }

  /* Days Processed */

  .days-processed {
    padding: 0 25px 10px 25px;
  }

  .top-row {
    display: none;
  }

  .calendar-row {
    padding-top: 0;
    margin-top: 10px;
  }

  .date {
    padding: 5px;
    margin-bottom: 20px;
    background: #246b7e;
    color: white;
    text-align: center;
  }

  .status {
    text-align: center;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .notes,
  .facility {
    margin-bottom: 10px;
    text-align: center;
  }

  .wkday {
    width: 40px;
    text-align: center;
    font-weight: bold;
    margin-left: 20px;
  }

  .day {
    width: 40px;
    text-align: center;
    border: 1px solid #eeeeee; 
    border-radius: 100px;
    margin-left: 20px;
  }

  .footer-text {
    text-align: center;
  }

}

@media (max-width: 767px) {
  .btn-forgot-pw {
    float: none;
    margin-left: 0px;
    text-align: center;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 821px) {

  #signed-in {
    margin: 0;
  }

  .filter-btn {
    margin: 20px 0 0 0;
    width: 150px;
  }

  .sign-in {
    width: 30%;
  }

  /* Filter */
  
  #myBtnContainer {
    padding-top: 20px;
  }
 
  .all-btn {
    width: 95px;
    font-size: 12px;
  }

  .btn-filter {
    width: 95px;
    font-size: 12px;
  }

  /* Days Processed */

  .days-processed {
    padding: 0 25px 10px 25px;
  }

  .top-row {
    display: none;
  }

  .calendar-row {
    padding-top: 0;
    margin-top: 10px;
  }

  .date {
    padding: 5px;
    margin-bottom: 10px;
    background: #246b7e;
    color: white;
    text-align: center;
  }

  .status {
    text-align: center;
    margin-top: 1px;
    margin-bottom: -10px;
  }

  .notes,
  .facility {
    margin-bottom: 10px;
    text-align: center;
  }


}



@media (min-width: 821px) and (max-width: 991px){
  
  .top-bar {
    text-align: center;
  }

  .logo {
    width: 300px !important;
    padding-top: 15px;
  }

  #signed-in {
    margin: 0;
  }

  #month {
    font-size: 22px;
  }

  .weekday {
    width: 30px;
    height: 30px;
  }

  .number {
    width: 30px;
    height: 30px;
  }

  .days-selected-title {
    text-align: center;
  }

  .filter-btn {
    margin: 20px 10px 0 0;
    width: 150px;
  }

  .footer-text {
    font-size: 18px;
    text-align: center;
  }

  /* Days Processed */

  .days-processed {
    padding: 0 25px 0 25px;
  }

  .top-row {
    display: none;
  }

  .calendar-row {
    padding-top: 0;
    margin-top: 10px;
  }

  .date {
    padding: 5px;
    margin-bottom: 20px;
    background: #246b7e;
    color: white;
    text-align: center;
  }

  .status {
    text-align: center;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .notes,
  .facility {
    margin-bottom: 10px;
    text-align: center;
  }

}

@media (min-width: 992px) {
  #signed-in {
    width: 98%;
  }

}

