#wizualizacja rect.w:hover,
#wizualizacja text.w:hover {
    cursor: pointer;
}

#tool-tip {
    position: absolute;
    width: 300px;
    border: 1px solid lightgrey;
    background-color: white;
    padding: 10px;
}

.tool-tip-etykieta {
    display: inline-block;
    width: 40%;
}

.tool-tip-wartosc {
    display: inline-block;
    width: 60%;
}

.tooltip-table {
    width: 100%;
}

.tooltip-table tr:first-child td {
    border-top: 1px solid lightgrey;
}

.tooltip-table tr td {
    border-bottom: 1px solid lightgrey;
    padding: 3px;
    background-color: #efefef;
}

.tooltip-table tr td:first-child {
    border-left: 1px solid lightgrey;
}

.tooltip-table tr td:last-child {
    text-align: right;
    border-right: 1px solid lightgrey;
}

.page-lang-select {
    padding-left: 20px;
}

.page-lang-select a {
    color: initial;
}

.page-lang-select a.selected-lang {
    font-weight: bolder;
}

.main__timer {
    color: black;
}

h1 a {
    color: black;
}
h1 a:hover {
    color: black;
    text-decoration: none;
}
