/**
 * Snippets list table
 * @author Webcraftic <wordpress.webraftic@gmail.com> 
 * @copyright Webcraftic 02.06.2018
 */
.wp-list-table th#title {
  width: 20% !important;
}
.wp-list-table th#status {
  width: 60px !important;
}
.wp-list-table th#actions {
  width: 100px !important;
}
.wp-list-table th#where_use {
  width: 200px !important;
}
.wp-list-table th#taxonomy-wbcr-snippet-tags {
  width: 150px;
}
.wp-list-table td {
  vertical-align: middle !important;
}
.wp-list-table .wbcr-inp-status-marker {
  display: inline-block;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}
.wp-list-table .wbcr-inp-status-marker.wbcr-inp-status-green {
  background: #8bc34a;
}
.wp-list-table .wbcr-inp-status-marker.wbcr-inp-status-grey {
  background: #c0c0c0;
}
