body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

body > .container {
  min-width: 70%;
}

nav.navbar {
  box-shadow: 0px 4px 5px 0px rgba(255,164,27,0.36);
}

td.ellipsed {
  max-width: 1px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.multi-progress {
  display: flex;
  background-color: #ededed;
  border: solid 1px #d3d3d3;
}

.multi-progress > .progress-block:hover {
  opacity: .8;
}

.multi-progress > .progress-block:first-child {
  border-bottom-left-radius: 99px;
  border-top-left-radius: 99px;
}

.multi-progress > .progress-block:last-child {
  border-bottom-right-radius: 99px;
  border-top-right-radius: 99px;
}
