/**
 * Domains
 * =========================================== */
.domains {
	position: relative;
	margin:  0 -1px -15px;
	padding: 15px 0;
	background: #f1f1f1;
}
.domains > .entry-subheader {
	margin-bottom: 0;
}
.domains-list {
	background-color: #fff;
	border: 1px solid #e3e4e8;
	border-top: 0;
	margin-bottom: 15px;
}
.domains-list__header {
	font-size: 13px;
	font-weight: 500;
	padding: 5px 15px;
	border-bottom: 1px solid #e3e4e8;
}
.domains-list__header:before,
.domains-list__header:after {
	content: '';
	display: table;
	clear: both;
}
.domains-list__header > span {
	display: block;
	float: left;
	padding: 5px;
	text-align: center;
}
.domains-list__header > span:nth-child(1) {
	width: 433px;
	text-align: left;
}
.domains-list__header > span:nth-child(2) {
	width: 100px;
}
.domains-list__header > span:nth-child(3) {
	width: 100px;
}
.domain-item {
	font-size: 14px;
	padding: 5px 15px;
}
.domain-item + .domain-item {
	border-top: 1px solid #e3e4e8;
}
.domain-item:before,
.domain-item:after {
	content: '';
	display: table;
	clear: both;
}
.domain-item:hover {
	background-color: #f1f1f1;
}
.domain-item > span {
	padding: 5px;
	display: block;
	float: left;
	text-align: center;
}
.domain-item > span:nth-child(1) {
	font-weight: bold;
	width: 433px;
	text-align: left;
}
.domain-item > span:nth-child(2) {
	width: 100px;
}
.domain-item > span:nth-child(3) {
	width: 100px;
}
.domain-item__link > a:hover {
	color: #00b9eb;
	text-decoration: none;
}
.domain-item__date {
	font-size: 13px;
}
.domain-item .domain-item__actions {
	position: relative;
	padding: 0 0 0 5px;
}
.domain-item__actions .utp-item__actions {
	position: relative;
	right: auto;
	top: auto;
	margin-top: 0;
}
.domains-register {
	padding: 15px 20px;
	background-color: #fff;
	border: 1px solid #e3e4e8;
	border-top: 0;
}
.domains-register__form .btn {
	border: 1px solid #0073aa;
}
.domains-register__form .form-group {
	margin-bottom: 0;
	margin-top: 10px;
}