diff --git a/cydiapomonella/templates/cydiapomonella/index.html b/cydiapomonella/templates/cydiapomonella/index.html
index 739de6257620da03302c3bd57691c798830d4328..7f02bf0a57d868997330bcd9abb7fe376a4f18af 100644
--- a/cydiapomonella/templates/cydiapomonella/index.html
+++ b/cydiapomonella/templates/cydiapomonella/index.html
@@ -56,21 +56,29 @@
         .colCenter {text-align: center;}
 
         /* Data table odd stripe color */
-        .table-striped>tbody>tr:nth-child(odd)>td,
+/*
         .table-striped>tbody>tr:nth-child(odd)>th {
-            background-color: #ebf1d4 /* Choose your own color here */
+            background-color: #ebf1d4 
         }
- 
+*/ 
         /* Data table even stripe color */
-        .table-striped>tbody>tr:nth-child(even)>td,
+       /* .table-striped>tbody>tr:nth-child(even)>td, */
+        /* Choose your own color here Earlier color : #e4ddd6 */
+/*
         .table-striped>tbody>tr:nth-child(even)>th {
-        background-color: #e4ddd6 /* Choose your own color here */
+        background-color:#f9f9f9  
         }
-
+*/
         body {
             font-family: 'Source Sans Pro', sans-serif;
         }
         
+        table.table > tbody > tr > td {
+            background-color: white;
+            border-bottom: 3px solid #d9e6e4;
+            }
+
+
     </style>
 {% endblock %}
 {% block customJS %}
@@ -710,6 +718,9 @@
 <div class="col-md-12" >
     <h1>{% trans "Calculate the risk of attack by the coddling moth" %}</h1>
 </div>
+<div class="col-md-12">
+    <h4>{% trans ' Under kan du sjekke kveldstemperatur og nedbør for klimastasjoner i regioner med eplevikler. [<a href="https://www.vips-landbruk.no/information/12/#eplevikler">Les mer her</a>]. <br> Dersom alle kriteriene for egglegging er oppfylt, beregn påløpt varmesum nedenfor. ' %}</h4>
+</div>
 <div class="clearfix"></div>
     <div class="container-fluid">
     <div class="row">
@@ -799,7 +810,7 @@
     </div>
     <div><br></div>
     <div class="row alert alert-warning">
-    	{% trans "Heat sum, with a base temperature of 10 degrees Celcius, calculated for " %} <b><span id='idSpanWeatherStationName'>-</span></b>  {% trans "weather station for the period starting with" %}  <b><span id="idSpanStartDate">-</span></b> {% trans "and ending with" %} <b><span id="idSpanEndDate">--</span></b>  (<b><span id="idSpanDateDifference">-</span></b> {% trans "days" %}) {% trans "is" %} : <span class="label label-primary" id="idDivResultNonNegative"></span> {% trans "day degrees" %}
+    	{% trans "Heat sum, with a base temperature of 10 degrees Celcius, calculated for " %} <b><span id='idSpanWeatherStationName'>-</span></b>  {% trans "weather station for the period starting with" %}  <b><span id="idSpanStartDate">-</span></b> {% trans "and ending with" %} <b><span id="idSpanEndDate">--</span></b>  (<b><span id="idSpanDateDifference">-</span></b> {% trans "days" %}) {% trans "is" %} : <b><span id="idDivResultNonNegative"></span></b> {% trans "day degrees" %}
     </div>
 </div>