.p-w-r.display-demo {
  min-height: 110px;
}
.display-demo .wrapper {
  padding: 15px;
  box-shadow: 0 5px 14px -8px;
}
.display-demo .header {
  position: fixed;
  width: 100%;
  background: #fff !important;
  z-index: 100;
  top: 0;
}
.display-demo .headline {
  float: left;
  margin: 5px 0;
  color: #333;
}
.display-demo .nav {
  list-style: none;
  position: absolute;
  margin: 0;
  width: 300px;
  height: 450px;
  overflow-y: scroll;
  top: 80px;
  right: -305px;
  box-shadow: 0 8px 20px -10px;
  padding: 0;
  -moz-transition: right 500ms ease;
  -webkit-transition: right 500ms ease;
  transition: right 500ms ease;
}
.display-demo .nav.open {
  right: 0;
}
.display-demo .nav a {
  padding: 17px 15px;
  /*background-color: #f6f6f6;*/
  background-color: #26466d;
  display: block;
  /*color: #333;*/
  color: #fff;
}
.display-demo .nav a:hover {
  text-decoration: none;
  background-color: #ccc;
  color: #fff;
}

.display-demo .nav-toggle-wrapper {
  float: right;
  height: 50px;
  /*background-color: #333;*/
  padding: 10px;
}

.display-demo .nav-toggle {
  border: 0;
  padding: 0;
  /*margin: 20px 20px 0 0;*/
  float: right;
  /*background-color: #333;*/
  cursor: pointer;
  border-top: 4px solid #ccc;
  border-bottom: 4px solid #ccc;
  outline: none;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.display-demo .nav-toggle:before {
  content: '';
  margin: 5px 0 0;
  display: block;
  width: 32px;
  height: 4px;
  background-color: #ccc;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.display-demo .nav-toggle:after {
  content: '';
  margin: 5px 0 5px !important;
  display: block;
  width: 32px !important;
  height: 4px !important;
  background-color: #ccc !important;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.display-demo .nav-toggle.btn-open {
  border: none;
  margin-top: 13px;
}
.display-demo .nav-toggle.btn-open:before {
  margin: 0;
  background-color: #26466d !important;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.display-demo .nav-toggle.btn-open:after {
  margin: -3px 0 0 !important;
  background-color: #26466d !important;
  -ms-transform: rotate(137deg);
  -webkit-transform: rotate(137deg);
  transform: rotate(137deg);
}
#pr-waqwaa,
#srw-picker,
#pr-wyb-display,
#pr-ryp {
  margin-top: 100px;
}
.pr-headline {
  color: #444;
  margin-bottom: 15px;
}
#srw-picker .srw-tab {
  display: inline-block;
  margin: 4px;
  cursor: pointer;
  text-align: center;
  background-color: #ededed;
  border: solid 3px #ededed;
  border-radius: 2px;
  padding: 5px;
}
.pr-button {
  min-width: 115px;
  height: 26px;
  line-height: 14px;
  font-size: 14px;
  text-align: center;
  background-color: #e88021;
  color: white;
  text-decoration: none;
  background-image: none;
  border: 1px solid #fff;
  padding-right: 15px;
  padding-left: 15px;
}
.pr-button-org {
  min-width: 95px;
  border: 0;
}
#srw-picker .active {
  border: solid 3px #e88021;
  background-color: #fff;
}
@media (max-width: 767px) {
  .display-demo .header {
    padding: 10px;
    box-shadow: 0 5px 14px -8px;
  }
  .display-demo .headline {
    font-size: 27px;
    margin: 10px 0;
  }
  .display-demo .wrapper {
    box-shadow: none;
    padding: 0;
    width: 100%;
    overflow: hidden;
  }
  .display-demo .nav {
    width: 100% !important;
    position: relative;
    height: 0;
    padding: 0;
    left: 0;
    top: 0;
    box-shadow: none;
    display: block;
    -moz-transition: height 500ms ease;
    -webkit-transition: height 500ms ease;
    transition: height 500ms ease;
  }
  .display-demo .nav.open {
    height: 450px;
    overflow: scroll;
  }
  .display-demo .nav li {
    border-bottom: 1px #ccc solid;
  }
  .display-demo .nav li:last-child {
    border: none;
  }
  .display-demo .nav a {
    background-color: #fff;
    color: #333;
  }
}
@media (max-width: 445px) {
  .display-demo .headline {
    font-size: 21px;
    margin: 15px 0;
  }
}

* {
  font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
h1 {
  font-size: 14px;
  margin: 0 0 5px 0;
  color: #6a6a6a;
}
h2 {
  font-size: 22px;
  margin: 10px 0 20px 0;
}
