/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#shipping_method > li {
    display: inline-flex;
	text-indent: 0 !important; 
}
#shipping_method .shipping_method {
    display: block;
    margin-top: 5px !important;
}
#shipping_method {
  margin: 2em 0 0.5em;
}