  /****/
.tabc span {
padding: 10px; cursor: pointer; margin: 1em; border-radius: 2em; color: rgb(0, 0, 0);background:#fff
;}
.tabc.active span{
 background: rgb(0 70 150);
color: rgb(255, 255, 255);}
