.demo-table {
    width: 100%;
    border-spacing: initial;
    margin: 0px;
    word-break:break-word;
    table-layout: auto;
    line-height:1.8em;
    color:#333;
}

.demo-table ul{
    margin:0;
    padding:0;
}
.demo-table li{
    cursor:pointer;
    list-style-type: none;
    display: inline-block;
    color: #F0F0F0;
    text-shadow: 0 0 1px #666666;
    font-size:20px;
}
.demo-table .highlight, .demo-table .selected {
    color:#F4B30A;
    text-shadow: 0 0 1px #F48F0A;
}