.demo-table {
    width: 90%;
    border-spacing: initial;
    word-break: break-word;
    table-layout: auto;
    line-height: 1.8em;
    color: #333;
    border: 1px solid lightgray;
    /*margin-left: auto;
    margin-right: auto; */
}
.demo-table th {
    background: #828282;
    padding: 5px;
    text-align: left;
    color: #FFF;
}
.demo-table td {
    border-bottom: 1px solid lightgray;
    background-color: #FAFAFA;
    padding: 5px;
}
.demo-table td div.feed_title {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    padding: 0 5px;
}
.demo-table ul {
    margin: 0;
    padding: 0;
}
.demo-table li {
    cursor: pointer;
    list-style-type: none;
    display: inline-block;
    color:#696969 ;
    text-shadow: 0 0 1px #666666;
    font-size: 20px;
}
.demo-table .highlight,
.demo-table .selected {
    color: #F4B30A;
    text-shadow: 0 0 1px #F48F0A;
}
.btn-votes {
    float: left;
    padding: 5px 10px 0 5px;
}
.btn-votes input[type="button"] {
    width: 32px;
    height: 32px;
    border: 0;
    cursor: pointer;
}
.up {
    background: url('up.png') no-repeat center;
}
.up:disabled {
    background: url('up_off.png') no-repeat center;
    cursor: not-allowed !important;
}
.down {
    background: url('down.png')
}
.down:disabled {
    background: url('down_off.png')
}
.label-votes {
    font-size: 1.0em;
    color: #6aa5ff;
    /* width: 4em; */
    /* height: 32px; */
    text-align: center;
    font-weight: bold;
}
.desc {
    float: left;
    color: #777;
    width: 90%;
}
.vote-title {
	font-weight: bold;
}
