
.explanation {
	width:100%;
	text-align:center;
}

.company-card {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
}

.company-name {
  font-weight: bold;
  color: #007bff;
  margin-bottom: 0.25em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.business-contents {
  word-break: break-word;
  white-space: normal;
}

.top_message{
	margin:50px;
	font-size:15pt;
	color:gray;
}