html.no-js {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    background: #ffffff;
    margin-left: 0;
    margin-right: 0;
}

.article {
    max-width: 550px;
    width: fit-content;
    justify-self: center;
    background: #ffffff;
    color: #555555;
    margin-left:auto;
    margin-right:auto;
}

.mod-articlescategory.category-module.mod-list {
    max-width: 550px;
    width: fit-content;
    justify-self: center;
    background: #ffffff;
    color: #555555;
    margin-left:auto;
    margin-right:auto;
}

.mark , mark {
    background: #ffffff;
}

.header {
    background: #ffffff;
}

.btn {
    background: pink;
    color: #000000;
    width: 75%;
    
}

.btn:hover {
    background: #000000;
    color: #ffffff;
}

.col-md-4.container-sidebar-left {
    display: none;
}

.col-md-8.container-component {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

h1.title {
    display: none;
}


.row.main-content-area {
    width: fit-content;
    justify-self: center;
    background: #ffffff;
    color: #555555;
    margin-left:auto;
    margin-right:auto;
}

ul {
    list-style: none;
    color: #ffffff;
    padding-left: 0;
}

li {
    width: 100%;
    justify-self: center;
    color: #ffffff;
    margin: 10px 0px 10px 0px;
    background: #000000;
    padding: 10px 5px 10px 5px;
    border-radius: 5px;
    text-align: center;
}

li a {
    color: #ffffff;
    text-decoration: none;
}

li a:hover {
    color: pink;
}

.bottom-menu ul {
    display: ruby;
    width: 100%;
}

.bottom-menu ul li {
    background: none;
    color: #000000;
}

.bottom-menu ul li a {
    color: #000000;
}

.bottom-menu ul li a:hover {
    font-size: 18px;
}




