.volfindopp-container {
  background-color:#ffedd4;
  text-align:left;
  padding:1em 1em 1.5em 1em;
  margin-top:2em;
}
.volfindopp-header {
  margin:0 0 1em 0;
}
.volfindopp-results {
	text-align:left;
	column-count:3;
	column-gap:2em;
	column-rule:1px solid #000;
}

/* RESPONSIVE STYLES */
@media all and (max-width:1024px)
{
  .volfindopp-results {
   column-count:2;
  }
}
@media all and (max-width:780px)
{
  .volfindopp-results {
   column-count:1;
  }
}
