.ui {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.ui * {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.ui.button.circular {
  border-radius: 50% !important;
}

.ui.dimmer .content {
  width: 100%;
}

.ui.divider.secondary {
  border-color: #478f8e !important;
}

.ui.dropdown.search input {
  min-width: 250px;
}

.ui.grid>[class*="one thirds wide"].column {
  width: 33.33333333%;
}

@media (min-width:992px) {
  .ui.grid>[class*="one thirds wide computer"].column {
    width: 33.33333333% !important;
  }
}

@media (min-width:768px) and (max-width:991.8px) {
  .ui.grid>[class*="one thirds wide tablet"].column {
    width: 33.33333333% !important;
  }
}

@media (max-width:767.8px) {
  .ui.grid>[class*="one thirds wide mobile"].column {
    width: 33.33333333% !important;
  }
}

.ui.grid>[class*="two thirds wide"].column {
  width: 66.66666667%;
}

@media (min-width:992px) {
  .ui.grid>[class*="two thirds wide computer"].column {
    width: 66.66666667% !important;
  }
}

@media (min-width:768px) and (max-width:991.8px) {
  .ui.grid>[class*="two thirds wide tablet"].column {
    width: 66.66666667% !important;
  }
}

@media (max-width:767.8px) {
  .ui.grid>[class*="two thirds wide mobile"].column {
    width: 66.66666667% !important;
  }

  .ui.grid.stackable>[class*="one thirds wide mobile"].column {
    width: 100% !important;
  }

  .ui.grid.stackable>[class*="two thirds wide mobile"].column {
    width: 100% !important;
  }
}

.ui.image.circular {
  border-radius: 500rem !important;
}

.ui.label.transparent {
  background: none !important;
}

.ui.menu:empty {
  display: none;
}

.ui.menu.no-marged .item {
  margin: 0;
}

.ui.menu.no-marged .item:last-child {
  margin-bottom: 0;
}

.ui.menu.sidebar .menu .item {
  padding-top: 15px;
  padding-bottom: 15px;
}

.ui.popup {
  z-index: 900;
}

.ui.search .results {
  margin-top: 0;
  font-weight: 900;
}

.ui.search.transparent input.prompt {
  background: none !important;
}

.ui.segment .dimmer {
  z-index: 5;
}

.ui.segment.circular {
  border-radius: 50% !important;
}