.certificate_thumbprint {
	display: none;
}

.certificate_subject {
	font-size: 11pt;
}

.certificate_td {
	padding: 5px;
}

#certificates {
	display:	none;
}

#certificatesListTable {
	border:			1px solid #A2ADB8;
	border-spacing:	0px;
	width:			100%;
}

#selected_certificate {
	background:	rgb(53, 96, 192);
	color:		white;
}

#selected_certificate table {
	background:	rgb(53, 96, 192);
	color:		white;
}
#selected_certificate table td{
	color:		white !important;
}

#certificatesButtonsContainer {
	padding-top:	5px;
	padding-bottom: 5px;
	text-align:		right;
	width:			100%;
}

#certificatesButtonsContainer input {
	margin-right: 5px;
}