.list-unstyled ul { margin: 0px auto 0; padding: 0; list-style: none; display: table;width: 600px;text-align: center;}.list-unstyled li { display: table-cell; position: relative;}/*.list-unstyled a {color: #fff;/*text-transform: uppercase;text-decoration: none;letter-spacing: 0.15em;display: inline-block;padding: 10px 15px;position: relative;}*/.list-unstyled a:after {    background: none repeat scroll 0 0 transparent;bottom: 18px;content: "";display: block;height: 2px;left: 50%;position: absolute;background: #fff;transition: width 0.3s ease 0s, left 0.3s ease 0s;width: 0;}.list-unstyled a:hover:after { width: 100%; left: 0; }