.target-item {
	margin: 2px 4px;
    border: solid #c1c1c1 1px
}

.target-item-header {
	padding: 8px;
	background: #b9e3ea;
	position: relative;
}

.target-item-body {
	padding: 8px;
}

.target-item-plan {
	padding: 8px;
}

.target-plan-execution {
	padding: 8px;
	
}

.target-buttons {
	margin: 2px 4px;	
}

.target-buttons .btn, 
.target-plan-execution .btn {
	min-width: 75px;
    margin: 0 4px 4px 0;
}

[name="target-plan-name"] + .combi-text {
	border: solid #c1c1c1 1px;
}

[name="trg-period-value"] {
	width: 35px;
	text-align: center;
	height: 20px;
	border: solid #c1c1c1 1px;
	margin: 2px 2px 0 0;
}

[name="trg-period-units"] {
	height: 20px;
	border: solid #c1c1c1 1px;
	margin: 2px 2px 0 0;
}

.hover-underlined:hover {
	text-decoration: underline;
}