#share-text{
                      background-position: center;
                      display: inline-block;
                      padding: 5px 10px;
                      font-weight: bold;
                      height: 50px;
                      width: 170px;
                      position: relative;
                      margin: 1.875rem 0 0;
                }
                
                
                .st-custom-button[data-network] {
                   background-position: center;
                   display: inline-block;
                   padding: 5px 10px;
                   cursor: pointer;
                   font-weight: bold;
                   color: #fff;
                   height: 50px;
                   width: 50px;
                   position: relative;
                   margin: 1.875rem 0 0;
                }
                                
                .st-custom-button[data-network="twitter"] {
                  background: url(/media/derbycitycouncil/styleassets/images/twitter.svg);
                  background-size: contain;
                  background-repeat: no-repeat;
                
                	
                }
                
                  .st-custom-button[data-network="facebook"] {
                    background: url(/media/derbycitycouncil/styleassets/images/facebook.svg);
                    background-size: contain;
                    background-repeat: no-repeat;
                }
                
                 .st-custom-button[data-network="linkedin"] {
                    background: url(/media/derbycitycouncil/styleassets/images/linkedin.svg);
                    background-size: contain;
                    background-repeat: no-repeat;
                }
                
                 .st-custom-button[data-network="email"] {
                    background: url(/media/derbycitycouncil/styleassets/images/email.svg);
                    background-size: contain;
                    background-repeat: no-repeat;
                }
                    .st-custom-button[data-network="whatsapp"] {
                    background: url(/media/derbycitycouncil/styleassets/images/whatsapp.svg);
                    background-size: contain;
                    background-repeat: no-repeat;
                }