

/*
    background: blue;
    top: 50%;
    right: 0;
    display: flex;
    position: fixed;
    z-index: 10000 !important;
*/

.gdv_color
{
	color: rgb(149, 38, 71);
}

.fdRow
{
	flex-direction: row;
}

.fdCol
{
	flex-direction: column;
}


.headSize 
{
    font-size: 20pt;
}


.headSize1
{
    font-size: 28pt;
}


.centralMargin
{
	margin-bottom: 1%;
}


.centralMargin2
{
	margin-bottom: 3%;
}


.centralMargin3
{
	margin-bottom: 8%;
}