@charset "utf-8";
* 
{
	margin:0;
	padding:0;
}
html,body
{
	width:100%;
	height:100%;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust:none;
	background:#FFFFFF;
}
.plugin{
    left: 0;
	right: 0;
	top: 0;
	bottom: 30px;
	position: absolute;
}
.container{
    height: 30px;
	right: 0px;
    left: 0px;
    bottom: 0px;
	background-color: #212121;
	position: absolute;
}
.fsBtn {
	color:#fff;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 5px;
}

.fsBtn:hover {
	color:#ccc;
}

.info {
	font-size: 14px;
	color: #fff;
	left: 10px;
	right: 50px;
	top: 6px;
	position: absolute;
}

.download {
	color:#565656;
	font-size: 16px;
	margin: 10px;
}
.download >p {
	margin: 10px;
}