html,body{  

	max-width: 100%;
	overflow-x: hidden;
	
}

*, *:before, *:after{
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	
}

body {
	
	margin: 0;
	padding-top: 50px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.43;
	color: #333;

}

p {
	
	margin: 0;
	padding: 0;
	
}

p a {
	
	color: #703030;
	text-decoration: none;
	
}

p a:visited {
	
	color: #703030;
	
}

::selection {

	color: #ededed;
	background: black;
	
}

::-moz-selection { /* Code for Firefox */
	color: #ededed;
	background: black;
}	


.all-about-it {
	
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
	
}

.sm-links {
	
	margin-left: 30px;
	
}

	.fa {
		padding: 8px;
		font-size: 30px;
		width: 30px;
		text-align: center;
		text-decoration: none;
	}

	.sm-links .fa:hover {
		opacity: 0.7;
	}

	.fa-facebook {
		background: #3B5998;
		color: white;
	}

	.fa-twitter {
		background: #55ACEE;
		color: white;
	}
	
	.fa-instagram {
		background: #000000;
		color: white;
	}
	
	.fa-youtube {
	    background: #bb0000;
		color: white;
	}
	
.center {
	
	text-align: center;
	
}

/* *** LEADER TABLE STUFF *** */

.table-holder {
	
	width: 100%;
	padding: 10px;
	max-width: 800px;
	margin: 0 auto;
	
}

table {
	
	width: 100%;
	border-collapse: collapse;
	
}

th,td {
	
	text-align: left;
	padding: 10px;
	
}

tbody tr {
	
	border-top: 1px solid #cccccc;
	background-color: WHITE;
	
}

.user-table tr:nth-child(even) {
	
	background-color: #F7F8F7;
	
}

.user-table tbody tr:hover {
	
	color: #E3CDA4;
	background-color: #2F343B;
	
	
}

/* *** NO JS STYLES *** */

.logo-standardizer {
	
	height: 100px;
	display: block;
	margin: 20px auto;
	
}

.challenge-name {
	
	font-size: 18px;
	font-weight: 500;
	
}

.together {
	
	white-space: nowrap;
	font-size: 12px;
	
}

.all-about-it .nojsholder:nth-child(1) {
	
	margin-top: 20px;
	
}

.nojsholder {
	
	margin-bottom: 70px;
	position: relative;
	border-radius: 10px;
	
	padding: 10px;
	background-color: white; /*#ededed;*/
	
	
}

.nojsholder a{
	
	cursor: default;
	
}

.nojsholder:hover {
	
	/*background-color: #ededed;*/
}

.link-spacer {
	
	position: absolute;
	top: -70px;
}

.centered-stats {
	
	width: auto;
	margin: 0 auto;
	display: table;
	
}

/* *** THE API TABLE *** */

.hide-column {
	
	display: none;
	
}

.apitable td:nth-child(2){
	
	display: none;
	
}

@media screen and (min-width: 650px) {
	
	.hide-column {
	
		display: block;
	
	}
	
	.apitable td:nth-child(2){
	
	display: block;
	
	}
	
}