#templatePartHeader {
    width: 100%;
    display: block;
    height: 50px;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 9;
}

.center-page {
	width: 90%;
	max-width: 800px;
	margin: 15vh auto 0;
	padding: 25px;
}

#center {
	z-index: 7;
	padding: 0px;
	margin-bottom: 10px;
	min-height: 80vh;
}

#footer {
	text-align: center;
	max-width: 450px;
	margin: 0 auto 25px auto;
	font-size: 12px;
	line-height: 25px;
	color: #767676;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
    40% {transform: translateY(-10px);} 
    60% {transform: translateY(-5px);} 
 } 

#translate {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	padding: 5px;
    cursor:pointer;

    animation-duration: 1s; 
    animation-fill-mode: both; 
    animation-name: bounce; 
    animation-delay: 2s;
    animation-timing-function: ease-in-out;
    color: #333;
}

.secure #center {
    margin-top: 50px;
}

#bottom {
    color: #616060;
    font-size: 8px;
    margin: 5px auto 5px auto;
    text-align: center;
}

#pspinner {
    width: 50px;
    margin: 0 auto;
    display: block;
}

#loading {
    min-height: 60vh;
    padding-top: 35vh;
}

style {
    height: 0px;
    display: none;
}

body {
    display: block;
    background-color: #ffffff;
    font-family: 'Merriweather Sans', sans-serif;
    touch-action: pan-x pan-y;
    min-width: 230px;
    margin: 0px;
    padding: 0px;
}

:not(:defined) {
    display: none;
    visibility: hidden;
}