.e-add {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  float: left;
  padding: 10px;
  border-top: 1px solid #ddd;
}

.e-add:last-of-type {
  border-bottom: 1px solid #ddd;
}

.e-add a {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -20px;
  display: block;
  width: 90px;
  height: 40px;
  color: #0074BD;
  text-align: center;
  font-family: inherit;
  font-size: 14px;
  cursor: pointer;
  text-transform: capitalize;
  background-color: transparent;
}

.e-add .form-submit {
  position: absolute;
  margin: 0;
  top: 50%;
  right: 10px;
  margin-top: -15px;
}

.e-add a,
.e-add a:visited,
.e-add a:hover,
.e-add a:active {
  color: #0074BD;
  background-color: transparent;
  line-height: 40px;
  /* text-decoration: none; */
}

.e-add:nth-child(odd) {
  background-color: #f3f4ee;
}

.e-title {
  width: 80%;
  font-weight: bold;
  display: inline-block;
  max-width: 70%;
}
