body.main,
body.main * {
	font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
	font-size: 16px;
	line-height: 24px;
}
label,
input,
#author {
	line-height: 36px;
}
body.main {
	margin: 0 auto;
	padding: 30px;
	max-width: 500px;
}
body.main a,
body.main a:visited {
	text-decoration: none;
	color: #3333ff;
	display: inline-block;
	border-radius: 5px;
	line-height: 22px;
	padding: 0 5px;
	margin: 0 -5px;
	background-color: transparent;
	transition: all 0.2s;
	border: 0;
}
body.main a:hover,
#donate:hover {
	color: white;
	background-color: #3333ff;
	outline: 0;
	cursor: pointer;
    position: relative;
    z-index: 1;
}
input[type="text"],
input[type="button"] {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 6px;
	outline: 0;
	border: solid 1px lightgray;
}
input[type="text"]:hover,
input[type="button"]:hover {
	border: solid 1px darkgray;
}
input[type="text"]:focus,
input[type="button"]:focus {
	border: solid 1px blue;
	outline: solid 1px blue;
}
input[type="button"] {
	cursor: pointer;
	background-color: lightgray;
}
input.error:not(:focus) {
	color: red;
}
label {
	cursor: pointer;
	font-weight: bold;
}
#message {
	border: solid 1px red;
	padding: 6px 12px;
	/*position: sticky;
    top: 0;
    background-color: white;*/
}
#submit {
	
}
#error,
#stat {
	padding-top: 4px;
}
#error {
	display: none;
	color: red;
}
input.error + #error {
	display: block;
}
#stat {
	min-height: 28px;
}
#stat:not(.show) {
	visibility: hidden;
}
#author {
	text-align: center;
}
/*#author > div > a {
	margin-top: 5px;
}*/
.separator {
	display: inline-block;
	width: 20px;
}




body.stats,
body.stats * {
	font-family: sans-serif;
	font-size: 14px;
}
body.stats {
	margin: 0;
	padding: 12px 10px;
}
body.stats a {
	text-decoration: none;
}
table {
	border-collapse: collapse;
}
th,
td {
	vertical-align: top;
}
th {
	font-size: 20px;
}
#main table th {
	text-align: left;
	background: white;
}
#main table th,
#main table td {
	padding: 0 8px;
	line-height: 26px;
}
#main {
	width: 100%;
}
#subreddits,
#users,
#subreddits tr:nth-child(even)>td,
#users tr:nth-child(even)>td {
	background: rgba(24, 72, 142, 0.15);
}
#countries {
	margin-top: 40px;
}
#countries table,
#countries td:first-child:last-child {
	width: calc(100% - 20px);
}
#countries td:first-child,
#countries td:last-child  {
	width: 50%;
}
#countries td {
	background: rgba(24, 72, 142, 0.15);
	padding-right: 0 !important;
}
.location-count {
	float: right;
	padding: 0 8px 0 16px;
}
#countries_percent td {
	padding: 0 !important;
	background: rgb(192, 205, 224);
	font-weight: bold;
}
#countries_percent td div {
	background: rgba(24, 72, 142, 0.15);
	padding: 0 8px;
}