.action-tools {
    text-align: center;
    vertical-align: top;
    margin: 0;
    display: inline-block;
    min-width: 7em !important
}
.action-tools li button {
    padding: 1em 0em !important;
}
.action-tools li .btn-dark-gray {
    background: #ff0000;
    margin: 0px !important;
    width: 10em;
    font-size: 1em;
    text-align: center !important;
    left: 0px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.action-tools li .btn.preview {
    width: 15em !important;
    margin: 0em !important;
    font-size: 1em !important;
    text-align: center !important;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
