.content-pane {
  background-color: #fff;
  height: 100%;
  padding: 1.5rem;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;

  box-shadow: 0 1px 1px #0000000a;
}
