body.page-brush-resources ul.list {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.page-brush-resources ul.list li {
  border-bottom: 1px solid #e4e4e4;
  clear: both;
  display: table;
  float: left;
  margin-right: 15px;
  margin-bottom: 0.5em;
  min-height: 95px;
  width: 100%;
}
body.page-brush-resources ul.list li a {
  text-decoration: none;
}
body.page-brush-resources ul.list li .li-img {
  display: table-cell;
  vertical-align: middle;
  width: 15%;
  padding-right: 0.5em;
}
body.page-brush-resources ul.list li .li-img img {
  height: 90px;
  min-width: 125px;
  width: 95px;
}
body.page-brush-resources ul.list li .li-text {
  display: table-cell;
  font-size: 0.9em;
  vertical-align: middle;
  width: 85%;
}
body.page-brush-resources ul.list li .li-text h4,
body.page-brush-resources ul.list li .li-text p {
  margin: 0px;
  padding: 0px;
  text-indent: 0;
}
body.page-brush-resources ul.list-twocol {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.page-brush-resources ul.list-twocol li {
  clear: none;
  float: left;
  width: 48%;
}
body.page-brush-resources ul.list-twocol li a {
  text-decoration: none;
}
body.page-brush-resources ul.list-twocol li img {
  height: 95px;
  min-width: 120px;
  width: 75px;
}
body.page-brush-resources ul.list-twocol li .li-text {
  display: table-cell;
  font-size: 0.9em;
  vertical-align: middle;
  width: 85%;
}
body.page-brush-resources ul.list-twocol li .li-text h4,
body.page-brush-resources ul.list-twocol li .li-text p {
  margin: 0px;
  padding: 0px;
  text-indent: 0;
}
