
#p-ring .sona {
    height: auto;
    max-width: 110px;
    left: -70px;
            z-index: 11 !important;
            position: absolute;
            left:-10px;
            top: 15px;
}
#p-ring .scale-down {
    transform: scale(0.8,0.8);
}
#p-ring .ring-container {
    max-width: 240px;
    max-height: 175px;
    position: relative;
    text-align: center;
}

#p-ring .persona-ring {
    font-family: "Comic Sans MS";
    border-radius: 8px;
    max-width: 180px;
    overflow-wrap: anywhere;
    position: relative;
    left: 60px;
}

#p-ring .name-tag {
    border: #000 2px solid;
    border-radius: 8px;
}

#p-ring .head,
#p-ring .webring-info {
    background-image: url(images/backgroundDimLight.png);
    background-size: cover;
    color: #000;
}

#p-ring .head {
    line-height: 1;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px 5px 0 0 !important;
}

#p-ring .namediv {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: auto;
    padding-right: auto;
    background-color: #fff;
    color: #000;
    font-size: 25px;
    font-weight: bold;
}

#p-ring .webring-info {
    font-size: 10px;
  padding-left: auto;
  padding-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0 0 5px 5px !important;
}

#p-ring .webring-info>a {
    color: #000 !important;
}

#p-ring .direct {
    max-width: fit-content;
    display: block;
    margin: auto;
    position: relative;
}

#p-ring .direct>a {
    text-decoration: none;
}

#p-ring .prev,
#p-ring .next {
    max-width: 30px;
}

#p-ring .rand {
    max-width: 25px;
    height: auto;
}