.ui.items > .item {
  table-layout: fixed;
  display: table;
  margin: 1em 0em;
  width: 100%;
  min-height: 0px;
  background: transparent;
  padding: 0em;
  border: none;
  border-radius: 0rem;
  box-shadow: none;
  -webkit-transition: box-shadow 0.2s ease;
          transition: box-shadow 0.2s ease;
  z-index: '';
}
.ui.divided.items > .item {
  /* border-top: 1px solid rgba(39, 41, 43, 0.15); */
  border-bottom: 1px solid #EEE;
  margin: 0em;
  padding: 0.6em 0em;
}
.ui.items .header a {
  display: block;
}
.ui.items.search .header a {
  display: inline-block;
}
.ui.items > .item > .content > .header {
  padding-top: 0.2em;
  margin-left: 0.2em;
}
.ui.items > .item > .content > .header > a {
  padding-left: 15px;
  border-left: 1px solid #f8f8f8;
}
.ui.items > .item > .content > .header > a:hover {
  text-decoration: none;
  color: #178ece;
  border-left: 1px solid #178ece;
}
.ui.items > .item > .content > .header > a:focus {
  text-decoration: none;
  color: #178ece;
}
.meta {
  padding-top: 0.2em;
  color: rgba(0, 0, 0, 0.5);
}
.ui.items > .item > .action {
  display: inline-block;
}
.ui.items > .item > .action .unflag-action {
  opacity: 0.5;
}
.ui.items > .item > .action .flag-wrapper .flag{
  padding: 5px;
  height: 30px;
}
.ui.items > .item > .content > .header > a.active {
  border-left: 1px solid #178ece;
}
