@import url('https://fonts.googleapis.com/css?family=Archivo+Black');

:root {
	--font-product-name: "Archivo Black";
	--outline-width: 550px;
	}

body {
	background-color: whitesmoke;
	}
.divPageBody {
	width: 600px;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 400px;
	}
.divHappyOutline {
	border: 1px solid silver;
	padding: 5px;
	min-height: 400px;
	background-color: white;
	width: var(--outline-width);
	}
.divOutlineAttributes {
	width: var(--outline-width);
	}
.divPageTitle {
	font-family: "Ubuntu";
	}
.divPageDescription {
	font-family: "Ubuntu";
	font-size: 18px;
	margin-bottom: 25px;
	}
.divMenuProductName {
	font-family: var(--font-product-name) !important;
	font-size: 28px;
	letter-spacing: -1px;
	text-transform: uppercase;
	opacity: 0.7;
	color: black;
	}
.side {
	font-style: italic;
	margin-left: -4px;
	}

.divListAndRoll {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	}
.divList {
	display: table-cell;
	vertical-align: top;
	border-left: 1px solid gainsboro;
	border-right: 1px solid gainsboro;
	border-bottom: 1px solid gainsboro;
	}
.divListOfReadingLists {
	width: 340px;
	}
.divListOfReadingLists tr {
	font-size: 15px !important;
	cursor: pointer;
	}
.divRoll {
	display: table-cell;
	width: 272px;
	vertical-align: top;
	padding-left: 30px;
	}
.red-heart {
	color: red;
	font-size: 24px;
	}

.tdIndexCell {
	text-align: right !important;
	width: 3em;
	}
.rowHighlighted {
	background-color: rgb(0, 132, 255);
	color: white;
	}
.divBlogroll .divBlogrollTitle {
	font-family: "Ubuntu";
	font-size: 18px;
	}

.divBlogroll .divTitleText {
	max-width: 220px;
	overflow: hidden;
	text-overflow: ellipsis;
	}

.divListOfReadingLists td {
	padding: 4px !important;
	}

.divListOfReadingLists .tdOpmlLink, .divListOfReadingLists .tdHtmlLink {
	font-size: 12px;
	padding-top: 9px !important;
	}
.divListOfReadingLists .tdOpmlLink a, .divListOfReadingLists .tdHtmlLink a {
	color: lightslategray;
	cursor: pointer;
	}
.divListOfReadingLists .rowHighlighted td a {
	color: white;
	}

.divWeLoveBlogrolls {
	font-family: var(--font-product-name) !important;
	font-size: 36px;
	margin-bottom: 15px;
	letter-spacing: -1px;
	text-transform: uppercase;
	opacity: 0.7;
	color: black;
	text-align: center;
	}
.divProductExplainer {
	width: 600px;
	font-size: 15px;
	line-height: 140%;
	list-style-type: none;
	vertical-align: top;
	margin-top: 10px;
	margin-bottom: 30px;
	}

.tdBlogrollContainer, .tdReadingListsContainer {
	vertical-align: top;
	}

.dropdown-menu li a {
	line-height: 140%;
	}
.dropdown-menu li:last-child {
	margin-bottom: 5px;
	}




