.flyers-category.container {
	margin: 20px auto; padding: 0 0 10px 0;
}

.flyers-row {
	border-bottom: solid 1px #ddd;
	padding-bottom: 2rem;
}

.flyers-category h2 {
    padding-top: 1.5rem;
}

h5.flyers-jump-title {
	background-color: #eee; margin: 0; padding: 15px;
}

.flyers-jump-menu-section {
	margin: 0 0 20px 0; padding: 15px; background-color: #f5f5f5;
}

.jump-link {
	display: grid; width: 100%; justify-content: center; grid-template-columns: repeat(auto-fit, 25%);
}

.jump-link a {
	font-size: 1.25em; margin: 0.6rem 0;
}

.flyer-item {
	text-align: center; margin: 0 1em 1em 1em; display: block; text-decoration: none;
}

.flyer-item a {
	text-decoration: none;
}

.flyer-item a img {
	width: 100%;
}

.flyer-item a span {
	display: block; color: #5a6267; font-style: normal; margin-top: 1rem; text-decoration: none;
}

/* Add or show list of flyers screen */
.top-action-area {
    margin: 1rem 0;
    padding: 0;
}

.top-action-area .btn {
    padding: 0.75rem 1rem;
    min-width: max-content;
    font-size: .75rem;
	width: 100%;
}

.top-action-area .row {
	margin-bottom: 1rem;
}

.date-range-cells {
	background-color: #f1f1f1;
	padding-bottom: 1rem;
}

input#FlyerSerchText {
    width: -webkit-fill-available;
}

.top-action-area select {
    padding: 0.5rem;
    margin: 0 1rem;
	width: 65%;
}

/* Create/Add new flyer screen */

.upload-flyer-link {
	color: #009FAA;
    font-family: Source Sans Pro;
    font-size: 1rem;
    font-style: italic;
    font-weight: 600;
    line-height: 17px;
    text-decoration: none;
}

.upload-flyer-link:hover {
	text-decoration: underline;
	cursor: pointer;
}