.dpsp-network-list-item-copy {
    background-color: #FFFFFF;
    float:left;
    font-family: Arial,sans-serif;
    font-weight: 700;
    color: #e19024;
    line-height: 28px;
    border: 2px solid;
    border-color: #e19024;
    cursor: pointer;
    padding-left: 0.5em;
    padding-right: 0.5em;
    border-radius: 4px;
    display: flex;
    min-height: 32px;
    transition: all .15s ease-in;
    fill: #e19024;
    width: 18.4%;
}
.dpsp-network-list-item-copy:hover {
    fill: white;
    color: #FFFFFF;
    background-color: #e19024;
}
.dpsp-network-list-item-copy span {
    font-size: 14px !important;
    text-transform: none !important;
}
.dpsp-network-icon-inner2 {
    display: flex !important;
    justify-content: center;
    
}
.dpsp-network-label {
    padding-right: 0.5em;
    padding-left: 0.5em;      
}
.dpsp-network-icon2{
    width: 18px;
    height: 18px;
    line-height: 28px;
    padding-right: 6px;
}