div.bg {
	width: 100%;
	background-color: #f7f7f7;
}

div.content {
	max-width: 970px;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
}

div.head {
	max-width: 602px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
}

div.banner {
	max-width: 616px;
	padding: 0 8px;
}

div.number {
	padding: 2px;
}

.center {
	display: flex;
	justify-content: center;
	align-items: center;
}

#rcorners {
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0px 0px 10px 1px rgba(191, 191, 191, 1);
	width: 100%;
}

img.hidden {
	display: none;
}

#Date {
	margin-top: 10px;
}

#result {
	margin-top: 8px;
}

h1, h2 {
	font-size: 16px;
	font-weight: normal;
}

.btn_app {
	background-image: linear-gradient(#42a1ec, #0070c9);
	border: 1px solid #07c;
	border-radius: 4px;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	direction: ltr;
	display: block;
	font-family: "SF Pro Text", "SF Pro Icons", "AOS Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: -.022em;
	line-height: 1.47059;
	min-width: 30px;
	overflow: visible;
	padding: 4px 15px;
	text-align: center;
	vertical-align: baseline;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	white-space: nowrap;
}

.btn_app:disabled {
	cursor: default;
	opacity: .3;
}

.btn_app:hover {
	background-image: linear-gradient(#51a9ee, #147bcd);
	border-color: #1482d0;
	text-decoration: none;
}

.btn_app:active {
	background-image: linear-gradient(#3d94d9, #0067b9);
	border-color: #006dbc;
	outline: none;
}

.btn_app:focus {
	box-shadow: rgba(131, 192, 253, .5) 0 0 0 3px;
	outline: none;
}

.copy_button {
	background-image: linear-gradient(#f7f8fa, #e7e9ec);
	border-color: #adb1b8 #a2a6ac #8d9096;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
	box-shadow: rgba(255, 255, 255, .6) 0 1px 0 inset;
	box-sizing: border-box;
	color: #0f1111;
	cursor: pointer;
	display: inline-block;
	font-family: "Amazon Ember", Arial, sans-serif;
	font-size: 14px;
	font-size: 13px;
	height: 25px;
	outline: 0;
	overflow: hidden;
	padding: 0 11px;
	text-align: center;
	text-decoration: none;
	text-overflow: ellipsis;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	white-space: nowrap;
}

.copy_button:active {
	border-bottom-color: #a2a6ac;
}

.copy_button:active:hover {
	border-bottom-color: #a2a6ac;
}

.copy_button:hover {
	border-color: #a2a6ac #979aa1 #82858a;
}

img.logo {
	height: auto;
	width: auto;
	max-width: 130px;
	max-height: 75px;
}

#company {
	margin-top: 5px;
	margin-bottom: 15px;
}

input[type=submit] {
	background-color: #060;
	color: white;
	width: 200px;
	text-align: center;
	padding: 7px 20px;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	margin-top: 15px;
}

input[type=submit]:hover {
	background-color: #008000;
}

.orderby {
	padding: 4px;
	width: 175px;
	border: 1px solid #ccc;
	border-radius: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #555;
	margin-top: 0px;
	margin-bottom: 0px;
}

.wb {
	word-break: break-all;
}

.col-1 {
	float: right;
	width: 250px;
}

.col_01 {
	float: right;
	width: 20%;
	text-align: right;
}

.col_02 {
	float: left;
	width: 80%;
	word-break: break-all;
}

.col_03 {
	float: right;
	width: 100%;
	text-align: right;
}

@media screen and (max-width: 500px) {
	.col-1, input[type=submit] {
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.col_01, .col_02, .col_03 {
		width: 100%;
		text-align: left;
		margin-bottom: 5px;
		box-sizing: border-box;
	}
}

body {
	margin: 0;
	font-family: Arial;
}

.header {
	text-align: center;
	padding: 32px;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 4px;
}

.column {
	-ms-flex: 25%;
	flex: 25%;
	max-width: 25%;
	padding: 0 4px;
}

.column img {
	margin-top: 8px;
	vertical-align: middle;
}

@media screen and (max-width: 500px) {
	.column {
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
	}
}

.pagination {
	display: flex;
	justify-content: center;
	margin-top: 15px;
	flex-wrap: wrap;
}

.pagination a, .pagination span {
	margin: 2px;
	padding: 8px 16px;
	border: 1px solid #007bff;
	background-color: #fff;
	color: #007bff;
	text-decoration: none;
	cursor: pointer;
}

.pagination span {
	background-color: #007bff;
	color: white;
	cursor: default;
}

@media (max-width: 600px) {
	.pagination a, .pagination span {
		padding: 5px 10px;
		font-size: 14px;
	}
}