
.confirmDiv
{
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	padding-top: 150px;
}

.confirmDiv a
{
	text-decoration: none;
	color: blue;
}

.orderHistoryLogCell
{
	font-size: 9px;
}

.ohlTableTR:hover
{
	cursor: pointer;
	background-color: rgba(0, 0, 0, .05);
	animation: RowGlow 1s infinite alternate;
}

@keyframes RowGlow
{
	from
	{
		box-shadow: 0 0 1px -1px rgba(0, 0, 0, .05);
	}

	to
	{
		box-shadow: 0 0 1px 1px rgba(0, 0, 0, .15);
	}
}

.ohDivBlank
{
	font-size: 1.5em;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

.ohdTableB
{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid black;
}

.ohdTableB td
{
	padding: 4px 5px;
}

.ohTableList td {
	padding: 5px 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}