.pcChunkContainer {
    position: relative;
}

.mapCell {
    height: 25px;
    position: absolute;
    width: 25px;
}

.mapCellClickable {
    cursor: pointer;
}

.mapCell img,
.mapCell div {
    height: 25px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 25px;
}

.mapPiece {
    cursor: pointer;
    position: absolute;
}

.mapBookmark {
    position: absolute;
}

.mapCellYouAreHere {
    border: red 1px solid;
    margin-left: -1px;
    margin-top: -1px;
}