.passport-field{
  background:#f9f9f9;
  border:1px solid #ccc;
  width:200px;
  height:220px;
  border-radius:3px;
  margin:10px auto;
}
.tab-header{
  margin-top:15px;
  font-family: 'Source Sans Pro',sans-serif;
}
.mt{
  margin-top:50px;
}
.lead-title{
  padding-top:20px;
}
.profile-content{
  background:#f8f8f8;
}
.profile-content .tab-pane{
  background:#fff;
  border-left:1px solid #f8f8f8;
  border-right:1px solid #f8f8f8;
}
#change-token-modal .modal-header{
  background:#5cb85c;
}
#change-token-modal .modal-header .modal-title{
  color:#fefefe;
}
.btn-prof{
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.highlight-name{
  color:#5cb85c;
  font-weight: 400;
}
.top-band{
  background:#20291f;
  padding:10px;
  color:#fff;
}
.profile-info-sheet{
  margin:0;
}
