﻿.TableVerticalAlign {
    display: table;
}

.TableVerticalAlign .Cell1, .TableVerticalAlign .Cell2 {
    display: table-cell;
    vertical-align: middle
}


/* ExcludeAllFromPickersOutsideBlock */