@font-face {
font-family: 'metaplus';
src: url('../fonts/MetaPlusLF-Regular.woff');
}
@font-face {
font-family: 'metaplus_bold';
src: url('../fonts/MetaPlusLF-Bold.woff');
}
.meta {font-family: 'metaplus';}
.bold {font-family: 'metaplus_bold';}

.breakline {
    height: 10px;
    background: #bfbfbf;
    background-repeat: repeat-x;
}

.title {
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-weight: 30;
	font-size: 30;
}

a {
	color: #00a1e3 !important;
}

.missing {
	color: red;
}

td.logo {
	height: 70px;
	background: #ffffff;
}

table.webbox {
	height: 99%;
	width: 100%;
	border-collapse: collapse;
}

.welcomeTextSize {
	font-size: large;
}

.link {
	font-weight: 600;
}

.popup {
	padding-left: 20px;
}

.subtitle {
	color: lightslategrey;
    font-weight: 600;
    font-size: 22px;
}

.topmargin {
	margin-top: 1rem;
}

.eventDate {
	font-size: larger;
}

.text {
	font-size: 19;
}

.footer {
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.event {
	margin-top: 2rem;
}

td.content {
	vertical-align: top;
	background: #ffffff;
}

table.content {
	width: 90%;
	border-spacing: 15px;
}

td {
	padding: 5px;
}

.spaced {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.webinarBanner_small {
	font-size: small;
	font-weight: 600;
}

.webinarBanner {
	font-size: xx-large;
	font-weight: 700;
}

.vid {
	border:1px solid black;
}

.center {
    justify-content: center;
	text-align: center;
}

.topmargin {
	margin-top: 1rem;
}