body {
    overflow: hidden;
}
a, a:hover, a:visited, a:active {
    color: #e30613;
}
.btn {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0.275rem 0.75rem;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:visited,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background: #ceb075;
    border-color: transparent;
}


.navbar {
    border-bottom: 1px solid #666666;
}
.lh-60 {
    line-height: 60px;
}



#backbutton {
    margin-left: 1rem;
}
.dirs-list,
.files-list {
    padding: 0;
    list-style: none;
    max-width: 400px;
    margin: 100px auto 0 auto;
}
.list-group-item {
    padding: 0;
}
.list-group-item a {
    padding: 0.75rem 1.25rem;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 1.2rem;
    font-weight: bold;
}



#canvas_container {
    background: #333333;
    text-align: center;
    width: 100%;
    height: 954px;
    overflow: auto;
    border: 0px;
}



::-webkit-scrollbar {
    height: 30px;
    width: 30px;
    background: #666666;
}
::-webkit-scrollbar-thumb {
    background: #ceb075;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
::-webkit-scrollbar-corner {
    background: #000;
}