/**
 * Style sheet for F0b-TV_is_REALITY.html
 */

.span_1_of_3 {
	width: 32.26%;
	text-align:center;
	margin:auto;
}
.bluepill {
	width: 22%;	
	height:auto;
}
.tv {
	width: 80%; 
	height: 180px;
}
.bye {
	width:35%
}
@media only screen and (max-width: 580px) {
	.span_1_of_3 {
		width: 90%; 
	}
	.bluepill {
		width: 30%; 			
	}
	.bye {
		width:40%
	}
}