﻿
.cont {
	position: relative;
	width: 100%;
}

td {
	padding: 3px;
	vertical-align: top;
	color: black;
}

.tdHdr {
	font-size: larger;
	font-weight: 600;
}

.updatebuttonxx {
	position: relative;
	top: 0px;
	right: 0px;
	width: 80px;
	text-align: center;
	background-color: yellow;
	padding: 4px;
	cursor: pointer;
	border: 1px solid gray;
	z-index: 1000;
}

	.updatebuttonxx:hover {
		border: inset;
	}

.popupheader {
	min-width: 150px;
	text-align: center;
	line-height: 30px;
	vertical-align: central;
	height: 30px;
}

.sendmailbutton {
	position: absolute;
	top: 40px;
	right: 0px;
	width: 80px;
	text-align: center;
	background-color: yellow;
	padding: 4px;
	cursor: pointer;
	border: 1px solid gray;
}

	.sendmailbutton:hover {
		border: inset;
	}

.collapsed-table tr {
	display: normal;
}

.ptab {
	float: left;
	font-size: small;
	border: solid 1px silver;
}

.mef {
	max-width: 80%;
	margin: auto;
}

div.columns {
	columns: 240px 3;
	-webkit-columns: 240px 3; /* Safari and Chrome */
	-moz-columns: 240px 3; /* Firefox */
}
