.tab-pane {
  padding-top: 1.5rem;
}

/*
.article_author {
  margin-top: -1.5rem;
}

.speaker {
	float: right;
  margin-top: -7rem;
}

p iframe {
	margin: 0 150px;
	border: 3px solid #4F226C;
}
*/

.webinar-div {
	border-bottom: 1px solid #ddd;
	padding: 2rem 0;
}
.webinar-div:first-child {
	padding-top: 0;
}
.webinar-div:last-child {
	border-bottom: none;
}

.webinar-div .title {
	color: #4F226C;
}

.webinar-div .author-date {
	margin-left: 2rem;
}

.webinar-div .description {
}

.webinar-div .no-upcoming {
	margin: 2rem;
}

.register_button {
	display: block;
	padding: 10px 5px;
	text-align: center;
	width: 300px;
	color: white !important;
	background-color: #4F226C !important;
	border: 1px solid #4F226C;
	border-radius: 5px;
	font-size: 17px;
}

.register_button:hover {
	color: #4F226C !important;
	background-color: white !important;
	text-decoration: none;
}

.webinarLink {
	text-align: center;
	width: 50%;
	color: #4F226C !important;
	font-size: 20px;
}

.categoryTitle {
	
}

.webinarCategory a {
	display: block;
	margin-left: 10px;
	color: #4F226C !important;
	text-decoration: underline;
}

.back {
	padding: 5px 10px;
	border-radius: 4px;
	background-color: #f4ecf9;
	margin-bottom: 15px;
}

.webinar-image {
	border-radius: .5rem;
	margin-top: .5rem;
	margin-left: 2rem;
	margin-bottom: .5rem;
	max-width: 150px;
	max-height: 150px;
}

.webinar-video-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.webinar-video-container .iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}