#siwebring {
    color: black !important;
}

#siwebring #templateWebring {
    font-family: trebuchet ms, sans-serif;
    text-align: center;

     width: 215px !important;
    height: auto !important;
    min-height: 0 !important;

    background: url('/siwebring/siwidgetbg.png') no-repeat;
    background-size: cover;

    border: 3px solid #FF74B8;
    font-size: 11px;

    padding: 5px;
    box-sizing: border-box;
}

#siwebring #templateWebring a {
    color: #E7338C;
}

#siwebring #templateWebring a:hover {
    font-weight: bold;
}

#siwebring #webringboxes {
    display: flex;
    justify-content: center;
    align-items: center;

    padding-top: 5px;
    height: auto;
}

#siwebring #webringiconbox,
#siwebring #iconWebring {
    width: 70px !important;
    height: 65px !important;
    display: block;
}

#siwebring #webringiconbox {
    border: 2px solid #FF74B8;
    border-radius: 4px;
    overflow: hidden;
}

#siwebring #webringdescbox {
    width: 100px;
    margin-left: 10px;
}

#siwebring #webringdesc {
    font-size: 10px;
    line-height: 1.1em;

    -webkit-text-stroke: white 2px;
    paint-order: stroke;
}

#siwebring #webringlinks {
    width: 100%;
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.1em;
}

#siwebring img {
    max-width: none !important;
}