#header{
	text-align: center;
}

#addIframe{
	text-align: center;
    margin-top: 30px;
	margin-bottom: 30px;
}

#inputIframe{
	width: 400px;
}

.button{
	background-color: #16499a;
	border:1px solid transparent;
	color: white;	
}

#form{
	display: inline-block;
    text-align: center;
}

#content{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#iphone5_emulator{
    margin: 0 auto;
	width: 600px;
	height: 800px;
	background: url("../img/iphone15.png") no-repeat;
	background-position-x: -200px;
	background-position-y: -100px;
}

#iframe_iphone5_emulator{
    width: 359px;
    height: 630px;
    margin: 66px -3px 0 0px;
    display: inline-block;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
}

#iphone5_emulator_landscape{
	margin: 0 auto;
	width: 820px;
	height: 420px;
	background: url("../img/iPhone_6s_lanscape_1.png") no-repeat;
}

#iframe_iphone5_emulator_landscape{
	    width: 570px;
    height: 330px;
    margin: 46px -6px 0 -1px;
    display: inline-block;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
}

#iframe{
	    width: 353px;
    height: 740px;}

#iframe_landscape{
	width: 100%;
	height: 100%;
}
.emulator.active{
    display: block;
}
.emulator.in-active{
    display: none;
}