.metabox-holder { overflow: hidden }

@media screen and (min-width: 760px){
  .postbox-container.left { float: left; width: 69% }
  .postbox-container.right { float: right; width: 29% }
}

.warning { color: OrangeRed }
.warning.box { border-radius: 5px; padding: 10px 15px; border: 1px solid OrangeRed; background-color: MintCream; font-weight: bold }

.capability-selection { padding: 5px }
.capability-selection:nth-child(2n) { background-color: #eee }

.wrap .postbox .hndle { cursor: default; }

.input-row { display: table; width: 100% }
.input-row > * { display: table-cell; margin: 0; padding: 0; line-height: inherit; white-space: nowrap; width: 1% }
.input-row > .input-element { width: 100% }

select { min-width: 80px }

input[type="number"], select.number { width: 80px; text-align: center }
input[type="text"], input[type="password"] { width: 100% }

.help { font-style: italic }

/* Lite version */
a.upgrade-encyclopedia { color: #888; text-decoration: none; display: inline-block; font-weight: bold }
a.upgrade-encyclopedia span.onhover { display: none }
a.upgrade-encyclopedia:hover { color: #46b450 }
a.upgrade-encyclopedia:hover span.dashicons-lock { display: none }
a.upgrade-encyclopedia:hover span.onhover { display: inline-block }
