/* Add here all your css styles (customizations) */
.plugin-image {
  position: relative;
  max-width: 500px;
}

.plugin-name {
  left: 15px;
  bottom: 10px;
  padding: 8px 15px;
  color: white;
  background: rgba(30,30,30,0.9);
  text-shadow: 0 1px 3px rgba(0,0,0,0.4);
  box-shadow: 0 0 30px rgba(255,255,255,0.1);
  border-radius: 8px;
}

.plugin-title {
  font-size: 17px;
  color: #585f69
  font-family: 'Open Sans', sans-serif;
}

.plugin-desc {
  margin-top: 10px;
}

.number {
  margin: 4px 10px 8px 0;
}

.stat {
  color: #fff;
  max-width: 150px;
}

.servive-block {
  padding: 10px 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

