.fonted{
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 550;
	font-style: normal;
}


.logo {
	background-image: url('sssblue.png');
	background-repeat: no-repeat;
	background-size: contain;
	/* Adjust as needed */
	text-indent: -9999px;
	/* Hide the text */
	height: 209px;
	width: 300px;
	display: inline-block;
	vertical-align: text-bottom;
	margin: 0;
	position:relative;
}

.sublogo {
	display:inline-block;
	vertical-align: text-bottom;
	margin: 0;
	position:relative;
	font-size:200%;
	top:-0.3em;
	left:12px;
}

.labelcell {
	text-align:right;
	padding-right:10px;
	font-weight:bold;
}

.smalllist {
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0
}

.smalllist li {
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0
}

.submit-container {
	text-align: right;
	margin-top: 20px;
}

.backlink {
	position:relative;
	left:15px;
	margin-bottom:30px;
}

.backlink::before {
  content: "<< ";
}

h2,h3 {
	margin-top: 0px
}

h1 {
	clear:right;
}



.myreddot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color:#ff7575;
	position:relative;
	display:inline-block;
	top:5px;
	margin: 0px 3px;
}

.freebutton {
	margin: 2px 5px;
}