.con-editors-meny-open {
    position: fixed;
    bottom: 0;
    background-color: #2c2c2d;
    padding: 0;
    border-radius: 0 1em 1em 0;
    margin-bottom: 0.5em;
    z-index: 100;
}

.con-editors-meny-open-button {
    font-size: 80%;
    border-radius: 0 1em 1em 0;
    border: solid 1px#707070;
    border-width: 1px 1px 1px 0;
    color: #2c2c2d;
    background-color: #2c2c2d;
    padding: 4em 0.5em 0.5em 0.5em;
    text-transform: uppercase;
    transition-duration: 0.5s;
}

.con-editors-meny-open-button::before {
    content: "\f044";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 0.3em;
    font-size: 220%;
    opacity: 0.4;
    left: 0.4em;
    transition-duration: 0.5s;
}

.con-editors-meny-open-button:hover {
    color: #fff;
    padding: 4em 0.5em 0.5em 1em;
}

.con-editors-meny-open-button:hover::before {
    left: 0.8em;
}

.con-editors-meny {
    background-color: #fafafa;
    box-shadow: 10px 0px 20px #00000029;
    overflow-x: hidden;
    font-family: Segoe UI, sans-serif;
}

.con-editors-meny-alerts {
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.8em;
    color: #fff;
}

.con-editors-meny-alerts li {
    margin: 1em 0 0;
}

.con-editors-meny::-webkit-scrollbar {
    background-color: #fafafa;
    width: 0.4em;
}

.con-editors-meny::-webkit-scrollbar-thumb {
    background-color: #dddddd;
}

.con-editors-menu-category-heading {
    color: #585858;
}

.card-header a {
    border: solid 1px #dddddd;
    background-color: #f5f5f5;
    border-radius: 6px 6px 0 0;
    font-weight: bold;
    padding: 0.5em;
    color: #585858;
    text-decoration: none !important;
}

.button-content-left,
.button-content-middle,
.button-content-right {
    color: #585858;
}

.card-body-list {
    border-radius: 0 0 6px 6px;
}
h4.card-body-list-item-heading {
    font-size: 80%;
}
.card-body-list-item ul {
    padding: 0;
}

.card-body-list-item li {
    font-size: 90%;
    list-style: none;
}

.con-editors-meny-close-button {
    font-size: 1.1rem;
    padding: 0.25em 0.5em;
    position: fixed;
    top: 0;
    left: 278px;
    text-transform: uppercase;
    color: #2c2c2d;
    background-color: #2c2c2d;
    border: none;
    font-size: 80%;
    border-radius: 0 0 6px 6px;
    transition-duration: 0.5s;
}

.con-editors-meny-close-button::after {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #fff;
    font-size: 130%;
    padding: 0.3em 0 0.3em 0.5em;
    opacity: 0.4;
}

.con-editors-meny-close-button:hover {
    color: #fff;
    padding-top: 0.7em;
}

.con-editors-meny::-webkit-scrollbar-track {
    overflow-x: hidden;
    font-family: Segoe UI, sans-serif;
}

.con-editors-meny::-webkit-scrollbar {
    background-color: #fafafa;
    width: 0.4em;
}

.con-editors-meny::-webkit-scrollbar-thumb {
    background-color: #dddddd;
}

.con-editors-menu-category-heading {
    color: #585858;
}

.card-header a {
    border: solid 1px #dddddd;
    background-color: #f5f5f5;
    border-radius: 6px 6px 0 0;
    font-weight: bold;
    padding: 0.5em;
    color: #585858;
}
.button-content-left,
.button-content-middle,
.button-content-right {
    color: #585858;
}
.card-body-list {
    border-radius: 0 0 6px 6px;
}
h4.card-body-list-item-heading {
    font-size: 80%;
}
.card-body-list-item ul {
    padding: 0;
}

.card-body-list-item li {
    font-size: 90%;
    list-style: none;
}
.con-editors-meny-close-button {
    font-size: 1.1rem;
    padding: 0.25em 0.5em;
    position: fixed;
    top: 0;
    left: 278px;
    text-transform: uppercase;
    color: #2c2c2d;
    background-color: #2c2c2d;
    border: none;
    font-size: 80%;
    border-radius: 0 0 6px 6px;
    transition-duration: 0.5s;
}
.con-editors-meny-close-button::after {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #fff;
    font-size: 130%;
    padding: 0.3em 0 0.3em 0.5em;
    opacity: 0.4;
}

.con-editors-meny-close-button:hover {
    color: #fff;
    padding-top: 0.7em;
}
