/*!
 * WebEngine CMS - OVERRIDE VIP
 */
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: none !important;
}

a:focus, a:hover { text-decoration: none !important; }

/* VIP BUTTONS */
.btn-primary {
    color: #d4af37;
    background-color: rgba(20, 20, 20, 0.8);
    border: 1px solid #d4af37;
    font-family: 'Cinzel', serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    transition: all .3s ease;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    color: #0b0c10 !important;
    background-color: #d4af37 !important;
    border-color: #d4af37 !important;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.6);
    transform: translateY(-2px);
}

.nopadding { padding: 0 !important; margin: 0 !important; }
.vcenter { display: inline-block; vertical-align: middle; float: none; }

.thumbnail {
    background-color: rgba(20, 20, 25, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #d4af37;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.3);
}