#hatteutvalg {
  display: none;
}

#hatteutvalg #myUL {
  width: 300px;
  position: absolute;
  top: 45px !important;
  right: 0px !important;
  padding-left: 21px !important;
  max-height: 97vh !important;
  overflow: auto;
}

#hatteutvalg #knapper:not(#myUL) {
  position: absolute;
  top: 30px;
  right:320px;
  cursor: pointer;
}

#hatteutvalg ul#knapper li.hode {
  background-image: url('images/remove_head2.png');
  width: 67px;
  height: 27px;
  background-repeat: no-repeat;
}

#hatteutvalg ul#knapper li.hode:hover {
  background-image: url('images/remove_head_hover2.png');
  width: 67px;
  height: 27px;
  background-repeat: no-repeat;
}

#hatteutvalg ul#knapper li.munn {
  background-image: url('images/remove_nose2.png');
  width: 67px;
  height: 27px;
  background-repeat: no-repeat;
}

#hatteutvalg ul#knapper li.munn:hover {
  background-image: url('images/remove_nose_hover2.png');
  width: 67px;
  height: 27px;
  background-repeat: no-repeat;
}

#hatteutvalg ul#knapper li.body {
  background-image: url('images/remove_body2.png');
  width: 67px;
  height: 27px;
  background-repeat: no-repeat;
}

#hatteutvalg ul#knapper li.body:hover {
  background-image: url('images/remove_body_hover2.png');
  width: 67px;
  height: 27px;
  background-repeat: no-repeat;
}

/*#hatteutvalg ul#knapper li.annet {
  background-image: url('images/fjernannet.png');
  width: 94px;
  height: 31px;
  background-repeat: no-repeat;
}

#hatteutvalg ul#knapper li.annet:hover {
  background-image: url('images/fjernannet-hover.png');
  width: 94px;
  height: 31px;
  background-repeat: no-repeat;
}*/

#hatteutvalg #myInput {
  top: 0 !important;
  right: 0 !important;
  position: absolute;
}

#myInput {
  background-image: url('images/s_icon.png');
  background-position: 5px 14px;
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-color: transparent;
  width: 300px;
  font-size: 16px;
  padding: 18px 20px 12px 35px;
  color: #fff;
  font-family: hp1pixels, verdana;
  font-size: 20px;
  -webkit-font-smoothing: none;
  border: solid 0px;
  margin-bottom: 10px;
  border-bottom: solid 2px white;
}

#myUL {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#myUL li a:not(.header) {
  margin-top: 0px;
  min-height: 41px !important;
  background-color: transparent;
  padding: 2px;
  text-decoration: none;
  font-family: hp1pixels, verdana;
  font-size: 20px;
  -webkit-font-smoothing: none; 
  -moz-osx-font-smoothing: grayscale; 
  letter-spacing: 0.1;
  color: white;
  display: block
}

#myUL li img{
  padding-top: 10px;
}

#myUL li p{
  display: inline;
  position: relative;
  top: -5px;
  left: 5px;
}

#myUL li a.header {
  background-color: rgba(63, 63, 191, 0.6);
  cursor: default;
  padding: 10px;
  color: #fff;
  font-family: hp1pixels, verdana;
  font-size: 40px;
  -webkit-font-smoothing: none;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  display: block
}

#myUL li a:hover:not(.header) {
  background-color: #eee;
  color: black;
  cursor: pointer;
  position: relative;
}

#myUL li a:hover:not(.header)::after {
  content: url('images/headerarrow.png');
  width: 21px;
  position: absolute;
  z-index: 5;
  top: 50%;
  margin-top: -20px;
  left:-21px;
}