.largeIcons .grids{
  float:left;
  text-align: center;
}

.largeIcons .grids span{
  font-size:50px
}

.smallIcons .grids{
  float:left;
}

.gridSelector {
  cursor: pointer;
}

.largeIcons .grids .glyphName {
  font-size:12px
}

.addModal{
  background-color:#DDD;
  opacity:.5;
  width:400px;
  height:540px;
  border:1px solid black;
  margin-left:auto;
  margin-right:auto;
  top:50px;
  text-align:center;
  padding:13px;
}

.clickable{
  cursor: pointer;
}

.table-glyph{
  font-size:14px;
  transition: 2s;
}

.table-glyph:hover{
  font-size:64px;
}

.loading{
  font-size:40px;
}