/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

body {
	font-family: 'Open Sans', sans-serif;
}

a {
	text-decoration: none;
}

footer {
	color: #aaa;
	background: #333;
	padding: 17px 0 18px 0;
	border-top: 1px solid #000;
}

footer a {
	color: #38D2E3;
}

footer a:hover {
	color: #fff;
}

.table-centered {
   text-align: center; 
}

.icon-square {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	font-size: 1.5rem;
	border-radius: .75rem;
}

/* Used to hide the various search results panels */
#hide-div{
	display:none;
}

div:empty {
   display: none;
}

.os-api-branding.logo {
	left: 0;
	padding: 0;
	width: 0;
	height: 0;
}
