@font-face {
	font-family: Roboto;
	src: url(/fonts/Roboto-Regular.ttf);
	font-display: swap;
}
@font-face {
	font-family: "Playfair+Display";
	src: url(/fonts/PlayfairDisplay-VariableFont_wght.ttf);
	font-display: swap;
}
body{
	background-color: #ffffff;
	font-family: Roboto, verdana, arial, helvetica, sans-serif;
	color: rgb(80,0,0);
	margin:4px 0;
	font-size:16px;
	
}
img { 
	border: 0; 
}
ul.no_bullet{
	list-style: none;
	padding: 0 0 0 10px;
}
li.star_bullet:before{
	content: "\2B50";
	margin: 0 5px 0 0;
	padding: 0;
	line-height: 16px;
	content: "\2B50";
}
a:hover, a:link, a:active, a:visited{
	color: rgb(80,0,0);
}
h1,h2,h3{
	padding-bottom: 0px;
    margin: 2px 0;
}
h3{
	font-size:1.1em;
}
h2{
	font-size:1.2em;	
}
h1{
	font-size:1.3em;
}
#main{
	max-width:1200px;
	width:100%;
	margin-right:auto;
	margin-left:auto;
}
#div_hidden,#div_hidden_qa{
		display: none;
}
#div_visible{
	display: inline-block;
}
.question_mark{
	float: right;
	margin: 8px;
}
.fake_link{
	text-decoration: underline;
	cursor: pointer;
}
.cell_padded{
	padding: 8px;
}
.cell_margin{
	margin: 8px 0;
}

.header_container{
	display: grid;
	grid-template-columns: minmax(100px, 150px) auto;
}
.header_left{
	padding-top: 4px;
}
.main_logo{
	max-width: 150px;
	width: 100%;
}
.header_right{
	text-align: right;	
}
.login_form{
	min-height: 2.5em;
}
.login_field,.login_button{
	height: 2.4em;
	box-sizing: border-box;
	padding: 4px;
	margin: 4px;
	border-radius: 5px;
	border: 1px solid rgb(80,0,0);
	font-size: 1em;
}
.login_button{
	width: 100px;	
}
.header_nav,.profile_links{
	display: grid;
	
	gap: 1px;
	clear: both;
}
.header_nav{
	grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
}
.profile_links{
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	margin-bottom: 2em;
}
.header_list{
	display: inline-block;
	padding: 4px;
}
.header_nav_cell{
	background-color: rgb(80,0,0);		
}
.header_hash_cell{
	background-color: rgba(80,0,0,.1);
}
.header_hash_cell,.header_nav_cell{		
	padding: 8px;
	margin: 4px 0;
	min-height: 1em;
	box-sizing: border-box;
	text-align: center;
}
.header_nav_cell a{
	color: #ffffff;	
}
#home_account_form{
	display: none;
}
a.navbutton,a.ubutton{
	color: #FFFFFF;
	text-decoration: none;
}
.searchform{
	padding:0;
}
.search{
	margin: 0;
	float: right;
}
a.ubutton {
	text-decoration: none; 
	display: inline-block; 	
	padding: 10px;
	border-radius: 5px;
	background-color: rgb(80,0,0);	
	box-sizing: border-box;	
	font-size: 1em;
	vertical-align: top;
	margin-top: 4px;
	width: 100px;
	text-align: center;
}
.containers{
	padding: 5px;
	box-sizing: border-box;
}
.home_content{
	min-height: 400px;
}

.email_footer{
	border-top: 1px solid rgb(200, 200, 200, .5);
	padding: 8px 0;
	font-weight: bold;
	font-size: .9em;
}
.profile{
	border-bottom: 1px solid rgb(200, 200, 200, .5);
	min-height: 100px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.profile_div{
	margin:5px 0;
}
.reset_field{
	width:80%;
}
.email_utils{
	border-bottom: 1px solid rgb(200, 200, 200, .5);
	padding: 8px 0;
	font-weight: bold;
	font-size: .9em;
}
.email_body{
	min-height: 200px;
	margin-bottom: 16px;
}
.email_head{
	display: grid;
	grid-template-columns: 2fr 1fr;
	border-bottom: 1px solid rgb(200, 200, 200, .5);
}
.email_date{
	text-align: right;
}
.email_new_window_link{
	margin: 16px 0;
}
.email_container{
	box-sizing: border-box;
	border: 1px solid rgb(200, 200, 200, .5);
	box-shadow: 2px 2px 4px rgb(210, 210, 210, .5);
	margin-bottom: 5px; 
	border-radius: 5px;
	padding: 5px;
}
.email_150{
	display:inline-block;
	max-width:150px;
	width:100%;
	word-wrap: break-word;
	vertical-align: top;
}
.email_400{
	display:inline-block;
	max-width:400px;
	width:100%;
	word-wrap: break-word;
	vertical-align: top;
	padding:0 0 0 5px;
	box-sizing:border-box;
}
.email_400_u{
	text-decoration:underline;
}
.already_registered{
	display: block;
	margin: 16px 0;
	text-align: center;
	padding: 16px;
	text-transform: uppercase;
}

.pfd_h1,.pfd_h2{
	font-family: 'Playfair Display', 'Times New Roman', Times, serif;
	font-weight: bold;
	text-transform: capitalize;
	font-display: swap;
}
.pfd_h1{
	font-size: 2rem;
}
.pfd_h2{
	font-size: 1.5rem;
}
#box{
	clear:both;
	max-width:680px;
	width:100%;
	margin-right:auto;
	margin-left:auto;
	position: relative;
}
#boxwin{
	position: absolute;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	height: auto;
	max-width: 350px;
	width: 100%;
	border: 3px solid rgb(80,0,0);
	background-color: rgb(255, 233, 233);

	left:0;
	right:0;
	top: 0; 
	margin: 25% auto auto auto;
	box-shadow: 3px 3px 5px #888888;
	z-index: 10;
}
.boxwintitle{
	font-size: 1.4em;
	font-weight: bold;
}
.boxwintext{
	font-weight: bold;
}
a.upgrade_today{
	color: yellow;
	text-shadow: 3px 3px 0 #000, -1px -1px 0 #000,  1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.upgrade_today{
	transform: rotate(-7deg);
	font-weight: bold;
	font-size: 1.4em;
	display: inline-block;
	margin: 10px;	
}
.you_won{
	font-weight: bold;
	font-size: 1.4em;
	color: yellow;
	text-shadow: 3px 3px 10px #000000;
}
.member_status_amber, .member_status_red{
	width:100%;
	min-height:20px;
	margin:0 0 2px 0;
	line-height:20px;
	padding:2px;
	box-sizing:border-box;
	text-align: center;
}
.member_status_amber{
	border:1px solid rgba(255,204,0,1);
	background-color:rgba(255,204,0,.3);
	
}
.member_status_red{
	border:1px solid rgba(255,0,0,1);
	background-color:rgba(255,0,0,.3);
}
#member_status_amber, #member_status_red{
	width:100%;
	min-height:20px;
	margin:0 0 2px 0;
	line-height:20px;
	padding:2px;
	box-sizing:border-box;
	text-align: center;
}
#member_status_amber{
	border:1px solid rgba(255,204,0,1);
	background-color:rgba(255,204,0,.3);
	
}
#member_status_red{
	border:1px solid rgba(255,0,0,1);
	background-color:rgba(255,0,0,.3);
}
#mob_page_add{
	display:none;
}
.content{
	display: grid;
	grid-template-columns: auto 200px;

}

.content_left{
	grid-column: 1;
	grid-row: 2;
}
.content_right{
	grid-column: 2;
	grid-row: 2;
	padding: 0 5px;

}
.ad_right{
	text-align: center;
	position: sticky;
	top: 0;
	margin: 8px 0;
	min-height: 600px;
}
.logimg,.logimg_head{
	width: 1rem;
	height: 1rem;
	margin-right: 5px;
}
.competition_container{
	display: grid;
	grid-template-columns: auto 200px;
	border: 1px solid rgb(200, 200, 200, .5);
	box-shadow: 2px 2px 4px rgb(210, 210, 210, .5);
	margin-bottom: 5px; 
	border-radius: 5px;
	padding: 5px;
}
.competition_details_container{
	border: 1px solid rgb(200, 200, 200, .5);
	box-shadow: 2px 2px 4px rgb(210, 210, 210, .5);
	margin-bottom: 5px; 
	border-radius: 5px;
}

.competition_details_foot{
	padding: 35px 5px 5px 5px;
	box-sizing: border-box;
}
.competition_container_title{
	grid-column: 1;
	grid-row: 1;
}
.competition_container_close{
	grid-column: 2;
	grid-row: 1;
}
.competition_container_description{
	grid-column: 1/3;
	grid-row: 2;
	font-size: .9rem;
}
.competition_container_domain{
	grid-column: 1;
	grid-row: 2;
}
.competition_container_answer{
	grid-column: 1;
	grid-row: 3;
}
.competition_container_links{
	grid-column: 2;
	grid-row: 2;
}
.competition_container_logged{
	grid-column: 2;
	grid-row: 3;
}
.text_field_max,.text_area_max,.text_area_min,.text_field_min{
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	height: 40px;
	border: 1px solid rgb(80,0,0);
	border-radius: 5px;
	color: rgb(80,0,0);
	font-size: 1.2em;
	margin-top: 3px;
	padding: 0 5px 0 5px;
}
.text_area_max{
	height: 100px !important;
}
.text_field_min,.text_area_min{
	max-width: 250px;
}
.field_div{
	margin-top: 10px;
}


.featured_title,.featured_text{
	display: inline-block;
	background-color: rgba(255,255,255,0.7);
	padding:0px 5px 2px 5px;
	margin-top:2px;
	font-weight: bold;
	padding-bottom: 0px;
    margin: 2px 0 0 0;
}
.featured_text{
	font-size: 1.3rem;
}
.featured_title{
	font-size: 1.4rem;
}
.bold_comp{
	font-weight: bold;
	font-size: 1.2em;
}
#hamburger{
	display: none;	
}
input#navmenu[type=checkbox]{
    display: none;
	}
input#navmenu[type=checkbox]:checked ~ #nav_container{
	display: block;
}
#nav_container{
	display: none;
}
#footer{
	width:100%;
	clear:both;
	overflow:auto;
	margin:0 0 50px 0;
}
.footer_grid{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}
#footersplash {
	position: fixed;
	bottom: 0; 
	left: 0;
	z-index: 9999;
	background: #fff5f5;
	width: 100%;
	margin: 0;
	height:40px;
	border-top: 1px solid #000000;
	text-align:center;
}
.footertext{
	display: inline-block;
  	vertical-align: middle;
  	line-height: normal; 
}
.clicktop{
	position: fixed;
	bottom: 10px; 
	right: 10px;
	z-index: 19999;
}
#home_zero{
	display: flex;
	justify-content: space-between;
}
.home_person{
	float:right;
}
#upgrade{
	width:100%;
	text-align:center;
}
.upgrade_button{
	height:60px;
	width:100%;
	border:1px solid rgba(0,0,0,1);
	font-size:1.2em;
	font-weight:bold;
	color:#600000;
	text-decoration:underline;
	text-transform:uppercase;
	background-color: rgba(255,204,0,1);
	cursor: pointer;
}
.upgraderadio{
	transform: scale(2);
	margin:10px 10px 20px 10px;
}
.upgrade_images{
	max-width:400px;
	width:100%;
	height: auto;
}
.form_button{
	width:100%;
	max-width: 250px;
	height:40px;
	margin:10px 0 10px 0;
	box-sizing:border-box;
	font-size: 1.2em;
}
.tab_50{
	display:inline-block;
	width:50px;
}
.tab_100{
	display:inline-block;
	width:100px;
}
.tab_200{
	display:inline-block;
	width:200px;
}
.timesaver{
	display: inline-block;
	margin-right: 10px;
	border: 1px solid rgb(200, 200, 200, .5);
	box-shadow: 2px 2px 4px rgb(210, 210, 210, .5);
}
.lotto_balls_ul{
	padding:0px 0px 40px 0px;
}
.lotto_balls_li{
	list-style:none;
	float:left;
	text-align:center;
	border-radius: 50%;
	border:1px solid #999;
	width: 30px;
	line-height:30px;
	font-weight:bold;
	margin-right:5px;
	box-shadow: 3px 3px 5px #888888;	
}
.header_ad{
	height: 280px;
}

@media screen and (max-width: 799px) { 
	.login_button{
		clear: both;
		margin-top: 5px;
		height: 30px;
		width: 33.3%;
	}
	.login_field{
		height: 30px;
	}
	a.ubutton{
		height: 32px;
		line-height: 15px;
	}

	
	.header_ad{
		display: none;
	}
	#mob_page_add{
		display: block;
		clear:both;
	}
	.form_button{
		width:100%;
		max-width: unset;
	}
	#home_zero{
		display: block;
		width: 100%;
		
	}
	.home_zero_image{
		float: left;
		width: 100px;
	}
	.header_list{
		display: none;
	}
	#member_status_amber, #member_status_red{
		text-align: justify;
	}
	.competition_container{
		display: block;
		margin: 0 5px 5px 5px;
	}
	.competition_container_links{
		text-align: center;
	}
	.content{
		display: block;
	}

	.logimg{
		width: 2rem;
		height: 2rem;
		margin-right: none;
		margin: 5px 20px;
	}
	.navbutton{
		height:35px;
		width:33.3%;
		line-height:35px;
		box-sizing: border-box;
	}
	.mobbutton{
		display:none;
	}
	#hamburger{
		display: block;
		padding: 5px;
		font-size: 1.5em;
	}
	#cheeseburger{
		display: none;
	}
	.mob_nav,.searchform{
		margin: 10px 0px 10px 30px;
	}
	.mob_nav a{		
		text-decoration: none;
	}
	.footer_grid{
		grid-template-columns: repeat(3, 1fr);
	}
}