@charset "UTF-8";

.listicon-square-box{
    position: relative;
    width: 80px;
    overflow: hidden;
    background: #4679BD;
}
.listicon-square-box:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.listicon-square-content{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
}
.listicon-square-content div {
   display: table;
   width: 100%;
   height: 100%;
}
.listicon-square-content span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-size:30px;
}