body {
  background-color: #f0f0f0;
  padding: 0;
}

p {
  color: black;
  text-align: center;
}

input[type=text] {
  width: 100%;
  font-family: "Verdana", Verdana, sans-serif;
  font-size: 0.9em;
}

.column {
  float: left;
  padding: 3px;
}


.rdp-div-top{position: fixed; top: 0px; left: 2px; width: 100%; height:36px; background-color: #007399; color: white;}
.rdp-div-left{position: fixed; top: 38px; left: 2px; width: 240px; height: 600px; background-color: #ffdab3;
    font-family: "Verdana", Verdana, sans-serif;
    font-size: 0.9em;
}
.rdp-div-scroll{margin-left: 244px;  margin-top: 38px; margin-right: 2px; background-color: white;}

.rdp-font1{font-size:20px; font-family: "Oswald", "Lucida Console", Sans-serif}
.rdp-font2{font-family: "Source Code Pro", "Lucida Console", Sans-serif}

.rdp-wide{letter-spacing:4px}
.rdp-right{float:right!important}
.rdp-hide-small{display:none!important}

.input_6{padding: 6px 6px 6px 6px;}
.input_3{padding: 3px 3px 3px 3px;}

#cgm_name {
  width:80px;	  
  font-size:30px; 
  font-family: "Baloo Chettan", "Lucida Console", Sans-serif;
}
             
#cgm_icon {
  width:32px;	
  height:32px;
}

#btnSubmit1 {
  position: absolute; bottom: 4px; left: 10px; width: 220px; 
  background-color: white; 
  border: 2px solid #008CBA;
  border-radius: 6px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: black;
  text-decoration: none;
  font-family: "Verdana", Verdana, sans-serif; 
  font-size: 1.1em;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;  
  cursor: pointer;
}

#btnSubmit1:hover {
  background-color: #008CBA;
  color: white;
}







