.openTab {
    cursor: pointer;
}

.color-me {
    color: red;
}

.navbar-custom {
    height: 300px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: 0.8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}

input[type="radio"] {
    width: 15px;
    height: 15px;
}

.requestChoice {
    color: red;
}
