html, body
{
	margin: 0;
	padding: 0;
}
#input-div,
#input-div *
{
	font-size: 10px;
}
textarea
{
	width: 100%;
	height: 80px;
	min-height: 80px;
	max-height: 80px;
	border: 1px solid lightgray;
}
#bs-opt-select
{
	max-width: 80px;
}
#list-title-div
{
	padding: 5px 10px;
}
#table-div table
{
	font-size: 12px;
}
#table-div table th,
#table-div table td
{
	padding: 3px;
}
#table-div thead th
{
	white-space: nowrap;
}
.sell-tr td
{
	background-color: rgba(50,50,50,0.1);
}
.buy-tr td
{
	background-color: rgba(150,50,50,0.1);
}
#login-table th
{
	border: none;
	white-space: nowrap;
	vertical-align: middle;
	text-align: right;
	padding: 2px;
}
#login-msg-div
{
	font-size: 70%;
	font-style: italic;
}
.login-msg-green
{
	color: green;
}
.login-msg-red
{
	color: red;
}

