* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

img {
    border: none
}

.pagination a.disabled {
    cursor: not-allowed;
    color: #999;
}

.pagination a.active {
    background-color: #5f9bcb;
    color: #fff;
}