.text-selection {
  margin-bottom: 2em;
}

.btn-xl {
  min-height: 100px;
  font-size: x-large;
}


.highlightText {
  background-color: #A27035;
  color: #FFF;
}

#summary {
  margin: 6px 3px;
}

.activitypart {
  text-align: center;
}

.showHighlights{
  margin-top: 0;
}

.tabsTitle {
  padding-top: 10px;
  text-align: center;
}

.extractBackground {
  min-height: 400px;
  border: 1px solid #000;
  padding: 8px;
  background: antiquewhite;
  margin: 7px;
}

.controls {
  padding: 10px;
}

.tab-content {
  background-color: white;
  padding: 3px;
  overflow-y: scroll;
}

#dialog-addToTab, #dialog-editMyTabs {
  display: none;
  width:100%
}

.wars{
  height: 500px;
}

.nav-tabs>li>a {
  background: #242331;
  border-bottom: 0;
  border: 1px solid #242331;
  color: #FFFFFF;
  position: relative;
  text-decoration-line: none;
  z-index: 3;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li>a:hover{
  background: #B88B4A;
  border-bottom: 0;
  border: 1px solid #B88B4A;
  color: #FFFFFF;
  position: relative;
  text-decoration-line: none;
  z-index: 3;
}

.notess {
  margin: 7px;
  padding:10px;
  border: 1px dashed #242331;
  cursor: pointer;
}

.removeThisTextBtn span {
  position: absolute;
  top: 2px;
  left: 1px;
}
