html
{
    overflow:hidden !important;
}

body {
    position: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 100%;
    overflow: auto;
}

a#steam {
    display: block;
    color: white;
    padding: 2px 16px !important;
    text-decoration: none;
    outline: none;
}


.steam
{
    background-color: #4A4A4A!important;
}

.steam:hover
{
    background-color: #5A5A5A!important;
}

a
{
    text-decoration: none!important;
}

a:hover
{
    text-decoration: none;
}

.map-maker {
    position: absolute; 
    top: 10px; 
    right: 10px;
}

[data-tooltip]:not(.is-disabled).has-tooltip-dark:before, [data-tooltip]:not(.is-loading).has-tooltip-dark:before, [data-tooltip]:not([disabled]).has-tooltip-dark:before {
    background-color: rgba(44, 44, 44, 0.9)!important;
}

.subtitle.is-7 {
    font-size: .70rem!important;
}