/* -------------------------------------- basics */
.webring {
    border: 1px solid;
    padding: 3px;
    background: url(/graphics/backgrounds/SK-17.gif);
    border-radius: 5px;
    border-image-source: url(/graphics/borders/SP-1.png);
    border-image-slice: 5;
    border-image-width: 5px;
    border-image-repeat: round;
    border-style: solid;
}

/* -------------------------------------- text */
.text-webring {
    display: flex;
    justify-content: space-between;
    border: 1px solid;
    padding: 3px;
    background: url(/graphics/backgrounds/SK-17.gif);
    border-radius: 3px;
}

#webmasteringbtn {
    display: flex;
    justify-content: space-between;
    width: -webkit-fill-available;
}

/* -------------------------------------- saiki */
#wearepsychics {
    width: -webkit-fill-available;
}

#wearepsychics table {
    width: -webkit-fill-available;
}

#wearepsychics tbody {
    width: -webkit-fill-available;
}

#wearepsychics tr {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    text-transform: lowercase;
    width: -webkit-fill-available;
    justify-content: space-between;
}

#wearepsychics .webring-info {
    text-align: center;
    letter-spacing: 1px;
    width: 100px;
}

#wearepsychics .webring-info a {
    font-size: 13px;
    text-transform: uppercase;
}

#wearepsychics .webring-prev a, .webring-next a {
    font-size: 10px;
}

/* -------------------------------------- self-insert */
#siwebring #templateWebring {
    display: flex;
    width: -webkit-fill-available !important;
    height: -webkit-fill-available !important;
    border: 0 !important;
    background: none !important;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    padding: 5px;
}

#siwebring #iconWebring {
    width: 100px;
    border: 1px solid;
    border-radius: 5px;
    margin: 5px;
    margin-top: 0px;
}

#siwebring #webringdesc {
    font-size: 11px;
    width: 160px;
}

#siwebring #linkparaWebring a {
    font-size: 13px;
    text-transform: lowercase;
    text-shadow: none;
    letter-spacing: 1px;
}

/* -------------------------------------- nullring */
.nullring {
    display: flex;
    width: -webkit-fill-available;
    justify-content: space-between;
    padding: 3px;
}

/* -------------------------------------- web-guardian */
.web-guardian {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 5px;
}

.web-guardian p {
    text-align: center;
    font-size: 12px;
    text-transform: lowercase;
}

.web-guardian a {
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

.web-guardian h2::before {
    content: url(/graphics/icons/SH-icon3.gif);
    margin: 0px 5px;
    margin-left: 0px;
}

/* -------------------------------------- lps-ring */
.lpsringdiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
    gap: 5px;
}

.lpsring {
    text-align: center;
    text-transform: uppercase;
    font-size: 10px !important;
    font-weight: bold;
}

.lpsring a {
    font-size: 13px;
    font-weight: lighter;
}

.lpsringdiv #pet {
    animation: tilt3 0.6s infinite;
}

/* -------------------------------------- rockring */
.rockring {
    padding: 5px;
}

/* -------------------------------------- rice-ring */
#rice-ring .webring-footer a {
    filter: hue-rotate(185deg) saturate(1.5);
}

#rice-ring {
    padding: 5px;
}

#rice-ring img {
    width: 140px !important;
}

#rice-ring .webring-title {
    margin-bottom: 0 !important;
    gap: 10px !important;
}