/* Add here all your CSS customizations */.keywords-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.keywords-list li {
    background: none repeat scroll 0 0 #f8f8f8;
    border-bottom: 1px solid #ebecf0;
    float: left;
    list-style: outside none none !important;
    margin: 0.5% !important;
    padding: 0.5% !important;
    text-align: center;
    width: auto !important;
}