.add-content {
  display: block;
  cursor: pointer;
  padding: 10px 5px 8px;
  text-align: center;
  text-decoration: none;
  color: #424242;
}
.add-content:hover {
  color: #08c !important;
  background-color: #f9f9f9;
  text-decoration: none;
}
.add-content .description {
  font-size: 11px;
  color: #717171;
}
.add-content .title {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  word-wrap: break-word;
  min-width: 100px;
}
.add-content .icon {
  height: 50px;
  line-height: 50px;
  font-size: 34px;
}
