.box-content{
	float:left !important;
}

.ajmint-sourceline {
	float: left;
}

.share.share1 {
	clear: left;
}

video {
  width: 100%    !important;
  height: auto   !important;
}

body #main-wrapper {
	color: black;
}

a {
	color: #2272BB;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* MAIN LAYOUT ELEMENTS */
#main-wrapper{
	width:100%;
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
	-webkit-font-smoothing:antialiased;
	float:left;
	box-sizing: padding-box;
	font-size: 14px;
	line-height: 22px;
}

#main-wrapper p {
	font-family: Helvetica, sans-serif;
	float: left;
	margin: 1em 0;
	width: 100%;
}

.graphic-hed {
	font-family: "BebasNeue";
	font-size: 1.3em;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.infographic {
	padding: 1em 0;
	margin: 1em 0;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	float: left;
	width: 100%;
}

.infographic table{
	width:100%;
}

.infographic.table {
	border: none;
	padding: 0;
	margin-top: 0.5em;
}

.mobile {
	display: none;
}




/************* LOOKS LIKE INFOGRAPHIC *******************/

.infographic#lookslike {
	
}

.infographic#lookslike img {
	width: 100%;
}

.datarows {
	width: 100%;
	float: left;
	overflow: auto;
}

.datarow {
	float: left;
	font-size: 0.85em;
	white-space: nowrap;
}

.datarow.header {
	font-weight: 800;
	margin-bottom: 1em;
	background: #EFEFEF;
}

.datarow-mobile-label {
	color: black;
}



/************* SCALE INFOGRAPHIC *******************/

.scale-bar-container {
	width: 100%;
	float: left;
	position: relative;
}

.scale-bar {
	padding: 0.5em 10px;
	text-align: right;
	float: left;	
	height: 2em;
}

.scale-label {
	position: absolute;
	right: 0.5em;
	top: 0.3em;
}

.infographic#scale .scale-bar .scale-label-name {
	text-align: left;
	font-weight: 800;
}


.infographic#scale #scale-people {
	/*width: 100%;*/
	width: 75%;
	background: #997A00;
}

.infographic#scale #scale-passwords {
/*	width: 86.89%;*/
	width: 65.17%;
	background: #CCA300;
}

.infographic#scale #scale-hints {
	/*width: 29.18%;*/
	width: 21.885%;
	background: #FFCC00;
}






/************* DECODE PASSWORD INFOGRAPHIC *******************/

.infographic#decodedpassword {
	float: left;
}

.infographic#decodedpassword .graphic-hed {
	font-size: 2.2em;
	text-align: center;
	line-height: 1.2em;
}

.infographic#decodedpassword #decodedpassword-head {
	float: left;
	width: 100%;
	text-align: center;
}

.infographic#decodedpassword #decodedpassword-encrypted {
	text-align: center;
	float: left;
	width: 100%;
	background: #EFEFEF;
	padding: 1em 0;
}

.infographic#decodedpassword .select-encrypted-label {
	font-size: 1.3em;
	font-family: "BebasNeue", Helvetica, sans-serif;
	color: #797F85;
	text-align: center;
}

.infographic#decodedpassword .encryptedpassword {
	font-size: 2em;
	line-height: 2.2em;
	display: none;
}

.infographic#decodedpassword .encryptedpassword.show {
	display: block;
}

.infographic#decodedpassword .occurences {
	display: none;
}

.infographic#decodedpassword .occurences.show {
	display: block;
}

#decodedpassword-hints {
	width: 100%;
	float: left;
	text-align: center;
	margin: 2em 0 1.2em 0
}

.passwordhintlist {
	display: none;
	padding-bottom: 30px;
	float: left;
	width: 100%;
}

.passwordhintlist.show {
	display: block;
}

.bestdecodedpasswordguess {
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: -20px;
	text-align: center;
	display: none;
	color: #2272BB;
}

.bestdecodedpasswordguess.show {
	display: block;
}

.encrypted-password {
	color: #CCA300;
}

.passwordhint-clues {
	width: 50%;
	float: left;
	text-align: center;
}

.button {
	float: left;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	margin-bottom: 1em;
}

.button span {
	background: #D99C2C;
    font-family: "BebasNeue", helvetica, arial, sans-serif;
    font-size:1.2em;
    padding:10px;
    line-height:1.4em;
    cursor:pointer;
}

.button span:hover {
    background:#E4BA6B;
}








@media screen and (max-width: 600px) {
	.datarows:not(.mobile) {
		display: none;
	}

	.datarow.header {
		padding: 0.1em 0.5em;
	}

	.mobile {
		display: block;
	}

	.mobile .datarow {
		white-space: auto;
		font-size: 1em;
		margin-bottom: 1em;
	}

	.mobile .datarow .ajmint-yellow2,
	.mobile .datarow .ajmint-blue3,
	.mobile .datarow .ajmint-green3,
	.mobile .datarow .ajmint-red4 {
		width: 100%;
		float: left;
	}

	.infographic#decodedpassword .encryptedpassword {
		font-size: 1.3em;
	}
}