#sectioncontainer {
  margin-top: 20px;
}

/* Keep from sticking to sides */
.cards-container {
  max-width: 95%;
}

.board-item {
  margin: 5px 0;
  will-change: transform;
}

.board-item-content {
  word-break: break-all;
  position: relative;
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  font-size: 17px;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 3px 0 rgba(0,0,0,0.2);
  box-shadow: 0px 1px 3px 0 rgba(0,0,0,0.2);
  margin: 5px;
}

.stream_url {
 display:block;
 max-width:20em;
 overflow:hidden;
 text-align:inherit;
 text-overflow:ellipsis
}

a.light_link:hover {
 color:#00000091!important;;
}

.dropdown.is-force-right .dropdown-menu {
  left:100%;
  padding-left:4px;
  padding-right:initial;
  right:auto;
  top: auto;
}

.icon-img {
    max-height: 160px !important;
    width: auto !important;
    height: auto !important;
}
.icon-img-sm {
    max-height: 80px !important;
    width: auto !important;
    height: auto !important;
}
