div.date_container{
                   height: 30px;

}				 
             
.date_input{height: 34px;
                  border: 0px;
				  width: 200px;
				  display: inline-grid;
				  grid-template-columns: 8fr 1fr;
				  
                 }				  
.date_label{width: auto;
            
			font-weight: 500;
			
}

label{font-weight: 500;
}

.date_input input{height: 34px;
				  border: 0px;
				  width: 200px;
				  font-size: 16px;
				  font-family: 'Roboto', sans-serif;
                  font-weight:500;
                  padding-left: 10px;
                  background-color: #a3b839;				  
}




/* mouse over link */
input.date_input:focus {
  outline: 0px !important;
}

/* selected link */
input.date_input:active {
  color: yellow;
}
