.uic-dashboard {
	position: relative;
  align-items:stretch;
/*   background-color:#ccc; */
  overflow:auto;
}

.uic-dashboard > div {

}

.uic-dashboards {
  justify-content:space-between;
  align-items:stretch;
  padding:8px;
  align-content:stretch;
  background-color: #f6f6f6;
  box-shadow:0 2px 2px rgba(0, 0, 0, 0.2);
}

.uic-dashboards > div {
  display:flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items:center;
  background-color:#fff;
  padding:8px 4px;
  border:8px solid #f6f6f6;
}


.uic-dashboards > div > div {
  color: black;
  font-size:4.4vw;
}
.uic-dashboards > div > div img {
  height:4.4vw;
}

.uic-dashboards.uic-textboards > div > div:first-child {
  font-size:1.2vw;
  padding:24px 0;
}
