@media screen and (max-width: 1330px) {
  #action-list .list-container.changePosition,
  #news-list .list-container.changePosition,
  #document-list .list-container.changePosition {
    position: static;
  }
}
@media screen and (max-height: 800px) {
  #meeting-preview-details {
    display: none;
  }
}
@media screen and (max-height: 700px) {
  #resolution-preview-details {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .meeting-list .meeting .list-item-type {
    display: none;
  }
}
@media screen and (max-width: 1250px) {
  .meeting-list .meeting .organizer-column {
    display: none;
  }
}
@media screen and (max-width: 1360px) {
  li span.title.main-title {
    width: 70% !important;
  }
}
@media screen and (max-width: 1200px) {
  li span.title.main-title {
    width: 60% !important;
  }
}
@media screen and (max-width: 1053px) {
  .documentpanelInputLayout {
    display: block;
  }
}
@media screen and (max-width: 1153px) {
  .readingroomtab li span.title {
    max-width: 70%;
  }
}
@media screen and (min-width: 1043px) {
  #meetingagendadocument .documentpanelInputLayout {
    display: block;
  }
}
@media screen and (max-width: 1135px) {
  #device-list div.status {
    display: none !important;
  }
}
@media screen and (max-width: 1210px) {
  .personcontainer .col50 {
    width: 44%;
  }
  .personcontainer .coluserright {
    width: 47%;
  }
  .personcontainer .colpersonright {
    width: 37%;
  }
}
@media screen and (max-width: 1150px) {
  .left-align-text {
    display: inline-block;
    width: 90%;
  }
}
@media screen and (max-width: 1340px) {
  #device-list div.colleft {
    width: 60% !important;
  }
  #device-list div.colright {
    width: 38% !important;
  }
}
