html,
body {
  background-color: #f9f6ee;
  margin-top: 5px;
  overflow: hidden;
}

.appHeader {
  padding-top: 5px;
  background-color: #f9f6ee;
}

section {
  display: flex;
  flex-flow: column;
  height: calc(100vh - 20px);
}

.tab-content {
  flex: 1; 
  overflow-y: scroll;
}

.tab-pane {
  margin-bottom: 40px;
}

tr {
  cursor: default;
}

.actionbutton{
  margin: 0 5px;
}

.disabledbtn {
  pointer-events: none;
  opacity: 0.4;
}

.myBtn {
  width: 70px;
}

footer {
  background-color: #f9f6ee;
}
