table.sticky-list th.sticky-action,
table.sticky-list td.sticky-action  {
text-align: right;
white-space:nowrap;
} table.sticky-list th,
table.sticky-list .sticky-nowrap {
white-space:nowrap;
} table.sticky-list tr:nth-child(2n+2) {
background: #f7f7f7;
}
table.sticky-list,
table.sticky-list * {
border: none;
}
table.sticky-list form,
table.sticky-list button,
table.sticky-list form input {
display: inline-block !important;
} table.sticky-list button {
background:none!important;
border:none;
padding:0!important;
cursor: pointer;
font-style: normal;
font-weight: normal;
text-transform: none;
font-size: inherit;
color: inherit;
margin-left: 2px;
text-decoration: underline;
vertical-align:middle;
} div[id^="sticky-list-wrapper"] ul.pagination {
list-style: none;
margin: 0;
text-align: center;
background-color: #333;
color: #DDD;
}
div[id^="sticky-list-wrapper"] ul.pagination li {
display: inline-block;
margin-right: 5px;
}
div[id^="sticky-list-wrapper"] ul.pagination li.active a,
div[id^="sticky-list-wrapper"] ul.pagination li a {
color: #DDD;
text-decoration: none;
cursor: default;
} div[class^="file_"] .remove-entry {
cursor: pointer;
text-decoration: none;
border-bottom: none;
}
div[class^="file_"] a.remove-entry img {
display: inline-block;
}
div[class^="file_"] + input[type="file"] {
display: none;
}