::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    cursor: pointer
}

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
    display: none
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-track-piece {
    background-color: #A3A3A3
}

::-webkit-scrollbar-thumb {
    background-color: #4B4B4B;
    border: 1px solid #000000;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75)
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

body {
    overflow-y: scroll
}

.navbar-brand {
    padding: 0px 10px
}

.footer {
    padding-top: 15px;
    color: #777;
    border-top: 1px solid #e5e5e5
}

#go-top {
    opacity: .5
}

#go-top:hover {
    cursor: pointer;
    opacity: 1
}

#table {
    overflow-x: auto
}

#loader {
    width: 25px;
    height: 25px
}

.card-body pre span:first-child {
    margin: 0px 0px 5px 0px
}

.card-body pre span {
    display: block;
    margin: 5px 0px;
    padding: 5px;
    font-size: 13px;
    line-height: 1.425;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

.card-body pre span:last-child {
    margin: 0px
}