.resultBlock {
    display: flex;
}
#pvz_map_container {
    left: 45px;
}
#open_map_button {
    width: 50px;
    height: 45px;
    font-size: 0;
    background-image: url(../img/map.png);
    background-size: 30px;
    filter: invert(1);
    background-repeat: no-repeat;
    background-position: 11px;
    background-color: #fd7918;
}
.reset_btn {
    width: 62px;
    font-size: 0;
    background-image: url(../img/cross.png);
    background-size: 30px;
    filter: invert(1);
    background-repeat: no-repeat;
    background-position: 10px;
    background-color: #fd7918;
    margin-left: 1px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}