body {
    padding-top: 70px;
    padding-bottom: 40px;
}

body, h1, h2, h3, h4, h5, h6 {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.error {
    color: red;
}

.table tbody > tr > td {
    vertical-align: middle;
}

.img-twitch {
    margin-top: -10px;
    margin-bottom: 5px;
    height: 30px;
    display: inline;
}

.img-hitbox {
    margin-top: -10px;
    margin-bottom: 5px;
    height: 28px;
    display: inline;
}

a > i:hover {
    text-decoration: none;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}

.front-footer li {
    padding-right: 20px;
}

.jumbotron {
    color: white;
    background: #DD4814;
    background: linear-gradient(20deg, #BB380C 30%, #DD4814 60%, #FF581C 100%);
}

/* datatables.net */
.mydatatable_filter {
    float: right;
}

.sorting_asc, .sorting_desc {
    background-color: #fcf8e3; /* This is the "warning" color for United */
}
