.rodo-box label {
    display: initial !important;
}

.rodo-box {
    width: 100%;
    position: relative;
    overflow: unset !important;
	display: inline-block;
}

.rodo-box input {
    max-width: 20px;
    max-height: 14px !important;
    margin-right: 5px !important;
    margin-top: 5px !important;
}

#rodo-show {
    display: inline;
    text-decoration: underline;
    color: inherit;
    position: relative;
    z-index: 1;
}

#rodo-info {
    position: absolute;
    left: 0;
    bottom: calc(100% + 5px);
    max-width: 750px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 5px 8px;
    line-height: 1.4;
    font-size: 13px;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid #888;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s 0s, z-index 0s 0.3s;
	height: 250px;
	overflow: auto auto !important;
}

#rodo-info.is-active {
    opacity: 1;
    z-index: 2;
    transition: opacity 0.3s 0s, z-index 0s 0s;
}