 /* Set black background color, white text and some padding */
    footer {
      background-color: #999999;
      color: white;
      padding: 15px;
    }
    .sidenav {
      padding-top: 20px;
      background-color: #222;
      height: 100%;
    }
    /* On small screens, set height to 'auto' for sidenav and grid */
    @media screen and (max-width: 767px) {
      .sidenav {
        height: auto;
        padding: 5px; 
      }
      .row.content {height:auto;} 
    }
	

	.hline { width:100%; height:1px; background: #9ea3b5 }
	
	
	
	.formHeadTxtMain { font-size: 20px; color:#eb5359; font-weight:bold; text-align: center;	
	}	
	.formHeadTxt { font-size: 16px; color:#5061a2; font-weight:bold;	
	}