body {
    padding-top: 50px;
}

#footer {
    margin: 5em 0
}

#footer li {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em
}

#footer p {
    clear: left;
    margin-bottom: 0;
    width: 100%;
}

#footer p div {
    display: inline;
}

h2 {
    margin-top: 1em;
    color: #ea882e
}

h3 {
    margin-top: 0.3em;
    color: #ea882e
}

.list-group-item:hover {
    background: #3e444c;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 60%;
    display: block;
}
.truncatehash {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    display: inline-block;
}
.truncateFoot {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}
.no-wrap {
    white-space: nowrap;
}

.row {
    padding-bottom: 10px;
}

.error {
    padding-top: 30px;
    font-size: large;
}

th[role=columnheader]:not(.no-sort) {
    cursor: pointer;
}

th[role=columnheader]:not(.no-sort):after {
    content: '';
    float: right;
    margin-top: 7px;
    border-width: 0 4px 4px;
    border-style: solid;
    border-color: #404040 transparent;
    visibility: hidden;
    opacity: 0;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

th[aria-sort=ascending]:not(.no-sort):after {
    border-bottom: none;
    border-width: 4px 4px 0;
}

th[aria-sort]:not(.no-sort):after {
    visibility: visible;
    opacity: 0.4;
}

th[role=columnheader]:not(.no-sort):hover:after {
    visibility: visible;
    opacity: 1;
}

.btn-cpy {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
}

.list-group-item span {
    padding-bottom: 1px;
}

.green {
    color: lawngreen;
}
.red {
    color: red;
}
.blue {
    color: blueviolet;
}
