#fullscreenView {
  #fullscreenSidebarPanelControls,
  #fullscreenViewSidebar {
    background-color: white;

    .fullscreen__view-sidebar-work-title h2 {
      line-height: 30px;
      font-size: 20px;
    }

    .fs-metadata.show {
      padding: 15px;
      overflow-y: auto;

      .uriButton {
        display: none !important;
      }
      /* doctypes */
      .metadataList span {
        float: left;
        margin-right: 20px;
      }
      /* reference_number */
      .reference_number {
        font-style: italic;
      }
      /* court_classification */
      .court_classification {}
      /* place_of_creation */
      .place_of_creation {}
    }
  }

  .fullscreen__view-image-inner {
    background: #3f84c5;
  }
}