/** * @author Usman Naeem */ .profile_container { box-sizing:border-box; display: inline-block; width: 100%; padding: 0px 25px; } .profile_header_div { box-sizing:border-box; background-color: #0963a9; color: #fff; font-size: 12px; font-weight: normal; padding: 7px 18px; margin: 8px 0 8px 0; width: 100%; box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.2); } .profile_header_title { display: inline-block; color: #fff; font-size: 11px; text-align: left; }