.locationTable {
    display: block !important;
	margin-bottom: 100px;
    width: 1250px;
}

.locationTableThead {
    display: inline-block !important;
    background: none;
}

.locationTableTbody {
    width: 100%;
    display: inline-table !important;
}

.methodTable {
    border: 2px solid rgba(85, 85, 85);
    width: 20%;
    font-weight: 700;
    box-sizing: border-box;
    display: inline-block !important;
    height: 100%;
}

.methodTableThead {
    height: 75px;
	font-weight: 700;
	cursor: default !important;
    width: 100%;
    display: inline-table !important;
    font-size: 25px;
}

.methodTableTbody {
    width: 100%;
    display: table !important;
}

#locationsTable table, #locationsTable {
	box-shadow: none !important;
}

#locationsTable .miniSprite3 {
    padding: 0 !important;
    margin: 0 !important;
}

.locationSpeciesRow:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    cursor: pointer;
}

.locationSpriteContainer {
    width: 48px;
    height: 48px;
}

.locationSprite {
    width: 42px;
    height: 42px;
    image-rendering: pixelated;
}

.locationRarity {
    padding-left: 5px;
    font-size: 17px !important;
}

@media 
only screen and (max-width: 1275px) {
    .locationTable {
        width: unset !important;
    }

    #locationsTable {
        width: 100%;
    }

    .locationFixed .methodTable {
        width: 250px;
    }
}

@media 
only screen and (max-width: 950px) {
    .locationScale .locationSpeciesName {
        font-size: 15px !important;
    }
}

@media 
only screen and (max-width: 875px) {
    .locationScale .locationSpriteContainer {
        width: 100% !important;
    }
    .locationScale .locationSpeciesName {
        display: none;
    }

    .locationScale .locationSpeciesName {
        display: none;
    }

    .locationScale .locationSpeciesNameHidden {
        display: block !important;
        font-size: 15px;
    }
}

@media 
only screen and (max-width: 750px) {
    .locationScale .methodTableTheadRow {
        display: grid;
    }

    .locationScale .methodTableThead {
        font-size: 15px;
    }
}

@media 
only screen and (max-width: 650px) {
    .locationScale .locationRarity {
        display: none;
    }

    .locationScale .locationRarityHidden {
        display: block !important;
    }

    .locationScale .locationSpeciesNameHidden {
        display: none !important;
    }
}

@media 
only screen and (max-width: 550px) {
    .locationScale .methodTableThead {
        height: 105px;
    }
}

/*
@media 
only screen and (max-width: 450px) {
    .locationScale .locationSpeciesNameHidden {
        font-size: 14px !important;
    }
}

@media 
only screen and (max-width: 400px) {
    .locationScale .locationSpeciesNameHidden {
        font-size: 12px !important;
    }
}
*/

@media 
only screen and (max-width: 350px) {
    .locationScale .methodTableThead {
        height: 100px;
        font-size: 13px;
    }

    .locationScale .miniSprite3 {
        width: 42px !important;
        height: 42px !important;
    }
}