html, body{
  width: 100%;
  height: 100%;
  background-color: rgba(247, 247, 247, 0.98);
}

md-card md-card-header {
    background: #1565C0;
}

#inner-container .md-chip {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    background: rgb(21, 101, 192);    
    color: #fff;
    font-family: sans-serif;
}

md-card-header-text > .md-title {
  color: #fff;
}

md-card-header-text > .md-subhead {
  color: rgba(255, 255, 255, 0.71) !important;
}

.profile-container #inner-container {
  position: relative;
  min-width: 900px;
  max-width: 900px;
  margin-top: 15px;
  background:#e1e1e1;
}

#inner-container .head-content {
  width: 100%;
  margin: 0px;
}

.main {
  margin: auto;
  text-align: center;
  width: 500px;
}
