/* ads */
.skyscraper, .leaderboard {
    margin: 0 auto;
    display: block;
}
.match-top {
    margin-top: 1.5em;
}
.match-top h1 {
    font-size: 38px;
    font-weight: 700;
}
h3 img {
    padding-right: 1em;
}
.table-img {
    white-space: nowrap;
    min-width: 150px;
}
.img-text {
    float: left;
    text-align: center;
    font-size: 10px;
}
.ability {
    width: 30px
}
.item {
    width: 35px;
}
.kill {
    width: 40px;
}
.dmg {
    width: 40px;
}
td.abilities {
    padding: 8px 1px !important;
}
td.abilities img {
    height: 35px;
    width: 35px;
}
* {
    font-family:'Lato', sans-serif;
}
.navbar-default {
    background-color: #BBF0FD;
    border: none;
    border-radius: 0px;
}
.hero img {
    width: 50px;
}
.tooltip-inner {
    white-space:normal;
}
.mapContainer {
    position: relative;
    top: 0px;
    left: 0px;
    width: 600px;
}
.map {
    width: 100%;
}
.icon {
    width:15px;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    display: table;
    height: 100%;
    width: 100%;
}

footer {
    background-color: #BBF0FD;
}

.sticky_footer_row {
    display: table-row;
    height: 1px;
}

.sticky_footer_row.expand {
    height: auto;
}

td {
    vertical-align: middle !important;
}


td>img.user {
    margin-right: .5em;
}

.attribVal{
    color:#f5c433;
    font-weight: bolder;
}