/*
#AppPageMotivation .right img {
    height: 100px;
}

#AppPageMotivation .label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 1px;
    margin-left: 10px;
}

#AppPageMotivation .label_link {
    float: right;
    font-size: 12px;
    margin-right: 10px;
    color: #1E34EC;
}

#AppPageMotivation .label.small {
    font-size: 12px;
}

#AppPageMotivation .block {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 20px;
}
*/


/*
#AppPageMotivation .block.activities {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

#AppPageMotivation .block .left {
    flex: 1;
    padding-right: 20px;
}

#AppPageMotivation .block .right {
    padding-left: 40px;
    text-align: right;
}

#AppPageMotivation .block .right img {
    height: 100px;
    margin-top: 5px;
}

#AppPageMotivation .label2 {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 2px;
}

#AppPageMotivation .value {
    font-size: 20px;
    color: #D61317;
}

#AppPageMotivation .empty {
    height: 20px;
}

#AppPageMotivation .motivation {
    font-size: 12px;
}
*/