.tsunami {
	height: auto;
	border-collapse: separate;
	border-spacing: 10px 3px;
	border: 1px solid #007BCD;
	border-radius: 5px;
	background-color: #fff;
	margin: 3px 1%;
	padding: 0 10px;
}
.header {
	border-bottom: solid 1px;
	margin: 10px 0;
}
.header-title {
	font-weight: bold;
	font-size: 2em;
}
.header-update {
	font-weight: normal;
	font-size: 0.8em;
}
.title {
	vertical-align: middle;
	font-weight: bold;
	margin-top:16px;
	margin-bottom: 4px;
}
.sub-title {
	vertical-align: middle;
	margin-bottom: 0;
}
.pl-1em {
	padding-left: 1em;
}
.mb-0 {
	margin-top:16px;
	margin-bottom: 0;
}

table {
	border-collapse: collapse;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	max-width:500px;
}
table tr {
	background-color: #fff;
}
table tbody tr:hover{
	background-color: #fffae9;
}
table tbody th {
	padding-left: 1em;
	text-align: left;
	font-weight: normal;
}
.txt{
	text-align: left;
	font-size: .8em;
}
.val{
	text-align: right;
	font-size: .8em;
}