html *
{
   font-family: 'Open Sans', sans-serif;
}
tt {
	font-family: Courier New;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.download button {
	font-weight: bold;
	cursor: pointer;
}
.download:hover {
	text-decoration: none;
}
.download button span {
	background-image: url(icon/download.svg);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 13px 13px;
	padding-left: 17px;
}
.num {
	color: red;
	font-weight: bold;
}
.small {
	font-size: 80%;
}
p {
	text-align: justify;
}
figure {
	text-align: center;
}
.green {
	color: green;
	text-align: right;
}
.orange {
	color: orange;
	text-align: right;
}
.red {
	color: red;
	text-align: right;
}
kbd {
    background-color: #eee;
    border-radius: 3px;
    border: 1px solid #b4b4b4;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 2px 0 0 rgba(255, 255, 255, .7) inset;
    color: #333;
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    padding: 2px 4px;
    white-space: nowrap;
}

.widget {
	background-color: #eeeeee;
	border: 1px solid #eeeeee;
    font-family: "Segoe UI", sans-serif;
	display: inline-block;
	white-space: nowrap;
	font-size: 13px;
	padding: 0px 6px;
	margin: 1px 0px;
}

.label {
	background-color: #eeeeee;
	border: 1px solid #eeeeee;
    font-family: "Segoe UI", sans-serif;
	display: inline-block;
	white-space: nowrap;
	font-size: 13px;
	padding: 0px 2px;
	margin: 1px 0px;
}

.bold {
	font-weight: bold;
}

.cell {
	padding: 0px 5px 0px 5px;
}

h2 {
	width: 100%;
	background-color: #aaaaaa;
	font-size: 22px;
	font-weight: bold;
	padding: 1px 0px 0px 3px;
}

h3 {
	width: 100%;
	background-color: #cccccc;
	font-size: 20px;
	font-weight: bold;
	padding: 1px 0px 0px 3px;
}

h4 {
	width: 100%;
	background-color: #eeeeee;
	font-size: 18px;
	font-weight: bold;
	padding: 1px 0px 0px 3px;
}

details {
	margin-top: 10px;
}

summary {
	cursor: pointer;
	width: 100%;
	background-color: #cccccc;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 0px 0px 3px;
}

summary.sub {
	cursor: pointer;
	width: 100%;
	background-color: #eeeeee;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 0px 3px;
}

summary.sub2 {
	cursor: pointer;
	width: 100%;
	background-color: #f6f6f6;
	font-size: 16px;
	font-weight: normal;
	padding: 0px 0px 0px 3px;
}

audio {
	margin: 10px 10px 10px 10px;
}

h5 {
	width: 100%;
	background-color: #f7f7f7;
	font-size: 16px;
	font-weight: bold;
	padding: 1px 0px 0px 3px;
}

a[target=_blank] {
	background-image: url(external.svg);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 13px;
}

.dialog {
	border: solid #444444 1px;
}

.inline-block {
	display: inline-block;
}
