.page[name='dealerHome'] > .header > .side:last-child > .button > .new {
    background-color: #f23002;
}
.page[name='dealerHome'] > .content > .map .balloon {
    color: #ffffff;
}
.page[name='dealerHome'] > .content > .button {
    background-color: #ffffff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.page[name='dealerHome'] > .content > .map .balloon > .orderCount {
    background-color: #ff0000;
}