.lp-table .action > span {
    display: inline !important;
}

.custom-lp-action-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
}

.custom-lp-action-container a {
    /*height: 1.5rem;*/
    /*-webkit-transition: -webkit-transform 0.2s ease-out;*/
    /*transition: -webkit-transform 0.2s ease-out;*/
    /*transition: transform 0.2s ease-out;*/
    /*transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 0;
    width: 1.5rem;
    height: 1.5rem;
    overflow: hidden;
    text-indent: -9999px;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.custom-lp-action-container a:hover {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.custom-lp-action-container .start {
    background-image: url(../img/start.png) !important;
}

.custom-lp-action-container .restart {
    background-image: url(../img/restart.png) !important;
}

.custom-lp-action-container .review {
    background-image: url(../img/review.png) !important;
}
