/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 #error_email_heading {
    font-family: sans-serif;background-color: #1f1f1f; height: 36px; color: #fff; font-size: 24px; padding: 0px 10px;
 }

 #error_email_content {
    padding: 10px;
 }

 .email_subkey {
    padding-top: 10px;color: #303030;font-family: Helvetica;font-size: 13px;line-height: 150%;text-align: right; font-weight: bold; width: 28%; padding-right: 10px;
 }

 .email_subvalue {
    padding-top: 10px;color: #303030;font-family: Helvetica;font-size: 13px;line-height: 150%;text-align: left; word-break:break-all;
 }