@font-face {
	font-family: pokemon;
	src: url(pokemon.ttf);
}

@media screen and (min-width: 641px) {
	
	body, input {
        font-size: 15px;
    }	
}

@media screen and (max-width: 640px) {
	
	body, input, ui-btn, ui-link {
		font-family: pokemon;
    }	
}

.footerText {
	font-size: 12px;
	color: grey !important;
	white-space:normal;
	line-height: normal;
}

.ui-header .ui-title, .ui-footer .ui-title {
    text-overflow: inherit;
    overflow: inherit;
}

.link {
    cursor: pointer;
}