﻿/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ LISTING BOOKMARKS (HEADING) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.top.tools {
	width: 238px;
}

@media screen and (max-width: 399px), screen and (min-width: 480px) and (max-width: 524px) {
	.bookmarks .product .bottomOptions .option.remove .btnMainText {
		visibility: hidden;
	}
	.bookmarks .product .bookmarkTools .option .button .icon {
		margin-left: 0;
	}
	.general .bookmarks .product .bottomOptions .bookmarkTools .move .button .helpText {
		margin-left: 28px;
	}
	.bookmarks .product .bookmarkTools .option.move .button .icon {
		left: -38px;
	}
}

@media screen and (max-width: 399px), screen and (min-width: 480px) and (max-width: 524px) {
	.bookmarks .product .bottomOptions .option.remove {
		width: 33.5%;
	}
	.bookmarks .product .bottomOptions .option.move {
		width: 65.5%;
	}
	.bookmarks .product .bookmarkTools .option.move .button .icon {
		left: -24px;
		top: -2px;
	}
	.bookmarks .product .bookmarkTools .option.move .button .btnMainText {
		left: -1px;
		top: -6px;
		position: relative;
	}
	.general .bookmarks .product .bottomOptions .bookmarkTools .move .button .helpText {
		clear: both;
		display: block;
		margin-top: -17px;
		margin-left: 16px;
	}
}
@media screen and (min-width: 600px) {
	.bookmarks.ui-sortable .product .bottomOptions .option.remove {
		width: 42%;
	}
	.bookmarks.ui-sortable .product .bottomOptions .option.move {
		width: 58%;
	}
}

.product.wtcItem.audio .seriesItem .info.icon { 
	right: 8.25em;
}