.intranet-user-no-certificates {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: rgb(133, 140, 150);
	font-family: var(--ui-font-family-secondary,var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-light,300);
	font-size: 20px;
}

.intranet-user-cert {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.intranet-user-cert-buttons {
	visibility: hidden;
}

.intranet-user-cert:hover .intranet-user-cert-buttons {
	visibility: visible;
}