.pichot .num span {
 display: inline-block;
 width: 12px;
 height: 12px;
 background: #fff;
 overflow: hidden;
 margin: 0 5px;
 border-radius: 50%;
}
.pichot .num span.on {
 background: #f09121;
 box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
}