#transplant .form-group {
    margin-bottom: 5px;
}

#transplant .modal-body {
    padding-top: 5px;
}

#transplant .select2-container--default .select2-selection--single , #transplant .select2-selection .select2-selection--single {
	
	padding: 3px 6px;
	height: 25px;
}

#transplant .form-control {
	
	font-size: 12px;
    height: 25px;
    padding: 3px 6px;
}

#transplant label {

    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 11px; 

  }
  
  #transplant h5 {
  
    font-weight: 600;
    font-size: 13px;
    text-decoration: underline;
    margin-bottom: 5px;
    margin-top: 5px;
  
  }


