html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    display: table;
    margin: auto;
}
body {
    display: table-cell;
    vertical-align: middle;
	font-size: 16px;
	line-height: 24px;
}
p {
}
p.i {
    color: #DD0000;
}
span.b {
    display: inline-block;
	width: 4px;
	height: 28px;
    border-left: 2px solid #DD0000;
}
p.i span.b {
	position: relative;
	top: 3px;
	height: 18px;
}
span.c {
    display: inline-block;
	position: relative;
	top: -16px;
	width: 0;
	height: 0;
	overflow: visible;
	white-space: nowrap;
    color: #DD0000;
}
