<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.truck-marker .truck-east {
    background-image: url('/include/v4/images/truck-east.png');
    background-size: contain; /* Ensures the whole image fits inside */
    background-repeat: no-repeat; /* Prevents tiling */
    background-position: center top; /* Centers the image */
    display: inline-block;
    width: 24px; /* Adjust width */
    height: 24px; /* Adjust height */
}

.truck-marker .truck-west {
    background-image: url('/include/v4/images/truck-west.png');
    background-size: contain; /* Ensures the whole image fits inside */
    background-repeat: no-repeat; /* Prevents tiling */
    background-position: center top; /* Centers the image */
    display: inline-block;
    width: 24px; /* Adjust width */
    height: 24px; /* Adjust height */
}

.truck-marker .truck-east-moving {
    background-image: url('/include/v4/images/truck-east.gif');
    background-size: contain; /* Ensures the whole image fits inside */
    background-repeat: no-repeat; /* Prevents tiling */
    background-position: center top; /* Centers the image */
    display: inline-block;
    width: 24px; /* Adjust width */
    height: 24px; /* Adjust height */
}

.truck-marker .truck-west-moving {
    background-image: url('/include/v4/images/truck-west.gif');
    background-size: contain; /* Ensures the whole image fits inside */
    background-repeat: no-repeat; /* Prevents tiling */
    background-position: center top; /* Centers the image */
    display: inline-block;
    width: 24px; /* Adjust width */
    height: 24px; /* Adjust height */
}

.truck-marker .plane-east {
    background-image: url('/include/v4/images/plane-east.png');
    background-size: contain; /* Ensures the whole image fits inside */
    background-repeat: no-repeat; /* Prevents tiling */
    background-position: center top; /* Centers the image */
    display: inline-block;
    width: 24px; /* Adjust width */
    height: 24px; /* Adjust height */
}

.truck-marker .plane-west {
    background-image: url('/include/v4/images/plane-west.png');
    background-size: contain; /* Ensures the whole image fits inside */
    background-repeat: no-repeat; /* Prevents tiling */
    background-position: center top; /* Centers the image */
    display: inline-block;
    width: 24px; /* Adjust width */
    height: 24px; /* Adjust height */
}</pre></body></html>