.top-buffer {
	padding-top:10px;
}

.bottom-buffer {
	padding-bottom:10px;
}

h1, h2, h3, h4, h5 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: normal;
	font-style: normal;
}

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

img {
  width: 100%;
  height: auto;
}

.sidebar {
	max-width:250px;
	height:100%
}

.wildcat-subheader {
	/*background-color: #e5e7e9;*/
	background-color: #cfd8dc;
	color: black;
}

.wildcat-list {
	padding-top:0px;
}

.list-download-icon {
	margin-bottom:0;
	padding-bottom:0;
	padding-top:0
}

.circled-text {
  background: #cccccc;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 0px;
	margin-bottom: 2px;
  text-align: center;
  width: 1.6em; 
}

.nav-buttons-unselected {
   border: 1px dashed #bdc3c7;
}

.filename-highlight {
	border: 1px solid #5f6a6a;
	cursor: pointer;
}

.filename-normal {
	border: 1px solid white;
	cursor: pointer;
}


