a.template {
    width: 135px;
    font-size: 18px;
    text-decoration: none !important;
}

.tabulator .tabulator-header {
    padding-left: 0px !important;
}

a.select_menu {
    border-bottom: 5px solid #007fff;
}

div.select_drop_down_menu {
    background-color: #ddd !important;
}


#menu_icon {
    background-image: url(../img/menu.png);
    background-size: 75%;
    background-position: top;
    background-repeat: no-repeat;
    width: 48px;
    height: 36px;
    margin: 8px !important;
    position: absolute;
    right: 0px;
}


#menu_icon:hover {
    background-color: #ddd;
}

.drop-menu {
    display: none;
    position: relative;
    width: 180px;
    top: 100%;
    right: 145px;
    z-index: 200;
}

.drop-menu>div:nth-child(1) {
    height: 8px;
    padding: 0px;
    visibility: hidden;
}

.drop-menu>div {
    width: 180px;
    height: 60px;
    background-color: #f1f1f1;
    border: solid 2px white;
    border-bottom: solid 2px gray;
}

.drop-menu>div:hover {
    background-color: #ddd;
}

.drop-menu a {
    color: black !important;
    display: block;
    width: 100%;
    padding: 15px 20px;
}