#favorite {
	font-weight: 400;
	line-height: normal;
}

.favorite-checkbox {
	transform: scale(1.7);
    margin: auto;
}

.simple-pagination li {
	width: auto;
	line-height: inherit;
    max-height: none;
    font-size: inherit;
}
.simple-pagination li a {
	color: #222222;
}
.light-theme .current {
	background: none;
}
.pagination {
	margin: 1rem auto;
}

button.download-button, button.request-button {
	background-color: #426599;
    display: block;
    color: #fff;
    width: 100%;
    height: auto;
    border-radius: 8px;
    text-align: center;
    font-size: 0.8rem;
    padding: 1rem 0;
    margin-top: 0!important;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
	border: none;
}
.download-button-detail img {
	width: 11px
}

@media screen and (max-width: 1024px) {
button.request-button {
	height: 70px;
}

button.download-button {
	margin-top: 0rem;
}
}