    .dropdown:hover .dropdown-menu
    {
      display: block;
    }

    .dropdown-menu
    {
      margin-top: 0;
    }
    
    #login-icon
    {
      color: black;
    }

    #login-icon:hover
    {
      color: lightblue;
    }

.small_h1 {
	font-size: 22px;
}

.news-row-divider
{
	margin-bottom: 15px;
}

.news-thumbnail-top {
	width: 100%;
	height: 100%;
	max-height: 200px;
}
@media screen and (min-width: 800px)
{
	.news-thumbnail-top
	{
		width: 100%;
		height: 100%;

		width: 300px;
		height: 170px;
	}
}

	.news_page_bottom_bar {
		position: absolute;
		bottom: 0%;
		display: flex;
		align-items: flex-end;
	}

	a:link {
		text-decoration: none;
	}

	a:visited {
		text-decoration: none;
	}

	a:hover {
		text-decoration: none;
	}

	a:active {
		text-decoration: none;
	}

	.url_no_underline {
		text-decoration: none;
	}

	.reply_button {
		position: absolute;
		bottom: 1%;
		right: 1%;
	}

	.notification_icon_none {
		margin-top: 15px;
		color: var(--bs-border-color);
	}

	.notification_icon_populated {
		margin-top: 15px;
		color: var(--bs-danger);
	}

	.darkmode_icon {
		margin-top: 15px;
		color: lightslategray;
	}

	.news_page_top_bar_left {
		position: absolute;
		top: 0%;
		right: 1%;
		display: flex;
		align-items: flex-end;
		margin-bottom: 5px;
	}

	.news_page_bottom_bar_center {
	}

	.news_page_bottom_bar_right {
		position: absolute;
		bottom: 0%;
		right: 1%;
		display: flex;
		align-items: flex-end;
		margin-bottom: 5px;
		float: right;
	}

	#return-to-top {
		position: fixed;
		bottom: 20px;
		right: 20px;
		background: rgba(73, 122, 255, .8);
		width: 50px;
		height: 50px;
		display: block;
		text-decoration: none;
		-webkit-border-radius: 35px;
		-moz-border-radius: 35px;
		border-radius: 35px;
		display: none;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

		#return-to-top i {
			color: #fff;
			margin: 0;
			position: relative;
			left: 17px;
			top: 14px;
			font-size: 19px;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-ms-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}

		#return-to-top:hover {
			background: rgb(73, 122, 255);
		}

			#return-to-top:hover i {
				color: #fff;
				top: 5px;
			}

	.footer {
		flex-grow: 1;
		position: static;
		bottom: 0%;
		background-color: var(--bs-border-color);
		border-top: 1px solid #bbb;
		width: 100%;
	}

	.copyright_footer {
		font-size: 9pt;
	}

	.logo_bigfont {
		font-size: 24pt;
	}

.logo_pt1_color {
	font-weight: bold;
	color: #4782D0;
}

.logo_pt2_color {
	font-weight: lighter;
	color: var(--bs-dark-text);
}

	.topnews-container {
		width: 300px;
		min-height: 450px;
		max-height: 450px;
		overflow-x: clip;
	}

	.topnews-container-img {
		width: 100%;
		transition: 0.5s all ease-in-out;
	}

		.topnews-container-img:hover {
			transform: scale(1.02);
		}

	.article-list-container {
		min-height: 450px;
		max-height: 450px;
		overflow-x: clip;
	}

	.article-image-fill {
		min-height: 140px;
		max-height: 140px;
		object-fit: fill;
	}

	.avatar_image {
		width: 128px;
		height: 128px;
	}

	.avatar_name {
		text-decoration: none;
		font-size: 15pt;
	}

	.button_bg_in_progress {
		background: linear-gradient(to right,rgba(255,194,15,1.0) 3%, #0F1114 0%);
	}

	.article_details_bar {
		text-shadow: 0 0 5px black;
		width: 204px;
		background-color: rgba(0, 0, 0, 0.6);
		position: absolute;
		left: 0px;
		margin-left: 0px;
		bottom: 0px;
		color: white;
	}

	.topnews_details_bar {
		width: 100%;
		background-color: rgba(0, 0, 0, 0.6);
		color: white;
	}

	.article_details_content_left {
		margin-left: 0px;
	}

	.article_details_content_right {
		right: 0px;
	}

	.review_score_badge {
		text-shadow: 0 0 5px black;
		position: absolute;
		right: 7px;
		top: 25px;
		color: white;
		font-size: 18px;
	}

	.article_platform_logo {
		text-shadow: 0 0 2px black;
		position: absolute;
		left: 7px;
		top: 5px;
		color: white;
		font-size: 24px;
	}

	.article_type_icon {
		text-shadow: 0 0 5px black;
		position: absolute;
		right: 7px;
		top: 5px;
		color: white;
		font-size: 18px;
	}

	.progress_dot_incomplete {
		height: 15px;
		width: 15px;
		background-color: #DEDEDE;
		border-radius: 50%;
		border-style: solid;
		border-color: #;
		display: inline-block;
		margin-left: 10px;
		margin-right: 5px;
	}

	.progress_dot_complete {
		height: 15px;
		width: 15px;
		background-color: #00A2E8;
		border-radius: 50%;
		border-style: solid;
		border-color: #00A2E8;
		display: inline-block;
		margin-left: 10px;
		margin-right: 5px;
	}

	.progress_dot_current {
		height: 15px;
		width: 15px;
		background-color: #DEDEDE;
		border-radius: 100%;
		border-style: solid;
		border-color: #00A2E8;
		display: inline-block;
		margin-left: 10px;
		margin-right: 5px;
	}

	.quicklogin_code {
		font-size: 22pt;
		margin: 10px;
		background-color: #ababab;
		color: #4f4f4f;
		border-radius: 5px;
		padding: 5px;
	}

no-bullets {
	list-style-type: none;
}

.no-bullets > ul li {
	list-style-type: none;
}