﻿div.table { display: table; width: 100%; }
div.table > div { display: table-row; }
div.table > div > div { display: table-cell; vertical-align: top; }
div.table > div > div.pw50:first-child { width: 49%; padding-right: 1%; }



.biglabel { font-size: 1.55em;margin-bottom:7px;margin-top: 5px;display: block; }