html,body{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	font: normal 100% Helvetica, Arial, sans-serif;
}
.right{
    height:100%;
    width:400px;
    overflow-x:hidden; 
}
@media screen and (min-width:400px){
	.right{
	    height:100%;
	    width:100%;
	    overflow-x:hidden; 
	}
}
@media screen and (max-width: 511px) and (min-width: 300px){
	.right{
	    height:100%;
	    width:100%;
	    overflow-x:hidden; 
	}
}
.index, .Android {
	color: #008CFF;
}
.content {
	color: #333;
	line-height: 1.7;
	width:77.9%;
	padding-left:12%;
	margin-top:2%;
}
.content p {
	margin-bottom: .85em;
	font-size:16px;
}
img{
	vertical-align:middle;
}
#sideslip{
	cursor : pointer;
	margin:5%;
}