vertical alignment: medium; this is basicall used for table-cell. In your example, the position is absolute so you can do it
.message{ background-color: gray; position: absolute; min-width: 200px; display: table-cell; padding:60px 0px 60px 0px; text-align: center;
}
user962293
source share