.faq_nav {
overflow: hidden;
margin-left: -(5 / 1260) * 100%;
>li {
width: (247 / 1260) * 100%;
margin-left: (5 / 1260) * 100%;
float: left;
margin-bottom: 5px;
display: table;
a {
display: table-cell;
vertical-align: middle;
padding: 5px;
background: #222;
color: #fff;
text-decoration: none;
text-align: center;
}
}
}