/* Removed 2020-01-04
 * body.post-type-hello_event .meta-box-sortables label {display: inline-block; width:80px; text-align:right; margin-right:8px;} */
body.post-type-hello_event .meta-box-sortables .hint {margin-top:1em; margin-bottom: 1em;}
body.post-type-hello_event .meta-box-sortables .hint ul {margin-left:2em; list-style: square;}

.hello_event-wrap div.intro-block {
  padding: 10px;
  border: 3px solid #888; border-radius:8px;
}
.hello_event-wrap .postbox .inside label {
  display: inline-block;
  width:150px;
  text-align:right;
  padding-right:1em;
}
.hello_event-wrap span.hint {display:block;  font-style:italic; margin-top:1em; margin-bottom:1em;}
.hello_event-wrap h1 {font-size:3rem; font-weight:700;}
.hello_event-wrap h2 {
  font-size:2rem; font-weight:500; line-height:2rem;
  margin-bottom: 0.4rem;
  border-bottom:1px solid #888;
}

div.error ul {margin-left:2em; list-style: square;}

div.admin-sales-report h1 {width:65%; border: 4px solid #aaa; border-radius: 8px; text-align:center; padding: 2em;}
div.admin-sales-report h3 {display: inline-block; border-bottom:2px solid #333;}
div.admin-sales-report table {border: 1px solid #888;}
div.admin-sales-report table thead {background-color:#e14d43;; color: white;}
div.admin-sales-report table thead th { padding: 1em;}
div.admin-sales-report table td {text-align:right;}