html, body {
	margin: 0;
	padding: 0;
  	height: 100%;
  	width: 100%;
}
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;

  overflow: hidden;
}


.material-icons {
    color: #ffffff !important;
}

.android-drawer {
  border-right: none;
}

  .android-drawer-separator {
    height: 1px;
    background-color: #dcdcdc;
    margin: 4px 0;
  }

  .android-drawer .mdl-navigation__link.mdl-navigation__link {
    font-size: 14px;
    color: #757575;
  }

  .android-drawer span.mdl-navigation__link.mdl-navigation__link {
    color: #03a9f4;
  }
.mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
    padding: 12px 24px;
 }
 .mdl-layout__drawer {
    width: 200px;
}
.mdl-navigation__header {
	width: 100%;
	height: 50px;
	background-color: #03a9f4;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
	font-size: bold;
	margin: auto;
}
.mdl-layout__header {
  height: 50px;
  min-height: 50px;
}
.mdl-layout__drawer .mdl-navigation {
	padding-top: 0px;
}

.mdl-navigation__link {
    line-height: 12px;
    font-weight: 600;
}
.android-navigation .mdl-navigation__link:hover {
      border-bottom: 8px solid #ffffff;
    }
.mdl-layout__drawer-button {
  margin: 0px;
}
.mdl-layout__header-row {
  height: 50px;
}
.mdl-layout__header-row .mdl-navigation__link {
  height: 50px;
  line-height: 50px;
}

.demo-card-image.mdl-card {
  width: 256px;
  height: 256px;

}
.demo-card-image > .mdl-card__actions {
  height: 52px;
  padding: 16px;
  background: rgba(0, 0, 0, 0.2);
}
.demo-card-image__filename {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.artist {
  width: 100%;
  height: auto;
  background: #fff;
}
.artistdetail {
  position: relative;
  width: 800px;
  height: auto;
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 100px;

}