.plugin {
	color: #fff;
}

.plugin h2.plugin-label {
	font-size: 14px;
}

a {
  color: #3498DB;
  text-decoration: underline;
 }

a:hover,
a:focus,
a:active {
  color: #000;
}

a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}

p { margin-bottom: 1.2rem; }