[page=start] #table-pagamento{
	display: table-row;
}

[page=start] #table-pagamento tr, #table-pagamento thead, #table-pagamento tbody{
	display: table-cell;
}

[page=start] #table-pagamento td{
	display: block;
	height: 40px;
}

[page=start] #table-pagamento td.hide-on-start{
	display: none;
}

.pagamento-container{
    display: table;
    height: 100%;
}

[page=start] .pgmento-row1{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    text-align: center;
}

.row .col.s12.pagamento-row1-col{
	float: initial;
    display: table;
    position: static;
    margin: 0 auto;
    width: auto;
    vertical-align: middle;
}