img.images {
  height: 300px;
}
div#img_container {
  margin: 10px;
  word-break: break-word;
}
div#filter_container {
  padding: 10px;
  width: 80%;
  margin: 10px auto;
  margin-top: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  font-family: Georgia, Ludica Grande, Arial;
}
div#filter_container div.filter {
  margin: 10px;
}
.filter-cat{
  font-size: 18px;
  margin-bottom: 5px;
}
hr {
  margin: 20px 0 10px 0;
}
div#filter_container div.filter button {
  -webkit-border-radius: 20;
  -moz-border-radius: 20;
  border-radius: 20px;
  font-family: Arial;
  font-size: 14px;
  background: #ffffff;
  padding: 5px 12px 5px 12px;
  text-decoration: none;
  vertical-align: middle;
  margin: 3px;
}
div#filter_container div.filter button.sentiment {
  color: #0074d9;
  border: solid #0074d9 2px;
}
div#filter_container div.filter button.sentiment.checked {
  color: #ffffff;
  background: #0074d9;;
}
div#filter_container div.filter button.topic {
  color: #ff4136;
  border: solid #ff4136 2px;
}
div#filter_container div.filter button.topic.checked {
  color: #ffffff;
  background: #ff4136;
}
span#topic_show_more {
  color: #ff4136;
  cursor: pointer;
}
span#sent_show_more {
  color: #0074d9;
  cursor: pointer;
}
button:focus {
  outline:none !important;
}
div.mask {
  display: table;
  z-index: 1;
  position: absolute;
  left: 0px;
  top: 0px;
  background: white;
  color: black;
  opacity: 0;
  width: 100%;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
div.text {
  height: 300px;
  overflow-y: scroll;
  text-align: left;
  font-size: 18px;
}
div.samples {
  position: relative;
  display: inline-table;
  border-width: 0px;
  padding: 0px;
  margin: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
span.pop {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
div.mask:hover {
  opacity: 0.9;
}
div.subtitle {
  margin-top: 10px;
  margin-left: 5px;
  font-weight: bold;
}
div.text ul {
  margin-top: 5px;
}

div#overlay {
  display: none;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;

  background: rgba(0, 0, 0, 0.9);

  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  text-align: center;
}
img#enlarged {
  display: inline-block;
  padding: 10px;
}
div.overlay-content {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  padding: 50px;
  margin-top: 100px;
  margin-bottom: 100px;
  background: white;
  border-radius: 10px;
}
div#enlarged-annots {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 10px;
  word-wrap: break-word;
}
div#enlarged-annots ul {
  margin-top: 5px;
  font-size: 18px;
}
div#enlarged-annots ul li {
  margin: 3px 0;
}
div#enlarged-annots div.subtitle {
  font-size: 20px;
  margin-bottom: 0px;
}
.noscroll {
  overflow: hidden;
}
.close-btn {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.close-btn:hover, .close-btn:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
button.btn {
  margin: 10px;
}
div.left {
  display: inline-block;
  width: 50%;
}
div.right {
  margin: 10px;
  vertical-align: top;
  display: inline-block;
  width: 40%;
}
div.right ul {
  margin-top: 5px;
  padding-left: 25px;
}
div.right ul li {
  margin: 5px 0;
}
