Alinhamento Vertical de Tabelas

Olá, eu estou tentando aplicar o alinhamento vertical para o topo mas não está funcionando.

table#tabela_spec {
	border: 1px solid rgb(96, 96, 96);
	border-spacing: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: top;
}