.wp24-dc form > div {
	display: flex;
	align-items: center;
}

.wp24-dc form div * {
	float: left;
}

.wp24-dc > br {
	clear: both;
}

.wp24-dc form input[type="text"] {
	margin: 0 10px 0 0;
}

.wp24-dc form select {
	margin: 0 10px 0 10px;
}

@media (min-width: 500px) {
	.wp24-dc .table {
		display: table;
	}

	.wp24-dc .table-row {
		display: table-row;
	}

	.wp24-dc .table-row br {
		display: none;
	}

	.wp24-dc .table-cell {
		display: table-cell;
		padding: 2px;
	}
}

@media (max-width: 500px) {
	.wp24-dc form > div {
		display: inline;
	}

	.wp24-dc form input,
	.wp24-dc form select {
		width: 100% !important;
		margin: 5px 0 !important;
	}

	.wp24-dc form span.dot {
		display: none;
	}

	.wp24-dc .table-row br {
		clear: both;
	}

	.wp24-dc .table-cell {
		float: left;
		padding: 0 5px;
	}
}

.whois-info pre {
	margin: 0;
	max-height: 500px;
	white-space: pre-wrap;
	overflow: scroll;
}