/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.btn.btn-primary.ico-btn {
    background: #004494;
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.0333em;
    line-height: 1.25;
    margin: 0;
    opacity: 1;
    padding: 1.1em 1.44em;
    font-size: 1.7rem
}

.btn.btn-primary.ico-btn[disabled='true'] {
    background: grey;
}

.table-statuaries th {
    background-color: white;
    border: none;
}

.table-statuaries td {
    background-color: white;
    border: none;
}

.unclickable > a:hover {
    cursor: default;
}