﻿#container .item:hover {
  background-color: #ddd;
}
 #container .item{
   border: 1px solid #ddd;
   }

#phdproject > div.row.head {
  background-color: #0E426C;
  color: white;
  font-weight: bold;
}
.search{
  display:flex;
  flex-direction: row;
  gap: 10px;"
}
.filter {
  display:flex;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  
  flex-direction: column;
}

.reset{
  width:20%;
}
#searchSubmit{
  width:30%;
}

@media (max-width: 480px) {
  .search {
    flex-direction: column;
  }
  .reset{
  width:100%;
  }
  #searchSubmit{
    width:100%;
  }
  .filter{
    margin-left: -0.62rem;
    margin-right: -0.62rem;
  }
}