.popmenu-layer {
    position: absolute;
    top: -350px;
    left: -50px;
    width: 100%;
    height: 100%;
    z-index: 999999998;
}
#popmenu {
	  position: absolute;
    display: block;
    min-width: 13em;
    max-width: 26em;
    padding: .25em 0;
    margin: .3em;
    font-family: inherit;
    font-size: inherit;
    list-style-type: none;
    background: #fff;
    border: 1px solid #bebebe;
    border-radius: .2em;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}
#popmenu li {
	  position: relative;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: .2em .5em;
    color: #2f2f2f;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
}
#popmenu hr {
    border: 0;
    border-bottom: 1px solid #eee;
}
.popmenu-hover {
	background-color: #2980b9 !important;
	color: #fff !important;	
  -webkit-transform: translateX(2%);
  -ms-transform: translateX(2%);
  -o-transform: translateX(2%);
  transform: translateX(2%);
}
.fa {
  color: #2980b9;
}
.popmenu-hover .fa {
  color: #999;
}