﻿.listing #LeftToolbar .fakeSelect {
	left: 8.4em;
}
.playlist .fakeSelect {
	width: 168px;
}
@media screen and (min-width: 1024px) {
	#listingDisplayTools {
		margin-left: 7.5em;
	}
	.listing #LeftToolbar .fakeSelect {
		left: 6.75em;
	}
}
.libraryItem .multiOptionButton .readNow {
	font-size: 0.9375rem;
	margin-left: -.2em;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ LISTING HEADINGS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.listing.library .sortHeading .backToTop {
	width: 5em;
}
.listing.library .sortHeading .text {
	max-width: calc(100% - 5.5em);
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ LISTING MENUS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
/* Library Splash */
@media screen and (min-width: 1024px) {
	#Format_554020.menuItem .menuItemLink { /* Books & Booklets*/
		background-image: url(https://images.azureedge.net/rcg/rcg-sr/images/interface/bg_format_book-sr.png);
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ LISTING BOOKMARKS (HEADING) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.top.tools {
	width: 242px;
}
.bookmarks.ui-sortable .product .bottomOptions{
	width: 24.35em;
}
.bookmarks .product .bottomOptions .option.remove, .bookmarks .product .bottomOptions .option.move {
	width: 50%;
}
@media screen and (max-width: 479px) {
	.bookmarks.ui-sortable .product .bottomOptions {
		width: 97%;
	}
}
@media screen and (min-width: 480px) and (max-width: 599px) {
	.bookmarks.ui-sortable .product .bottomOptions {
		width: 19em;
	}
}
@media screen and (max-width: 599px) {
	.bookmarks .product .bottomOptions .helpText {
		display: none;
	}
}
@media screen and (min-width: 600px) {
	.bookmarks .product .bottomOptions .option.remove {
		width: 35%;
	}
	.bookmarks .product .bottomOptions .option.move {
		width: 65%;
	}
}
@media screen and (max-width: 767px) {
	.past .product .bottomOptions {
		max-width: none;
	}
}
@media screen and (max-width: 399px)  {
	.bottom.tools {
		padding-left: 0;
		padding-right: 0;
	}
	.bottom.tools .button {
		margin-left: 0;
		margin-right: .5em;
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SERIES WRAPPER ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.product .seriesItem .info.icon {
	right: 8.75em;
}
.product.audio .seriesItem .info.icon {
	right: 8.25em;
}
.product.video .seriesItem .info.icon, .product.wtcItem .seriesItem .info.icon {
	right: 9.25em;
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ LISTING TYPES/SORTS/DISPLAYS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
@media screen and (min-width: 768px) and (max-width: 1279px) {
	.displayByGrid .libraryItem .multiOptionButton .readNow .secondaryText {
		display: none;
	}
}