
.event {
  width:20%;
  height: 200px;
  margin:10px;
  margin-top:25px;
  display:inline-block;
  border-top: 4px solid #2574A9;
  border-bottom: 1px solid #2574A9;
}

.hidden {
  display:none;
}
.event-head-my {
	width: calc(80% + 70px);
	margin-top: 46px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 2rem;
	color: #2574A9;
	line-height: 2rem;
	text-align: left;
}
a.collapsed span:after {
	/*content: "(show)";*/
}
@media (max-width: 800px) {
  .event {
    width: 100%;
    margin: 25px 0 0 0;
  }
	.event-head-my {
		width: 100%;
	}
}
