/* line 4, /Users/jesperlugner/Documents/code/pml/pml_ruby/app/assets/stylesheets/skolon.css.scss */
.skolon-menu-button {
  position: relative;
  text-align: right;
  color: #000;
  display: none;
  text-transform: none;
  line-height: normal;
  width: 45px;
  height: 45px;
  background-size: 45px;
  background-color: white;
  background-image: url(https://info.skolon.com/assets/skolon-face.png);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  float: right;
  margin-left: 20px;
}
@media (max-width: 766px) {
  /* line 4, /Users/jesperlugner/Documents/code/pml/pml_ruby/app/assets/stylesheets/skolon.css.scss */
  .skolon-menu-button {
    position: absolute !important;
    width: 30px !important;
    height: 30px !important;
    background-size: 30px !important;
    right: 0;
    margin-right: 73px;
    margin-top: 10px;
  }
  /* line 14, /Users/jesperlugner/Documents/code/pml/pml_ruby/app/assets/stylesheets/skolon.css.scss */
  .skolon-menu-button .skolon-menu-button-dropdown {
    right: -70px !important;
  }
  /* line 18, /Users/jesperlugner/Documents/code/pml/pml_ruby/app/assets/stylesheets/skolon.css.scss */
  .skolon-menu-button .skolon-menu-button-dropdown::after, .skolon-menu-button a.skolon-menu-button .skolon-menu-button-dropdown::after {
    bottom: 100%;
    left: auto;
    right: 79px !important;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    /* pointer-events: none; */
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
  }
}
