/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/

#jp-MainMenu.p-Widget.p-MenuBar {
   background: white;
}

#p-top-panel.p-Widget.p-Panel {
   border-bottom: 1px solid #BDBDBD;
   background: white;
   top: 0px;
   left: 0px;
   min-height: 28px;
   max-height: 28px;
   position: absolute;
}

.p-MenuBar .p-MenuBar-item {
  padding: 6px 8px;
}

.p-MenuBar-itemText {
  font-size: 13px;
  color: #777777;
}

.p-MenuBar-item.p-mod-active > .p-MenuBar-itemText {
  color: #2196F3;
}
