.results-schedule ul > li,
.calendar-schedule ul > li {
    padding: 0 40px 10px;
    cursor: pointer;
    position: relative;
    list-style: none;
}

.calendar-item {
    border-top: 1px solid black;
    position: relative;
    cursor: default;
}

.calendar-item.clickable {
    cursor: pointer;
}

.calendar-item-left {
    border-top: 3px solid darkred;
    margin-top: 0;
}

.expandableCal::after {
    position: absolute;
    content: "+";
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    color: darkred;
}

.expandableCal.active::after {
    content: "\2212"; /* minus sign */
}

.expandableCal {
    position: relative;
}

.eventDay {
    font-size: 1.4em;
    font-weight: 700;
    text-transform: uppercase;
}

.eventName {
    font-size: 1.1em;
    font-weight: 700;
}

.expandableCal2 {
    cursor: default !important;
}

.RopingLink,
.RopingLink2Span {
    text-decoration: none;
    margin-top: 0.5em;
    font-weight: 700;
    color: darkred;
    cursor: pointer;
}

.RopingLinkSpan:hover,
.RopingLink2Span:hover {
    text-decoration: underline;
}

.ropingAmount {
    color: black !important;
    font-weight: normal !important;
}

.schedule-summary {
    display: none;
}

.expandableCal.active .schedule-summary {
    display: block;
}

.schedule-info {
    line-height: 24px;
    padding-left: 30px;
    position: relative;
}

.schedule-info ul {
    overflow: hidden;
    padding-left: 0;
}

.schedule-info ul li {
    float: left;
    margin-right: 30px;
    padding-left: 0;
}

.schedule-info ul li span {
    font-weight: 500;
}

.resultsTable {
    width: 100%;
    margin-bottom: 1.5em;
}

.resultsTable th,
.resultsTable td {
    padding: 4px 8px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.resultType {
    font-weight: 700;
    margin-top: 1em;
}

.hometown {
    font-size: 0.85em;
    color: #666;
}
