.pm-upload-box{margin:15px 0}
#pm_upload_btn{
 background:#02C39A;
 color:#fff;
 padding:10px 14px;
 border:none;
 border-radius:5px;
 margin-top:8px;
 cursor:pointer;
}

/* =========================================================
   WCFM vendor "Prescriptions" page
   NOTE: this page's styling is now printed inline directly in
   pm_wcfm_prescriptions_view() instead of relying on this external
   file. The WCFM vendor dashboard theme was dequeuing/stripping this
   stylesheet on that page (a common "lightweight dashboard" behavior),
   so the CSS never reached the page. Printing it inline guarantees it
   can't be stripped. This file is left for the admin (wp-admin) list
   table below.
   ========================================================= */

/* admin (wp-admin) All Prescriptions table */
.wrap table.widefat td{ vertical-align:top; padding:10px; }
