@charset "UTF-8";
table {
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
}
a{
    font-size: 15px;
}

.orbit-previous, .orbit-next {
    z-index: 1;
}


.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
    background-color: #f0c61c;
    color: #000000;
}

.button.primary:hover, .button.primary:focus {
    background-color: #7e670e;
    color: #fefefe;
}

a:hover, a:focus {
    color: #f0c61c;
}
