.border-table {
	border: 1px solid white;
	border-collapse: collapse;
	color: white;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}
table.yourmom{
	border: 0px solid black;
	border-spacing: 0px;
	border-collapse: separate;
	width: 100%;
	border-radius:2px;
	}
tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
	}
tr:hover {
	background-color: #373533;
	}
td {
	padding: 0px 10px;
	color: #dfdedc;
	background-clip: padding-box;
	border-radius: 0px;
	vertical-align: top;
	white-space: nowrap;
	border-bottom: 1px solid #272727;
	text-transform: capitalize;
}
td.lineright, th.lineright {
	border-right: 1px solid #272727;
	}
td.alignright, th.alignright {
	text-align: right;
	vertical-align: middle;
	padding: 0px;
	padding-right: 15px;
	}
th {
	text-align: left;
	padding: 10px 10px 3px 10px;
	color: #d2af8c;
	background-color: #504943;
	text-transform: uppercase;
	border-bottom: 1px solid #857a70;
	font-weight: 400;
	vertical-align: bottom;
	white-space: nowrap;
	outline: 0 !important;
	}
.even {
	background-color: #2a2a2a;
	}
.odd {
	background-color: #302f2e;
	}
.LargeButton {
	font-family: "Fira Sans", "fontello", "Roboto", "Tahoma", "Calibri", "Microsoft YaHei", sans-serif;
	display: inline-flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 0px 5px;
	padding: 25px;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	font-size: 16px;
	line-height: 20px;
	background: #d95d07;
	/* white-space: nowrap; */
	margin-right: 0px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 25%);
	border-radius: 2px;
	border:0px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
.LargeButton:hover {
	background-color: #ffaa46;
	color: #111315;
	}
.LargeButton:active {
	background-color: #ffaa46;
	color: #111315;
	}
.delete-button {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #ffffff00;
	color: #d95d07;
	border: none;
	border-radius: 2px;
	font-size: 22px;
	padding: 0;
	cursor: pointer;
	transition: background-color 0.1s;
	}
.delete-button:hover {
	background-color: #ffaa46;
	color: #111315 !important;
	}
.delete-button:focus {
	outline: none;
	}
.edit-button {
	display: inline-block;
	background-color: #ffffff00;
	color: #ff7c22;
	font-family: monospace;
	font-size: 13.6px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
	padding: 0px 10px 0px 10px;
	width: auto;
	height: auto;
	font-weight: 400;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-shadow: 0px;
	border: 0px;
	border-radius: 2px;
	margin-right: 2px;
	}
.edit-button:hover {
	color: #111315 !important;
	background-color: #ffaa46 !important;
	transition: background-color 0.4s;
	}
.edit-button:active {
	color: #111315 !important;
	background-color: #66adee !important;
	}
form {
	margin:0px;
	}
div {
	margin:0px;
	}
img.arrow {
	height:30px;
	width: 9px;
	}
/* Tooltip container */
.tooltip {
	position: relative;
	display: inline-block;
}
/* Tooltip text */
.tooltip .tooltiptext {
	visibility: hidden;
	position: absolute;
	z-index: 1;
	width: 140px;
	background-color: black;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	top: 0px;
	right: 150%;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
	visibility: visible;
}
.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent black;
	opacity: 1;
	}
a.messsage {
	color:#ff7c22;
	text-decoration:none;
}
a.message:hover {
	color:#ffaa46;
}
a.message:active {
	transform: translateY(1px);
}