.rpost-window {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 1000000;
	align-items: center;
	justify-content: center;
	color: #222;
}

.rpost-show {
	display: flex;
}

.rpost-content {
	display: inline-block;
	padding: 1rem;
	width: 50%;
	background: #fff;
}

@media screen and (max-width: 600px) {
	.rpost-content {
		padding: 1rem;
		width: 100%;
	}
}

.rpost-content table {
	width: 100%;
}

.rpost-content table td {
	padding: .3rem;
	text-align: center;
}

.rpost-content table tr td:first-child {
	text-align: left;
}

.rpost-content h3 {
	display: block;
	width: 100%;
	text-align: center;
	font-weight: 700;
}

.rpost-content .header td {
	background: #555;
	color: #fff;
}

.rpost-delivery-type {
	border-bottom: 1px dashed #222;
}

.rpost-content .loading {
  display: block;
  width: 100%;
  text-align: center;
}

.rpost {
	list-style: none;
	padding: 0;
	margin-bottom: 10px;
}