diff --git a/data/html/Main.tpl.php b/data/html/Main.tpl.php
index a5b26d08f7a15da7c93283604583bc76f2ad89d9..9cfb11ce1123fb7aad13ffefc15c1a05e91013be 100644
--- a/data/html/Main.tpl.php
+++ b/data/html/Main.tpl.php
@@ -32,7 +32,10 @@
 		td[class="mobile-show"] img{
 		    height:auto!important;
 		    width:auto!important;}
+		td[class="mobile-unl"]{
+			height:23px;}
 		td[class="mobile-header"]{
+		    vertical-align: top;
 		    font-size: 23px!important;
 		    line-height: 1.1!important;}
 		td[class="head1"]{
@@ -98,7 +101,7 @@
      	                      <table align="center" border="0" cellpadding="0" cellspacing="0" width="650" class="responsive-table">
      	                          <tr>
      	                              <td rowspan="2" width="54"><a href="http://www.unl.edu/" target="_blank"><img src="http://www.unl.edu/wdn/templates_4.0/images/email/header_05.gif" width="1" height="1" alt="" border="0" align="left" style="display: block; width: 0px; height: 0px;"></a></td>
-     	                              <td><img src="http://www.unl.edu/wdn/templates_4.0/images/email/header_06.gif" width="1" height="1" alt="" border="0" align="left" style="display: block; width: 0px; height: 0px;"></td>
+     	                              <td class="mobile-unl"><img src="http://www.unl.edu/wdn/templates_4.0/images/email/header_06.gif" width="1" height="1" alt="" border="0" align="left" style="display: block; width: 0px; height: 0px;"></td>
      	                          </tr>
      	                          <tr>
      	                              <td class="mobile-header" style="font-size: 0px; line-height: 0; font-family: Georgia, serif;"><a href="<?php echo $context->main_uri ?>" target="_blank" style="text-decoration: none; color: #444341;"><?php echo isset($context->html_header_short) ? $context->html_header_short : $context->html_header ?></a></td>