h2
{
	text-align: center;
}

#alpha-notice
{
	background-color: #FFEEBE; /*rgba(251,166,23, 0.32) */
	padding: 12px;
	margin: 0 -12px;
}

#hello-badge-image
{
/*	width:100%;
*/	max-height: 200px;
	display: block;
	margin: 0 auto;
}

#statuses img
{
	vertical-align: middle;
}

.main ul {
	margin-bottom: 18px;
}

.leader
{
	border: 1px solid #4b4b4b;
	box-sizing: border-box;
	padding: 24px 24px 100px 24px;
	margin: 24px 0;
	box-shadow: 5px 5px 5px #ddd;
	text-align: left;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
	position: relative;
	display: block;
	max-width: 600px;
	min-height: inherit;
	margin: 24px auto;
}

@media only screen and (min-width: 1000px) {
	body .main {
		max-width: 1000px;
	}

	.leaders 
	{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-justify-content: center;
		justify-content: center;
	}

	.leader 
		{
			-webkit-flex: 1 auto;
			flex: 1 auto;
			width: 32.5%;
		}

	.leader:not(:first-child)
	{
		margin-left: 12px;
	}
}

.leader h2
{
	margin: -24px;
	margin-bottom: 24px;
	padding: 12px;
	background-color:#545454;
	color: white;
	font-weight: 300;
	/*border-radius: 10px 10px 0 0;*/
}

.leader ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

.leader ol
{
	margin-left: 0;
	padding: 0 14px 0 16px;
}

.leader pre 
{
	margin-left: -18px;
	padding: 2px 5px;
}

.action-item, .footnote
{
	font-size: 15px;
	position: absolute;
	bottom: 0px;
	padding-top: 12px;
	border-top: 1px solid #ccc;
	width: 84%;
}

.footnote code {
	font-size: 15px;
	margin-left: 0;
	margin-right: 0;
}

/* GitHub CSS */

code, tt {
  margin: 0 2px;
  padding: 0 5px;
  white-space: nowrap;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 3px;
}

pre code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: none;
  background: transparent;
}

.highlight pre {
  background-color: #f8f8f8;
  border: 1px solid #cccccc;
  font-size: 13px;
  line-height: 19px;
  overflow: auto;
  padding: 6px 10px;
  border-radius: 3px;
}

pre {
  background-color: #f8f8f8;
  border: 1px solid #cccccc;
  font-size: 13px;
  line-height: 19px;
  overflow: auto;
  padding: 6px 10px;
  margin: 6px -10px;
  border-radius: 3px;
}

pre code, pre tt {
  background-color: transparent;
  border: none;
}
