.rotate{transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)}.circle{width:40px;height:40px;border-radius:30px;line-height:40px;text-align:center;background:#000;color:#fff;margin:0 auto}div.riskMatrix{width:100%;float:left}div.riskMatrix table{height:100%;width:100%}div.riskMatrix table tr:last-of-type td{text-align:center;padding:10px;font-size:1.2em;font-weight:700}div.riskMatrix table tr td{height:5vh;width:20vw;text-align:center;font-size:1.2em;font-weight:700;border:1px solid rgba(0,0,0,.2)}div.riskMatrix table tr td:first-of-type{width:30px;height:30px;margin-top:10px;font-size:1.2em;font-weight:700;text-align:right;padding:20px}div.riskMatrix table tr td.green{background-color:#44c14a;cursor:pointer}div.riskMatrix table tr td.orange{background-color:orange;cursor:pointer}div.riskMatrix table tr td.yellow{background-color:#ff0;cursor:pointer}div.riskMatrix table tr td.red{background-color:#bb413e;cursor:pointer}.error i{color:#c00}.table-hover tr td{cursor:pointer}