textarea {
	resize: none;
	width: 350px;
	height: 200px;
}

#console {
	padding: 10px;
	background: black;
	width: 800px;
	height: 450px;
	overflow-y: auto;
	overflow-x: auto;
}

#menu {
	width: 800px;
}

.selected {
	opacity: 1.0 !important;
}

.div-button {
	cursor: pointer;
	opacity: 0.65;
	background: blue;
	width: 50%;
	height: 30px;
	float: left;
}

#lookup-dmarc {
	color: white;
}

#cursor {
	width: 5px;
	height: 10px;
	background: green;
}

.console-domain {
	color: blue;
}

.console-dmark {
	color: yellow;
}

.error {
	color: red;
}

.ok {
	color: white;
}

.row-console-element>span {
	margin-right: 5px;
}