@media screen and (max-width: 359px) {
    .pcp-lose-on-very-tiny {
        display: none!important;
    }
}
@media screen and (max-width: 450px) {
    .pcp-race-list-row-xs {
        display: none!important;
    }
    .pcp-race-date-xs {
        float:none;
        margin-left: 0px;
    }
    .pcp-race-list-item-xs {
        height: fit-content;
        min-height: 70px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
}
@media screen and (min-width: 451px) {

    .pcp-race-list-row-xxs {
        display:none!important;
    }
}
.pcp-race-list-row {
    height: 80px;
}
.pcp-race-list-row-xs {
    height: 60px;
}
.pcp-race-list-element {
    line-height: 100%;
}
.pcp-race-list-item-xs {
    color: white;
    margin-bottom: 1px;
    border-bottom: 1px solid darkgrey;
    border-top: 1px solid darkgray;
    background-color: var(--item-bg-1);
    height: fit-content;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 5px;

}
.pcp-race-list-item-xs:hover {
    background-color: darkblue;
    color:white;
    cursor: pointer;
}
.pcp-race-list-item {
    color: white;
    margin-bottom: 2px;
    border: 1px solid darkgray;
    border-bottom: 1px solid darkgray;
    border-top: 1px solid darkgray;
    background-color: var(--item-bg-1);
    height: fit-content;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 5px;
}
.pcp-race-list-item:hover {
    background-color: darkblue;     
    color:white;
    cursor: pointer;
}
.pcp-race-list-city {
    font-size: 15px;
}
.pcp-race-list-city-xs {
    font-size: 11px;
    font-style: italic;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.pcp-race-list-col {
    border: 0px solid;
}
.pcp-race-list-date {
    font-size:smaller;
    float: right;
}
.pcp-race-list-date-xs {
    float: right;
    margin-left: 12px;
}
.pcp-race-list-date-xxs {
    margin: auto;
    float: none;
}
.pcp-race-list-date-value {
    font-weight: bold;
    font-size:18px;
}
.pcp-race-list-date-value-xs {
    font-weight: bold;
    font-size:18px;
    white-space: nowrap;
}
.pcp-race-list-date-value-xxs {
    font-weight: bold;
    font-size:18px;
    white-space: nowrap;
}
.pcp-race-list-name {
    font-size: 20px;
    font-weight: bold;
}
.pcp-race-list-name-xs {
    font-size: 18px;
    font-weight: bold;
}
.pcp-race-list-logo {
    max-width: 100px;
    max-height: 100px;
}