+.panel-content-overlay {
+}
+
+.panel-wrap.last-panel .panel-content {
+ right: 0px;
+}
+
+.panel-wrap.last-panel .panel-slider {
+ display: none;
+}
+
+/* Toolbars with select box to change panel contents*/
+.panel-wrap .panel-toolbar {
+ position: absolute;
+ top: 0px; left:0px; right: 0px; height: 26px;
+ padding: 0px;
+
+ /* border-top: 1px solid #AAA; */
+ border-bottom: 1px solid #AAA;
+ z-index: 80;
+}
+
+.panel-toolbar label {
+ display: inline;
+}
+
+.panel-toolbar p {
+ /* position: relative; */
+ font-size: 12px;
+ line-height: 26px;
+ background-color: #DDD;
+ white-space: nowrap;
+ overflow: hidden;
+
+ margin: 0px;
+ padding: 0px 1em;
+
+ width: auto;
+ height: 26px;
+}
+
+.panel-toolbar .toolbar-button-groups-container .panel-toolbar-extra button {
+ /* this is uber specific */
+ font-size: 12px;
+ font-family: Sans-Serif;
+ padding: 2px 5px;
+ margin: 0px;
+ border: 0px solid black;
+ vertical-align: bottom;
+}
+
+/* Slider between panels */
+.panel-wrap .panel-slider {
+ position: absolute;
+ background-color: #DDD;
+
+ top: 0px; bottom: 0px; right: 0px; width: 4px;
+