.single-event-grid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	column-gap: 30px;
}

.event-sidebar {
	background-color: #f2f2f2;
	padding: 32px;
}

.event-sidebar div {
	padding-bottom: 10px;
}

.event-sidebar p {
	border-bottom: #e0e0e0 1px solid;
}

.event-sidebar .header {
	background-color: #607d8b;
	padding: 10px;
	margin-bottom: 10px;	
	color: white;
	
}

.link-button {
  background: none;
  border: none;
  font-family: 'Open Sans';
  padding-left: 0;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
}
.link-button:focus {
  outline: none;
}
.link-button:active {
  color:red;
}

.slim {
	font-weight: normal !important;
}

table {
	border: 1px black solid;
}
td {
	padding-left: 10px;
	padding-right: 10px;
}

td:first-child {padding-left: 20px;}
tr:first-child > td {padding-top: 20px;}
td:last-child {padding-right: 20px;}
tr:last-child > td {padding-bottom: 20px;}