ul.quick-actions {
    padding: 10px;
    margin: 0;
    text-align: center; 
}

ul.quick-actions li {
    padding: 10px;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    transition: All 0.5s ease;
    border: 1px solid #e6e6e6 !important;
    background-color: #fafafa !important;
    margin: 3px;
    width: 30%;
    text-align: center !important;
    display: inline-block !important; 
}

ul.quick-actions li:hover {
    background: white;
    cursor: pointer; 
}

ul.quick-actions li a {
    padding: 0 !important;
    text-decoration: none; 
}

ul.quick-actions li a:hover {
    background: transparent; 
}

ul.quick-actions li a i {
    font-size: 14px !important;
    padding-bottom: 5px;
    margin: 0 !important; 
}

ul.quick-actions li p {
    margin: 0;
    padding: 0;
    color: #4d4d4d;
    line-height: 14px;
    font-size: 12px;
    font-weight: 600; 
}

ul.quick-actions li.plain {
    padding: 0 10px;
    border: 0 !important;
    width: 100%;
    font-weight: 600;
    display: block;
    font-size: 14px;
    color: #333333;
    background-color: transparent !important; 
}

ul.quick-actions li:first-child {
    padding: 10px 5px; 
}

ul.quick-actions li:hover {
    background-color: #8c8c8c; 
}

