
.event{
	border:1px solid #ccc;padding:10px;margin-bottom:20px;
	border-radius: 10px;
}

.event_public{
	background-color: rgba(0, 176, 36, 0.26);
}
.event_account{
	background-color: rgba(0, 4, 176, 0.22);
}
.event_closed{
	background-color: rgba(176, 0, 22, 0.3);
}

.wes-tag{
  background:#2271b1;
  color:#fff;
  padding:4px 6px;
  border-radius:4px;
  font-size:11px;
}

