.tabs {
margin-bottom: -1px !important;
position: relative;
}
.tabs .is-active {
color: #ffdd57;
}
.tab-content {
padding: 50px 10px;
top: 197px;
color: #000;
background-color: white;
}
.tab-pane {
display: none;
}
.tab-pane.is-active {
display: block;
}
.tab-pane.is-text {
width: 50%;
position: relative;
left: 50%;
transform: translateX(-50%);
}
.is-active {
display: initial;
}
.is-link {
	text-decoration: underline;
}

.box{
	margin-top: 24px;
	padding: 6px 10px;
	border-radius: 0px;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 3px 0;
    padding: 0;
}

th {
	font-weight: normal;
}

.pic{
padding: 5px;
border: 1px solid #ccc}

.cent{
display: block;
margin: 10px auto;}

.video
{display: block;
margin: 0 auto;}

/* CSS from http://embedresponsively.com */
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
