#rplayerInfoActive,
#rplayerInfoTemp {
    position: absolute;
    overflow: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-align: justify;
}

#rplayerInfoActive div:first-child,
#rplayerInfoActive div:first-child ~ div,
#rplayerInfoTemp div:first-child,
#rplayerInfoTemp div:first-child ~ div {
    height: 100%;
    overflow: auto;
}

#rplayerInfo .rplayerInfoTemp div:first-child {
    border-right: .1em solid var(--infoMiddleLineColor);
}

@media only screen and (max-width: 767px) {
    #rplayerInfo .rplayerInfoTemp div:first-child {
        border-right: .1em solid var(--infoMiddleLineColor);
    }
}

@media only screen and (max-width: 767px) {
    #rplayerInfoActive div:first-child,
    #rplayerInfoActive div:first-child ~ div,
    #rplayerInfoTemp div:first-child,
    #rplayerInfoTemp div:first-child ~ div {
        height: auto;
    }
    #rplayerInfo {
        position: absolute !important;
    }
}

#rplayerInfoActive {
    display: none;
}

#rplayerInfo {
    /* border: 1em solid red; */
    opacity: 0;
    display: none;
    color: var(--infoTextColor);
    background-color: var(--infoBg);
    position: fixed !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: var(--wordsZIndex);
    text-shadow: .1em .1em .1em black;
}

#rplayerInfo *::selection {
    background-color: rgba(255,255,255,.1);
    color: white;
}

#rplayerInfo .icons {
    position: fixed;
    display: flex;
    color: #fff;
    top: 0;
    right: 0;
}

#rplayerInfo .icons i {
    /* border: 1px solid red; */
    opacity: .5;
    font-size: 1.5em;
    cursor: pointer;
}

#rplayerInfo .icon {
    padding: 1em !important;
    text-align: center;
    width: 1.5em !important;
    height: 1.5em !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

#rplayerInfo .mediaImage {
    padding-top: 3.5em;
    width: 100%;
    max-width: 100%;
}

#rplayerInfo .rplayerAlbumInfo {
    font-size: 1.2em;
    margin-top: 1em;
    text-align: left;
}

#rplayerInfo .transport,
#rplayerInfo .transportFake {
    user-select: none;
    top: 1em;
    right: 1em;
    background-color: var(--infoTransport);
    border-radius: 0.2em;
    box-shadow: var(--rPlayerBoxShadow);
}

#rplayerInfo .transportFake {
    opacity: 0;
}

#rplayerInfo h1 {
    display: inline-block;
}

#rplayerInfo h1:first-child {
    position: fixed;
    text-align: left;
}

/* #rplayerInfo h3 {
    position: sticky;
    top: 0;
    background-color: #000;
} */

#rplayerInfo th {
    font-weight: normal;
    color: var(--currentTime);
    white-space: nowrap;
}

#rplayerInfo h3 {
    border-bottom: .1em solid var(--currentTime);
}

#rplayerInfo p:not(strong),
#rplayerInfo li:not(strong),
#rplayerInfo td:not(strong) {
    color: rgba(255,255,255,.8);
}

#rplayerInfo td {
    vertical-align: top;
}

#rplayerInfo tr td:first-child {
    padding-right: .5em;
}

#rplayerInfo strong {
    color: rgb(255,255,255);
}

#rplayerInfo .highlightedWord {
    font-weight: bold;
    color: white;
}

.rplayerInfoCrAdresses {
    text-align: center;
    border: none;
    width: 100%;
    font-family: courier;
    font-size: .9em;
    background-color: transparent;
    color: white;
}

.rplayerInfoCard {
    box-sizing: border-box;
    padding-top: 1em;
    text-align: center !important;
}

.rplayerInfoCrQr {
    display: inline-block;
    width: 10em;
    height: 10em;
}

.rplayerInfoCard > img {
    width: 5em;
}

.rplayerInfoDonations {
    position: relative;
    background-color: black;
    z-index: 10000 !important;
}

.rplayerInfoMiniIcon {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.rplayerInfoMiniIcon i {
    font-size: 2em !important;
}

.rplayerInfoMiniIcons {
    text-align: center;
}