.ui-widget{
    font-size: 12px !important;
}

.midText{
    font-size: 24px;
}

.buttons {
    background-color: #cc0033
}

.center{
	text-align: center;
}

.logo {
	height: 300px;
}

@media(max-width: 500px) {
	.logo {
		height: 250px;
	}
}

.ui-button {
	margin-right: 15px !important;
}

.lista {
	margin-top: 20px;
}


