* {
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
	/*font-family: 'Montserrat', sans-serif;*/
	font-size: 18px;
	font-weight: 300;
	color:#444;
}
.clearfix:after { 
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
a {
	text-decoration: none;
	color:#3cbcfe;
}
a:hover {
	text-decoration: underline;
}
.centered_container {
	width:980px;
	margin:0 auto 90px;
	position: relative;
}
.centered_container h1 {
	font-size:50px;
	font-family: 'Michroma', sans-serif;
	/*word-spacing: 0.5em;*/
	text-transform: uppercase;
	font-weight:300;
	color:#111;	
	margin:30px 0 0px 0;
}
h2,h3,h4,h5,h6 {
	font-family: 'Michroma', sans-serif;
}
.floating_logout {
	/*float:right;*/
	position: absolute;
	right:10px;
	top:10px;
	font-size:12px;
	text-decoration: none;
}
.raw_json_view {
	margin:0px 0 0;
}
.raw_json_view pre.wrapped {
	padding:10px;
	background:#e5f0f5;	
	width:100%;
	display:block;
}
.raw_json_view pre.hidden {
	display:none;
}
.centered_container pre.wrapped {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
pre.limited {
	height: 10em;
	overflow: auto;
}

.hidden, .preview_hidden {
	display:none;
}
.source_info_large_box {
	position: relative;
}
.wholeline {
	display:block;
}


