﻿.riskMatrixClosed{
	position: fixed; 
	left: 50%; 
	top: 50%; 
	width: 0%; 
	background: #fff; 
	height: 0%; 
}

.riskMatrixOpen{
	position: fixed; 
	left: 5%; 
	top: 26%; 
	width: 90%; 
	background: #fff; 
	height: 71%; 
}

.riskMatrixProduct{
	background: #eee;
	cursor: pointer;
}

.questionaireQuestion
{
	font-size: 12pt;
}