/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 5, 2016, 3:56:29 PM
    Author     : rastko
*/
.act-idcard-label-cell-1 {
	width: 25%;
}

.act-idcard-value-cell-1 {
	width: 75%;
	border: solid 1px;
}
.act-idcard-value-cell-1 p {
	margin: 10px;
	/*max-height: 200px;*/
	max-height: none !important;
	overflow-y: visible;
}

.act-idcard-label-cell-2 {
	width: 25%;
}
.act-idcard-value-cell-2 {
	width: 25%;
	border: solid 1px;
}
.act-idcard-value-cell-2 p {
	margin: 10px;
	max-height: 200px;
	overflow-y: auto;
}
.idcard-link {
	cursor: pointer;
	color: #006400;
}
