
#table-header, #table-content {
    display: flex;
}

#table-header {
    font-size: 10px;
}

.span-table-header-views-col {
    flex: 1;
    text-align: right;
    margin-right: 16px;
}

.span-table-header-title-col {
    flex: 9;
}

.entries {
    list-style: none;
    padding-inline-start: 0;
    width: 100%;
}

.entry {
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
}

.span-entry-views-col:hover, .span-entry-title-col:hover {
  text-decoration: none;
  background-color: #f6f7ee;
}

.span-entry-views-col {
    flex: 1;
    color: #ff6600;
    text-align: right;
    margin-right: 16px;
}

.span-entry-views {
    color: #ff6600;
}

.span-entry-title-col {
    flex: 9;
}

/*===============Resuable components end================*/

@media (max-width: 767px) {
}
