﻿.w3-button:hover {
    background-color: var(--currentColor);
    color: var(--currentTextcolor);
}

.myBookings-logo {
    float: right;
    width: 0;
    margin-top: -60px;
}
.resourcePicker .item.selected {
    background: var(--selectedColor) !important;
    color: var(--selectedColorTxt) !important;
}

@media screen and (max-width: 900px) {
    .myBookings-logo {
        margin-top: -15px
    }
}