/*** tooltips ***/
.tooltip_zgoda {
    position: relative;
    display: inline-block;
    /*margin-left: 300px;*/
    /*width: 150px;*/
    /*float: right;*/
}

.tooltip_zgoda .tooltiptext_zgoda {
    visibility: hidden;
    width: 220px;
    max-width: 220px;
    max-height: 300px;
    overflow-y: scroll;
    background-color: #1b222b;
    color: #fff;
    text-align: left;
    /*border-radius: 0px;*/
    border-width: 0px;
    border-color: #eaeaea;
    border-style: solid;
    padding: 10px;
    font-size: 1em;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    left: -8px;
    /*right: 0;*/
    bottom: 22px;
    line-height: 1.4em;
}

.tooltip_zgoda:hover .tooltiptext_zgoda {
    visibility: visible;
}

.tooltip_zgoda:hover div:hover {
	border-bottom: 1px dotted #23377a;
}

.tooltip_informacja {
    position: relative;
    display: inline-block;
    cursor: pointer;
    /*margin-left: 300px;*/
    /*width: 150px;*/
    /*float: right;*/
}

.tooltip_informacja .tooltiptext_informacja {
    visibility: hidden;
    width: 350px;
    max-width: 350px;
    background-color: #1b222b;
    color: #fff;
    text-align: left;
    /*border-radius: 0px;*/
    border-width: 0px;
    border-color: #3a2e9f;
    border-style: solid;
    padding: 10px;
    font-size: 0.9em;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    right: -60px;
    /*right: 0;*/
    bottom: 12px;
    line-height: 1.2em;
    /*margin-left: 160px;*/

    overflow-y: scroll;
    max-width: 220px;
    max-height: 300px;
}

.tooltip_informacja:hover .tooltiptext_informacja {
    visibility: visible;
}

.tooltip_informacja div:hover{
	border-bottom: 1px dotted #23377a;
}