.ui.menu:not(.vertical) .item > .button {
    position: relative;
    top: -0.05em;
    font-size: 0.875em;
    box-shadow: none;
    padding: 14px;
    margin: -16px;
    background: none repeat scroll 0px center transparent;
}


.ui.button {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    min-height: 1em;
    outline: 0px none;
    border: 0px none;
    background-color: #FAFAFA;
    color: #808080;
    margin: 0px;
    padding: 0.8em 1.5em;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    background-image: none;
    border-radius: 0.25em;
    box-shadow: 0px 0px 0px rgb(255, 255, 255);
    -moz-user-select: none;
    -moz-box-sizing: border-box;
    transition: opacity 0.25s ease 0s, background-color 0.25s ease 0s, color 0.25s ease 0s, #0076A3 0.25s ease 0s, box-shadow 0.25s ease 0s;
}

.ui.right.floated.buttons, .ui.right.floated.button {
    float: right;
    margin-left: 0.25em;
    padding: 3px 13px;
}

.ui.button:hover {
    background-image: none;
    color: rgba(0, 0, 0, 0.7);
}

.ui.pagination.menu .item {
    min-width: 3em;
    text-align: center;
    padding: 7px;
}