/* Meter Reports admin styles */

.meter-reports-wrap .status-publish {
    color: green;
    font-weight: bold;
  }
  
  .meter-reports-wrap .status-draft {
    color: #999;
    font-style: italic;
  }
  
  .mtrr-inline-quickedit {
    border: 1px solid #ccd0d4;
    background: #f9f9f9;
    padding: 1em;
    margin-top: 1em;
    max-width: 600px;
  }
  
  .mtrr-inline-quickedit h2 {
    margin-top: 0;
  }
  
  .mtrr-inline-quickedit[hidden] {
    display: none;
  }
  
  .meter-reports-settings table.form-table th {
    width: 200px;
  }