.fa-5x {font-size: 5em;}
.fa-4x {font-size: 4em;}
.fa-3x {font-size: 3em !important;}
.fa-2x {font-size: 2em !important;}
.note-editor.note-frame .note-editing-area .note-editable
{
	height: 200px;
}

.m-widget5 .m-widget5__item .m-widget5__stats1 {
    display: table-cell;
    text-align: center;
     font-size: 13px;
    width: 7.1rem;
    padding-top: 1.07rem;
    vertical-align: top;
}

.m-blockui
{
	margin: 0 auto;
}
img
{
	width: 100%;
}
.vh-center
{
	display:flex;
	justify-content:center;
	align-items:center;
}
#proposalSolution
{
	border-radius:6px;
}

#proposalSolution th {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: Gray;
    color: white;
}
#proposalSolution td, #proposalSolution th {
    border: 1px solid #ddd;
    padding: 6px;
}

#memberRoles
{
    border-radius:6px;
}

#memberRoles th {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: Gray;
    color: white;
}
#memberRoles td, #memberRoles th {
    border: 1px solid #ddd;
    padding: 6px;
}