@charset "UTF-8";
 div.a {
  display: inline; /* the default for span */
  width: 100px;
  height: 100px;
  padding: 5px;
  border: 1px solid blue;
  background: yellow;
}

.text-small {
 	font-family: sans-serif;
 	line-height: 1;
	font-size: .6em
}

.icon-pad {
  position: relative;
  /* Adjust these values accordingly */
  top: 5px;
}

.table {
    width:100%;
	border-spacing: 5px;
}
table, th, td {
    border: 3px solid black;
    border-collapse: collapse;
}
th, td {
    padding: 15px;
    text-align: center;
}