.solo-code {
	margin-top: 7px;
}
.solo-art {
	margin-top: 15px;
}
table td input.border-red {
    border: 2px solid #ff0303 !important;
}
table tbody tr.not-active-row {
    opacity: 0.4;
}
/*tr.link {
	cursor: pointer;
}*/
tr.link:hover {
	cursor: pointer;
    border: 2px solid blue;
}