#embedded-video {
    margin-bottom: 0.5em;
}
#embedded-video iframe {
	max-width: 100%;
	width: 448px;
	height: 252px;
}

#welcome-page-content {
	font-size: 1.2em;
}

#welcome-page-content h2 {
	margin-top: 2em;
	margin-bottom: 0;
}
.welcome-emphasis {
    color: #07a9d8;
}
#dismissform {
	margin-top: 3em;
}

#pluginbody #welcomepage.boxcontent {

	text-align: center;
    padding-bottom: 3em;
}

.intro-text,
.intro-features  {
	float:left;
	text-align: left;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.intro-text p {
	line-height: 1.75em;
	margin-top: 2em;
}

.bullets {
	list-style: none;
	padding-left: 1em;
}
.bullets li {
    line-height: 1.75em;
}
.bullets li:before {    
	font-family: 'IconFont';
	content: '\f00c';
	margin:0 5px 0 -15px;
	color: #07a9d8;
}

#welcome-page-content .intro-features h2 {
	margin-top: 1em;
	text-align: center;
}

.notice {
    display: inline-block;
    line-height: 2em;
    background-color: white;
    padding-bottom: 2em;
	margin-bottom: 3em;
}
