.atcb_list {
    margin-top: -20px;
}

.atcb_list_item {
    left: 125%;
    font-size: 14px;
    padding: 12px 12px;
    width: 175px;
}

@media (max-width: 500px) {
    .atcb_list_item {
        left: 60%;
    }
}

#add-calender:focus, #add-calender:hover {
    border-color: #dddddd !important;
}

.add-calender {
    cursor: pointer;
}

.add-calender:focus, .add-calender:hover {
    border-color: #dddddd !important;
}


.atcb_list_item:focus, .atcb_list_item:hover {
    background: black;
    color: white;
}

.atcb_bgoverlay {
    background: transparent;
}
