body {
	font-family: Open Sans, serif;
}

.wprankings_container {
  text-align:center;
  margin:20px;
}

.wprankings_container > div {
  display:inline-block;
}

.files {
	padding: 10px;
	font-family: monospace;	
}

.file {		
	overflow: auto;
	height: auto;
	width: 600px;
	border: 1px solid #cccccc;
	margin-bottom: 20px;
}

.file header {
	background: #79C1C7;
	height: 20px;
}

.file code {
	white-space: pre;
}

li.L0, li.L1, li.L2, li.L3,
li.L5, li.L6, li.L7, li.L8
{ list-style-type: decimal !important }