
.demo-container {
    box-sizing: border-box;
    width: 100%;
    height: 350px; display: block; margin-bottom: 10px;
}

.demo-placeholder {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.2em;
}

.legend table {
    border-spacing: 5px;
}
.pieLabel {
    border: 1px solid #CAC9C9;
    border-radius: 4px; 
    padding: 1px 1px;
}

.dataTable ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.avatar {
  display: block;
  height: 220px;
  width: 220px;
  border: 3px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  cursor: pointer;
  overflow: hidden;
}
.avatar.small {
    width: 33px;
    height: 30px;
}
.avatar.medium {
    width: 66px;
    height: 60px;
}
.avatar img {
  width: 100%;
  margin-left: auto; 
  margin-right: auto; 
  display: block !important;
}