.wrap { margin: 10px 20px 0 2px; }
.wrap h1 { margin-bottom: 15px; }
.notice { margin: 15px 0; }
.wp-list-table { margin-top: 15px; border: 1px solid #ccd0d4; }
.wp-list-table th { font-weight: 600; }
.wp-list-table td, .wp-list-table th { padding: 8px 10px; line-height: 1.5em; }
.wp-list-table code { padding: 3px 5px; margin: 0; background: rgba(0,0,0,.07); border-radius: 2px; font-size: 13px; }
.shortcode-usage { margin-top: 20px; background: #fff; padding: 15px; border: 1px solid #ccd0d4; box-shadow: 0 1px 1px rgba(0,0,0,.04); }
.shortcode-usage h3 { margin-top: 0; margin-bottom: 10px; }
.insert-shortcode { margin-top: 0; margin-bottom: 0; }
/* Modal styles */
.jobboard-modal { display: none; position: fixed; z-index: 100000; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); }
.modal-content { background-color: #fefefe; margin: 10% auto; padding: 20px; border: 1px solid #888; width: 90%; max-width: 400px; border-radius: 4px; position: relative; }
.modal-content .close { color: #aaa; float: right; font-size: 28px; font-weight: bold; cursor: pointer; position: absolute; right: 20px; top: 10px; }


