diff --git a/src/QUI/Timeline/Controls/Timeline.VerticalBothSides.html b/src/QUI/Timeline/Controls/Timeline.VerticalBothSides.html
index bbab6829cf8f4949da26f27f6ff5c9dd2a3e3b9e..11a45b2bdbb365b68373e5495c07f940fa1dd7fb 100644
--- a/src/QUI/Timeline/Controls/Timeline.VerticalBothSides.html
+++ b/src/QUI/Timeline/Controls/Timeline.VerticalBothSides.html
@@ -6,7 +6,7 @@
 {/if}
 
 {if $this->getAttribute('content') != ""}
-<div class="control-content">
+<div class="control-content default-content">
     {$this->getAttribute('content')}
 </div>
 {/if}
@@ -72,15 +72,18 @@
                     {/if}
                 </header>
 
-                <p>
-                    {$Child->getAttribute('short')|nl2br}
-                    {if $showLinks}
-                    <a itemprop="url" href="{url site=$Child}"
-                       class="timeline-entry-desc-link">
-                        {locale group="quiqqer/timeline" value="timeline.more"}
-                    </a>
-                    {/if}
-                </p>
+                <div class="default-content">
+                    <p>
+                        {$Child->getAttribute('short')|nl2br}
+                        {if $showLinks}
+                        <a itemprop="url" href="{url site=$Child}"
+                           class="timeline-entry-desc-link">
+                            {locale group="quiqqer/timeline" value="timeline.more"}
+                        </a>
+                        {/if}
+                    </p>
+                </div>
+
             </div>
 
         </article>