/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

#assm_address{
display:flex;
flex-wrap:wrap;
}
#assm_address div{
}
#assm_address > div:nth-child(1){
width:70%;
}
#assm_address > div:nth-child(2){
width:30%;
padding-left:1em;
}
#assm_address > div:nth-child(3){
width:30%;
}
#assm_address > div:nth-child(4){
width:70%;
padding-left:1em;
}
#assm_address input{
  display:block;
width:100%;
}