@media only screen and (max-width: 1500px) {
  .container:not(.contextual-region .container) {
    width: calc(100% - 50px) !important;
    max-width: calc(100% - 50px) !important;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .container:not(.contextual-region .container) {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.arsiv-table table select {
  height: 40px;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 600;
  color: #69747c;
  box-sizing: border-box;
  line-height: 15px !important;
  border-radius: 6px;
  float: left;
  margin: 0;
  padding: 0 15px;
  margin-right: 5px;
  cursor: pointer;
}
.arsiv-table table tbody tr td div {
  margin-left: 40px;
}
.arsiv-table table tbody tr td:first-child {
  width: 15%;
}
.arsiv-table table tbody tr td:nth-child(2) {
  display: flex;
  line-height: 40px;
}
.arsiv-table table tbody tr td:nth-child(3) {
  width: 5%;
}

/*# sourceMappingURL=arsiv.css.map */
