div.general-settings {
    background-color: #fff;
    color: #262626;
    width: 300px;
    position: fixed;
    top: 0;
    z-index: 9999999;
    left: -300px;
    box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
    height: 100%;
    bottom: 0;
}

.general-settings a.button:hover {
    color:#fb5e33 !important;
}

.general-settings.closed {
    box-shadow: none;
}

.general-settings a.button:hover:after {
    z-index: -1;
}

.general-settings a.button {
    z-index: 9;
}

.general-settings a.button.button-border {
  background: #fb5e33 none repeat scroll 0 0;
  border: 1px solid #fb5e33;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 30px;
  text-transform: uppercase;
  width: auto;
  margin-top: 15px;
}
.general-settings a.button.button-border:hover {
  background: transparent

}

div.general-settings .settings {
    padding: 30px 30px 30px 30px;
    text-align: center;
    display: inline-block;
    z-index: 2;
    position: absolute;
    background: #fff;
    width: 100%;
}

div.general-settings .content-chooser {
  background-color: #ffffff;
  border-top: medium none;
  bottom: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 140px 22px 30px 30px;
  position: absolute;
  top: 0;
  z-index: -1;
}

div.general-settings.opened .content-chooser {
    opacity: 1;
}

div.general-settings a.opener {
    display: block;
    height: 45px;
    position: absolute;
    left: 300px;
    top: 200px;
    background: #fff;
    width: 45px;
    font-size: 20px;
    line-height: 45px;
    color: #777777;
    text-align: center;
    text-decoration: none;
    box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.14), -1px 0 3px 0 rgba(0, 0, 0, 0.14);
}

div.general-settings.opened a.opener {
    right: -45px;
    border-color: transparent;
}

div.general-settings a.opener i {
  display: block;
  line-height: 42px !important;
}

