ul{
margin: 0;
padding: 0;
list-style: none;
line-height: 30px;}
li {
width: 19%;
display: inline-block;
vertical-align: top;
text-align: center;
color: #fff;
font-size: 14px;
font-weight: 600;
border-right: 1px solid red;
position: relative;}
li:last-child
{border-right: none;
}