.defaulttemplate {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 5px;
  background-color: #f7f7f7;
  display: inline-flex;
  width: 400px;
  margin: 10px;
}
.defaulttemplate table td {
vertical-align: top;
}
.datapreferences {
  display: none;
}