.sires-table-info {
    text-align: right;
    padding-right: 5px;
    padding-bottom: 1px;
    font-size: 12px;
}
.sires-table {
    font-size: 14px;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px;
}
.sires-table a {
    color: #111;
    text-decoration: none;
}
.sires-table a:hover {
    text-decoration: underline;
}
.sires-table th {
    text-align: left;
    padding: 4px 0;
    border-bottom:1px solid #BBB;
}
.sires-table td {
    border-bottom:1px solid #CCC;
    padding: 4px 0;
}
.sires-table td.count {
    text-align: center;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
span.label-first-season {
    font-size: 11px;
    background-color: #12A79D !important;
}
span.label-second-season {
    font-size: 11px;
    background-color: #F79A2F !important;
}
span.label-third-season {
    font-size: 11px;
    background-color: #0C6638 !important;
}
span.label-fourth-season {
    font-size: 11px;
    background-color: #90268F !important;
}
span.label-established {
    font-size: 11px;
    background-color: #0154A6 !important;
}
span.label-breaking {
    background-color: #FF0000 !important;
}




