#Creator_Applications .cell.twitter_blue {
    background-color: #1DA1F2;    
}

#Creator_Applications .cell.twitch_purple {
    background-color: #6441a5;    
}

#Creator_Applications .cell.youtube_red {
    background-color: #FF0000;    
}

#Creator_Applications .cell.deviantart_black {
    background-color: #181a1b;    
}

#Creator_Applications .row {
    margin: 0px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    font-weight: bold;
}

#Creator_Applications .row .cell.title {
    font-weight: bold;
}

#Creator_Applications .row .cell.left-border {
    border-left: #FFFFFF double;
}

#Creator_Applications .row .cell.right-border {
    border-right: #FFFFFF double;
}

#Creator_Applications .row .cell {
    position: relative;
    height: 52px;
}

#Creator_Applications .row .cell span {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    left: 0.4rem;
}