.evf-body, .evf-body * {box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.evf-body a {text-decoration:none;}
.evf-body button {background:#ccc;border:none;box-shadow:none;text-shadow:none;text-decoration:none;color:#333;}


/* OVERVIEW */
.evf-body .evf-row {display:inline-block;width:100%;font-size:15px;line-height:18px;font-weight:normal;color:#444;margin:0 0 12px 0;}
.evf-body .evf-row .evf-btn {float:left;width:auto;transition:0.15s;color:#fff;background:#333;padding:10px 20px;text-decoration:none;border:none;box-shadow:none;font-size:14px;font-weight:bold;line-height:16px;margin:0 8px 6px 0;}
.evf-body .evf-row .evf-btn:hover {text-decoration:none;color:#fff;background:#000;border:none;}
.evf-body .evf-row .evf-btn.evf-disabled {opacity:0.5;cursor:not-allowed;background:#333;}
.evf-body .evf-row .evf-btn.evf-btn-secondary {background:#e4e4e4;color:#1d1d1d;}
.evf-body .evf-row .evf-btn.evf-btn-secondary:hover {background:#d4d4d4;color:#0d0d0d;}
.evf-body .evf-row.evf-row-buttons {margin:10px 0 0 0;}
.evf-body #evf-timer {font-size:13px;line-height:16px;color:#777;}
.evf-body #evf-counter {font-style:normal;}
