/*
Styles that apply to all sites
*/


/* Counter styles */
div.wpsm_row:nth-child(1)>:nth-child(2) span::after{
  content: "+";
}

div.wpsm_row:nth-child(2)>:nth-child(1) span::after{
        content: "+"; 
}

div.wpsm_row:nth-child(2)>:nth-child(2) span::after{
        content: "+"; 
}

/*
div.wpsm_row:nth-child(1)>:nth-child(3) span::after{
  content: "+";
}
*/
