annotation {
    background-color: #2185d0 !important;
    border: 1px dashed white;
    color: white;
    z-index: 2000;
}

annotation[current=true] {
    position: relative;
}

annotation[type=requirement] {
    background-color: #f2711c !important;
}

annotation[type=backlog] {
    background-color: #009c95 !important;
}

annotation[type=internal] {
    background-color: #2185d0 !important;
}