#Activity .shoutouts
{
    background-color: #FFFFFF;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 16px;
}

#Activity .activity-controls .cell
{
    margin-bottom: 16px;
}

#Activity .row .cell
{
    white-space: normal;
    /* padding-left: 0px; */
}

#Activity .row .cell i.tiny
{
    font-size: 1rem;
    position: absolute;
    transform: translate(calc(50% + 7px), calc(50% + 7px));
    margin: 1px;
    background-color: #FFFFFF;
}

#Activity .row.center, #Activity .row .cell.center
{
    text-align: center;
}

#Activity .row.left, #Activity .row .cell.left
{
    text-align: left;
}

#Activity .row.right, #Activity .row .cell.right
{
    text-align: right;
}

#Activity .row .cell.inline
{
    padding-left: 0px;
}

#Activity .cell.list-content.visible
{
    height: 16.875rem;
    width: 30rem;
    padding: 16px;
    margin-right: 16px;
    margin-bottom: 16px;
    margin-top: 8px;
    background: #F0F0F3;
    box-shadow: -10px -10px 30px #FFFFFF, 10px 10px 30px rgba(174, 174, 192, 0.4);
    border-radius: 8px;
    background-size: cover;
    position: relative;
    text-shadow:
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
}

#Activity .cell.list-content.visible .row
{
    display: flex;
    padding-bottom: 12px;
}

#Activity .cell.list-content.visible .platform_title
{
    width: 29rem;
}

#Activity .row.bottom
{
    position: absolute;
    width: calc(100% - 32px);
    bottom: 0px;
}

#Activity .cell.width-25-percent
{
    width: calc((100% - 25px) / 4);
}

#Activity .graph_data
{
    color: #E8901F;
}

#Activity .cell.no-overflow
{
    overflow: visible;
}

#Activity .activity_listing_container.row .avatar
{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    height: 50px;
    border-radius: 50%;
}

#Activity .cell.list-content.visible .background_image
{
    position: absolute;
    opacity: 0.25;
    top: 50%;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    width: calc(100% + 24px);
}

#Activity .cell.platform_title {
    min-height: 3.6rem;
}

#Activity .activity_load_more .row {
    display: flex;
    align-items: center;
    flex-direction: column;
}

#Activity .activity_load_more .row button {
    font-size: 2.0rem;
    font-weight: normal;
    padding: 0px 3.2rem;
}
