diff --git a/ietf/static/ietf/css/ietf.css b/ietf/static/ietf/css/ietf.css
index 458adf24c..2259f605c 100644
--- a/ietf/static/ietf/css/ietf.css
+++ b/ietf/static/ietf/css/ietf.css
@@ -450,6 +450,8 @@ h1 small .pull-right { margin-top: 10.5px; }
/* from bootstrap: .small { font-size: 84%; } */
.tiny { font-size: 70%; }
+h1 .regular.pull-right { font-size: 50%; margin-top: 10.5px ; }
+h2 .regular.pull-right { font-size: 57.6%; margin-top: 7.5px; }
.large {font-size: 120%;}
.llarge {font-size: 144%;}
diff --git a/ietf/templates/meeting/session_details.html b/ietf/templates/meeting/session_details.html
index a0d21bb09..faf915fb4 100644
--- a/ietf/templates/meeting/session_details.html
+++ b/ietf/templates/meeting/session_details.html
@@ -12,7 +12,13 @@
{% block content %}
{% origin %}
-
{{ meeting }} : {{ acronym }}
+
+
+
+ {{ meeting }} : {{ acronym }}
+
+
+
{% with use_panels=unscheduled_sessions %}
{% if use_panels %}
diff --git a/ietf/templates/meeting/session_details_panel.html b/ietf/templates/meeting/session_details_panel.html
index 711197145..141fdc3dc 100644
--- a/ietf/templates/meeting/session_details_panel.html
+++ b/ietf/templates/meeting/session_details_panel.html
@@ -1,7 +1,9 @@
{% load origin ietf_filters %}{% origin %}
{% for session in sessions %}
- {% if sessions|length > 1 %}Session {{ forloop.counter }} : {% endif %}{{ session.time }}{% if session.name %} : {{ session.name }}{% endif %}
+ {% if sessions|length > 1 %}Session {{ forloop.counter }} : {% endif %}{{ session.time }}{% if session.name %} : {{ session.name }}{% endif %}
+
+
{% if session.agenda_note %}{{session.agenda_note}}
{% endif %}
{% if can_manage_materials %}