.ListViewStyle {
  border: 1px solid black;
  width: 700px;
  margin-bottom: 20px;
}



@media screen and (max-width: 700px) {
  .ListViewStyle {
    width: 450px;
  }
}