.container {
    max-width: 1200px;
}
h1 {
	font-size: 16px;
}
.btn {
	max-width: 100%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ruby {
	display: inline-table;
	margin: 10px 0 0;
	padding: 0;
	border: none;
	white-space: nowrap;
	text-indent: 0;
	vertical-align: text-bottom;
}
rb {
	display: table-row;
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	text-align: center;
}
rt {
	display: table-header-group;
	margin: 0;
	padding: 0;
	border: none;
	font: inherit;
	line-height: 100%;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size:14px;
}
rp {
	display: none;
}
rt.hide {
	visibility: hidden;
}
