body #container .breadcrumbs + #content,  #content {
    width: 350px !important;
    margin: 50px auto !important;
    max-width: 100% !important;
}

body {
    background-color: #11a13a4d!important;
    background-image: url("../../img/logo.png")!important;
    background-size: 80px!important;
    background-position-x: 20px!important;
    background-position-y: 20px!important;
    background-repeat: no-repeat!important;
}

body #container {
    width: auto!important;
    max-width: 100% !important;
    padding-top: 0!important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
}

body #container .breadcrumbs {
    border-bottom: 1px solid #0f0f0f;
}

body #container .breadcrumbs a {
    float: right;
    color: #11a13a!important;
}

body #header {
    display: none;
}

body #container  a {
    color: #11a13a!important;
    font-weight: bold;
}