.example.example3 .monthyear  {

 

 display: -webkit-inline-box; 

 padding-right:20px;

  /*justify-content: space-between;*/

}

.example.example3 .general  {

 

 display: -webkit-inline-box; 

 padding-right:20px;

  /*justify-content: space-between;*/

}



.example.example3 .field{

	

	border-radius:5px;

	border:1px solid #cfcfcf;

	padding: 12px 16px;

	margin:0 0 10px 0;

	width: 100%;

	margin-right: 9px;

	background:#fff;

	

}

.example.example3 .field.half-width {

  width: 100%;

}



.example.example3 .field.third-width {

  width: calc(100% - (5px / 3));

}





.example.example3 input, .example.example3 button {

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  outline: none;

 

}

.example.example3 button {

  display: block;

  height: 40px;

  background-color: #6ecf02;

  border-radius: 5px;

  font-weight: 600;

  text-transform: uppercase;

  cursor: pointer;

  padding:4px 18px;

  color:#fff;

  float:right;

  font-size: 1.2em;

  letter-spacing: 0.9px;

  

}

.wizard > .content > .body label{margin-bottom:0}

	



