html {
    position: relative;
    min-height: 100%;
}

body{
    padding-top: 75px;
    background-color: white;
    background-repeat: repeat;
    background-attachment: fixed;
    margin-bottom: 15px;
    background-image: url('../img/w4.jpg');
}

div.container
{
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: -20px;
    background: rgba(255, 255, 255, 0.8);
}

div.dropdown-menu > a.active, div.dropdown-menu > a:active{
    background-color: rgb(52,58,64);
}

.dropdown-item, .navbar-brand{
    cursor:pointer;
}

img.boss-icon {
    width: 128px;
    height: auto;
}

button.btn-boon, button.btn-dps, button.btn-cc {
    width: 31px;
}

th.average-head {
    width: 110px;
}

th.average {
    width: 80px;
}

td.bordered-left, th.bordered-left {
    border-left-width: 3px;
    border-left-color: #AAAAAA;
}

td.average, th.average{
    padding-top: 10px;
}

.bg-green{
    background-color: lightgreen;
}

.condition{
    font-style: oblique -40deg;!important
}

table.table-sm{
    font-size: 13.5px;
}

table.table-wingstats{
    white-space: nowrap;
}

#boon-chart .apexcharts-series-markers circle {
    cursor: pointer !important;
    pointer-events: auto !important;
}

tr.highlight {
    background-color: #44CC4480 !important;
}