/* Minimal styling for the dashboard shortcode */
.pmwcp-dashboard{font-family:Arial,Helvetica,sans-serif;margin:0;padding:0}
.pmwcp-project{border:1px solid #eee;padding:14px;border-radius:8px;margin-bottom:12px;background:#fff}
.pmwcp-project h3{margin:0 0 8px 0}
.pmwcp-progress{background:#f2f2f2;border-radius:4px;position:relative;height:18px;margin-bottom:8px;overflow:hidden}
.pmwcp-progress .bar{background:#4a90e2;height:100%;display:block}
.pmwcp-progress span{position:absolute;right:8px;top:0;line-height:18px;font-size:12px;color:#fff;font-weight:600}
.pmwcp-files{list-style:none;padding-left:0;margin:8px 0}
.pmwcp-files li{margin:4px 0}
.pmwcp-single{max-width:900px;margin:30px auto;padding:20px;border:1px solid #eee;border-radius:8px;background:#fff}
