a.company {
  width: 400px;
  line-height: 20px;
  height: 20px;
  padding: 4px 10px;
  font-weight: normal;
  font-size: 14px;
  display: block;
  vertical-align: middle;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
a.company:nth-child(even) {
  background-color: #fff;
}
a.company:nth-child(odd) {
  background-color: #eee;
}
a.company:hover {
  background-color: #dfd;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
a.add {
  position: absolute;
  margin-left: 400px;
  margin-top: -30px;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  font-weight: bold;
  padding: 0px 4px;
  border: 2px solid #666;
  color: #666;
  border-radius: 6px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
a.add:hover {
  background-color: #dfd;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
input.filter {
  position: absolute;
  margin-left: 280px;
  margin-top: -28px;
  width: 100px;
  height: 20px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: #ccc 1px dotted;
}
div.counter {
  color: #aaa;
  padding: 5px 0;
  font-size: 14px;
  font-style: italic;
  text-align: right;
  width: 420px;
}
