table.data {
        border-collapse: collapse;
        background: #EFEFEF;
        }

table.data td {
        margin: 0;
        padding: 10px;
        border: 1px #fff solid;
        text-align: center;
        }

table.data thead {
        background: #495678;
        color: #fff;
        font-weight: bold;
        }

.author {
        font-style: italic;
        }

#maintext p a {
	text-decoration: underline;
}

#consultation .bnr {
	display: table;
	float: right;
}

#consultation .question .who {
	font-weight: bold;
	font-style: italic;
}

#consultation .question {
	margin-top: 2px;
	border-bottom: 1px #DA251C dotted;
	border-top: 1px #DA251C dotted;
}

#consultation .question p:first-child {
	/*background: #E0E4EF;*/
}

#consultation .question .ans {
	padding-left: 4em;
}

.facts {
	margin: auto;
	padding: 1em;
	width: 50%;
	border: #76C5F0 3px double;
	font-weight: bold;
	text-align: justify;
}

.facts h5 {
	display: inline;
	margin: 0 3px 0 0;
	text-align: center;
	font-size: small;
	color: red;
	float: left;
}