.rolodex-widget {
    padding-top: 4px;
}

.rolodex-widget>.rings {
    border: 2px solid #ccc;
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: white;
    position: relative;
    height: 15px;
}

.rolodex-widget>.rings>.left-ring,
.rolodex-widget>.rings>.right-ring {
    position: absolute;
    top: -5px;
    width: 13px;
    height: 10px;
}

.rolodex-widget>.rings>.left-ring {
    left: 0px;
    border-right: 2px solid #ccc;
}

.rolodex-widget>.rings>.right-ring {
    right: 0px;
    border-left: 2px solid #ccc;
}

.rolodex-widget>.sheet {
    border: 2px solid #ccc;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: white;
    padding: 5px 4px;
    min-height: 43px;
}

.rolodex-widget h3,
.rolodex-widget h4,
.rolodex-widget h5 {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #001d5c;
    margin: 0;
}

.rolodex-widget .two-dates {
    font-size: 12.5px;
    margin-bottom: 4px;
}

.rolodex-widget .grouped-multiple-dates {
    font-size: 0px;
}

.rolodex-widget .grouped-multiple-dates span {
    font-size: 12.5px;
}

.rolodex-widget h4 {
    font-size: 13px;
}

.rolodex-widget h5 {
    font-size: 11px;
    line-height: 14px;
}

.rolodex-widget.small {
    padding-top: 4px;
}

.rolodex-widget.small>.rings {
    border-width: 1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: white;
    height: 10px;
}

.rolodex-widget.small>.rings>.left-ring,
.rolodex-widget.small>.rings>.right-ring {
    top: -4px;
    width: 10px;
    height: 8px;
}

.rolodex-widget.small>.rings>.left-ring,
.rolodex-widget.small>.rings>.right-ring {
    border-width: 1px;
}

.rolodex-widget.small>.sheet {
    border-width: 1px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 4px 3px;
    min-height: 33px;
}

.rolodex-widget.small h3,
.rolodex-widget.small h4,
.rolodex-widget.small h5 {
    font-size: 11px;
}

.rolodex-widget.small .two-dates {
    font-size: 8px;
    margin-bottom: 2px;
}

.rolodex-widget.small .grouped-multiple-dates {
    font-size: 0px;
}

.rolodex-widget.small .grouped-multiple-dates span {
    font-size: 8px;
}

.rolodex-widget.small h4 {
    font-size: 10px;
}

.rolodex-widget.small h5 {
    font-size: 8px;
    line-height: 10px;
}