#intl-profile {
  font-family: arial,sans-serif;
  width: 100%;
}

#intl-profile #sidebar {
  float: left;
  width: 26%;
  min-width: 280px;
  padding-right: 2%;
}

#intl-profile #main {
  float: left;
  width: 72%;
}

#intl-profile-main-header {
  padding-bottom: 2em;
}

#intl-profile .header .sidebar {
	float: left;
	margin-right: 16px;
}

#intl-profile .header .picture {  
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  /* border:1px solid #CCCCCC; */
}

#intl-profile .header .picture img {
  max-width:100%;
  min-width:100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#intl-profile .header .main {
  padding-top: 6px;
  height: 150px;
  overflow: hidden;
}

#intl-profile .header h1 {
  font-size: 3em;
  font-weight: bold;
  color: #333333;
  height: 0.75em;
  margin-top: 0;
  margin-bottom: 0;
}

#intl-profile .header h2 {
  font-size: 1.5em;
  font-weight: bold;
  color: #888888;
}

#intl-profile .header .subtitle {
  padding-left: 0;
}

#intl-profile .header .content {
  
}

#intl-profile .header .social-profile-links {
  padding-top: 4px;
}

#intl-profile .header .social-profile-link {
  float: left;
  padding-right: 4px;
}

#intl-profile .header .bio {
  clear: left;
  font-size: 1.2em;
  color: #333;
  padding-top: 10px;
  width: 60%;
  min-width: 480px;
  font-style:italic;
}

#intl-profile .summary {
  padding-top: 10px;
}

#intl-profile .summary-item {
  float: left;  
  margin-right: 10px;
  min-width: 100px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
}

#intl-profile .summary-item .summary-item-box {
  text-align: right;
  margin-left: auto;
  margin-right: auto;
}


#intl-profile .summary-item .value {
  font-size: 3.5em;
  padding-top: 0.5em;
  padding-bottom: 0.25em;
  font-weight: bold;
}

#intl-profile .summary-item .title {
  font-size: 1em;
  color: #888888;
  font-weight: normal;
}

#intl-profile .profile-body {
  padding-top: 16px;
}

.google-map {
  width: 100%;
  height: 200px;
}

.google-map .map-canvas {
  width: 100%;
  height: 100%;
}

#intl-profile .profile-block {
  clear: left;
  float: left;
  width: 100%;
  margin-top: 1.2em;
  margin-bottom: 0;
}

#intl-profile .profile-block .no-margin {
  margin: 0;
  padding: 0;
}

#intl-profile .profile-block .no-margin table.widefat {
  border: none;
}



#intl-profile h3  {
  padding: 2px 0 2px 6px;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.4em;
  background-color: #555555;
  color: #FFFFFF;
  font-size: 1.1em;
  font-weight: bold;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
}

#intl-profile h4  {
  border-color: #ccc;
  text-shadow: #fff 0 1px 0;
  font-size: 11px;
  text-align: left;
  font-weight: normal;
  color: #666;
  background: #eee;
  padding: 5px;
}

#intl-profile h3.field-label {
    background-color: inherit;
    color: inherit;
}

#intl-profile #main .item {
  clear: left;	
  line-height: 200%;
}

#intl-profile #main dt {
  float: left;
  width: 25%;
  min-width: 120px;
  font-weight: bold;
}

#intl-profile #main dd{
  float: left;
}

#intl-profile #sidebar {
  clear: left;  
}

#intl-profile #sidebar .item {
  clear: left;  
  line-height: 200%;
}

#intl-profile #sidebar dt {
  float: left;
  width: 30%;
  min-width: 60px;
  font-weight: bold;
}

#intl-profile #sidebar dd {
  float: left;
}




#intl-profile #intl-profile-body {
  clear: left;
  padding-top: 16px;
}


 
 
 
 