#AppPageRaces .item {
    border-radius: 10px;
    overflow: hidden;
    min-height: 230px;
    margin-bottom: 40px;
    padding: 15px;
    display: flex;
    align-items: flex-end;
    background-size: cover;    
    background-position: center center;    
    background-repeat: no-repeat;
}

#AppPageRaces .item .name {
    display: block;
    font-weight: 600;
    font-size: 13px;
    margin-top: 5px;
    letter-spacing: 1px;
}

#AppPageRaces .item .date {
    display: block;
    font-weight: 200;
    font-size: 12px;
    margin-top: 8px;
}

#AppPageRaces .item .box {
    background: #FFFFFF;
    display: flex;
    width: 100%;
    border-radius: 10px;
    margin-top: auto;
}

#AppPageRaces .item .box .left {
    flex: 1;
}

#AppPageRaces .item .box .right {
    margin-left: 20px;
}

#AppPageRaces .item .box > * {
    padding: 10px;
}

#AppPageRaces .detail .image {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
    height: 360px;
    background-size: cover;    
    background-position: center center;    
    background-repeat: no-repeat;
}

#AppPageRaces .detail  .name {
    display: block;
    font-weight: 600;
    font-size: 20px;
    margin-top: 5px;
    letter-spacing: 1px;    
}

#AppPageRaces .detail  .date {
    display: block;
    font-weight: 200;
    font-size: 13px;
    margin-top: 8px;
}

#AppPageRaces .detail .text {
    font-weight: 200;
    font-size: 16px;
    margin-top: 40px;
}

#AppPageRaces .detail .actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-items: stretch;
    margin-top: 20px;
    margin-left: -5px;
    margin-right: -5px;
}

#AppPageRaces .detail .actions > * {
    flex: 1;
    white-space: nowrap;
}

