html {
    background-color: white;
}

body {
    position: relative;
    font-family: arial
}

html,
body {
    margin: 0 0;
    width: 100%;
    height: 100%;
}

#mantislogo {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 200px;
    cursor: pointer;
}

svg {
    width: 50px;
    height: 50px;
    top: 15px;
    left: 15px;
    position: absolute;
    cursor: pointer;
}

#rightBar{
    position: absolute;
    right: 0px;
    width: 48px;
    height: 400px;
    top: 50%;
    transform:translateY(-50%);
    overflow: auto;
}

#button{
    width: 48px;
    height: 48px;
    right: 0;
    margin-top:0px;
    margin-bottom: 4px;
}