button[data-type="busstop"] {
    background-color: #f1c40f;
    color: black;
}
button[data-type="busstop"]:hover {
    background-color: #f39c12;
}