body
{
	width: 100%;
	text-align: center;
	background-color: white;
	border: none;
	padding-top: 60px;
}

.banner
{
	width: 100%;
	height: 40px;
	position: absolute;
	top: 0px;
	border-bottom: #ccc solid 1px;
}

.banner .logo
{
	margin-top: 4px;
	margin-left: 5px;
	max-width:38px;
	
}

.banner .title
{
	margin-top: 4px;
	
}

.getApp a
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	position: absolute;
	right: 5px;
	top: 6px;
	font-size: 15px;
	line-height: 26px;
	border-radius: 4px;
	border: 1px solid #4FB6E9;
	color: #4FB6E9;
	padding-left: 5px;
	padding-right: 5px;
}

.wrapper
{
    width: 300px;
	margin: 0 auto;
	display: inline-block;
}

.title
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	font-size: 28px;
	line-height: 40px;
	margin-bottom: 10px;
	max-width: 90%;
	margin: 0 auto;
}

.pdf-preview
{
	max-width: 300px;
	max-height: 295px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #EEE;
}

.sharing-link input
{ 
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	color: #AAA;
	border:none;
	text-align:center; 	
	border-radius: 5px;
	width: 75%;
}

.sharing-link
{
	margin-bottom: 30px;
}

.actions
{
	margin: 0 auto;
	width: 180px;
	margin-top: 5px;
	margin-bottom: 25px;
}

a .preview
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	width: 100%;
	line-height: 40px;
	border-radius: 4px;
	background: white;
	border: 1px solid #4FB6E9;
	color: #4FB6E9;
}

a:hover
{
    text-decoration: none;
}

.appstore
{

}

.logged
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	position: fixed;
	bottom: 0px;
	right: 7px;
	color: #AAA;
}