.table { width: 100%; border: 1px solid #dddddd; border-collapse: collapse; }
.table td, .table th { padding: 5px 5px; }
.table td { vertical-align: top; border-bottom: 1px dotted #dddddd; }
.table tr.even td { background-color: #f3f3f3; }

.table th.checkbox { width: 2px; text-align: center; }
.table th.author { width: 100px; }
.table th.post { width: 150px; }

.table tr.no-border td { border: 0px; }

.table tfoot, table thead { height: 30px; }
.table tr.unapproved td { background-color: #ffffdd !important; }
.table tr.reported td { background-color: #ffcccc !important; }
a { outline: none; }

.actions { margin: 10px; }
.error { background-color:#fcc !important; color:#510 !important; }

#loading-bar { position: fixed; top: 0px; left: 50%; padding: 5px 10px; background-color: #FFF1A8; font-weight: bold; }
#action-message { text-transform: lowercase; text-align: center !important; padding: 5px 10px; background-color: #FFF1A8; font-weight: bold; margin: 0px auto; margin-top: 5px; margin-bottom: 5px; }
.action-error { background-color: #cc0000 !important; color: #ffffff; }
tr.unapproved td { background-color: #ffffdd !important; }
table.blog_container_table img {max-width: 500px;}
