﻿cmb-tooltip > cmb-head {
    text-decoration: underline;
    cursor: pointer;
}

cmb-tooltip > cmb-desc {
    visibility: hidden;
    position: absolute;
    display: block;
    background-color: #f8f8f8;
    margin: 5px;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #e7e7e7;
}

.open-cmb-tooltip {
    visibility: visible;
    position: relative;
}

cmb-popover {
    text-decoration: underline;
    cursor: pointer;
}

cmb-popover > cmb-popover-head {
    visibility: hidden;
    position: absolute;
}

cmb-popover > cmb-popover-body {
    visibility: hidden;
    position: absolute;
}

.driverjs-popover {
    /*max-width: 50vh !important;*/
}

    .driverjs-popover .driver-popover-navigation-btns {
        justify-content: center !important;
    }

    .driverjs-popover .driver-popover-title {
        border-bottom: #e5e5e5 solid 1px;
    }

    .driverjs-popover .driver-popover-description {
        display: flex !important;
        flex-direction: column !important;
    }


