body {
    background: none;
}

/******************************************/

div.FirstBlock {
   width: 152px;
   height: 44px;
   color: white;
   font-weight: bold;
   font-size: 16px;
   background-color: #C21C1D;
   border-top-left-radius: 5px; 
   border-bottom-left-radius: 5px; 
}

div.Block {
   width: 152px;
   height: 44px;
   background-color: #C21C1D;
   margin-left: 0px;
   color: white;
   font-weight: bold;
   font-size: 16px;
}
 
div.ArrowRightSide {
  width: 0;
   height: 0;
   border-left: 11px solid #C21C1D;
   border-top: 22px solid #FFFFFF;
   border-bottom: 22px solid #FFFFFF;
   margin-left: 0px; 
   line-height: 1px;
   font-size: 0;
}
 
div.Arrow {
   width: 0;
   height: 0;
   border-left: 11px solid #FFFFFF;
   border-top: 22px solid #C21C1D;
   border-bottom: 22px solid #C21C1D;
   margin-left: 0px; 
   line-height: 0;
   font-size: 0;
 }
 
div.ArrowLeftSide {
   width: 0;
   height: 0;
   border-left: 11px solid #C21C1D;
   border-top: 22px solid #C21C1D;
   border-bottom: 22px solid #C21C1D;
   margin-left: 0px; 
   line-height: 0;
   font-size: 0;
 }
 
 div.LastArrow {
   width: 0;
   height: 0;
   border-left: 11px solid #FFFFFF;
   border-top: 22px solid transparent;
   border-bottom: 22px solid transparent;
   margin-left: 0px; 
   line-height: 0;
   font-size: 0;
}

.NumberSpacing{
    padding-left: 5px;
}
 
 .TextSpacing{
    padding-left: 2px;
}