.loading{
    color: #e53935;
}
.cats-page-post{
    min-height: 500px;
}
table{
    border: 1px solid #DDD;
    width: 100%;
}
table thead tr th {
    text-align: right;
    background: #EEE;
}

table tr td {
    border: 1px solid #DDD;
    padding: 5px;
}