.user-profile .breadcrumb{
  background:#f7f8fa;
  margin-top:22px
}

.user-profile .breadcrumb>li+li:before{
  display:inline-block;
  width:20px;
  height:1px;
  background-color:#e1e4e9;
  content:"";
  padding:0;
  margin:0 7px 2px
}

.user-profile .breadcrumb li{
  color:#032f5d;
  font-family:"Crimson Text",serif;
  font-style:italic;
  font-weight:600;
  font-size:15px
}

.user-profile .breadcrumb li a{
  color:rgba(3,47,93,0.5);
  font-weight:600;
  font-size:15px
}

.expanded-row td:first-of-type{
  padding: 0px;
  border-top: 0px none #FFF;
}

.table-hover > tbody > .expandable-row:hover {
  background-color: #032f5d;
  color: white;
  cursor:zoom-in;
}
