::selection { background-color: #E13300; color: white; }
::-moz-selection { background-color: #E13300; color: white; }

body {
	background-color: #fff;
	margin: 40px;
	//font: 13px/20px normal Helvetica, Arial, sans-serif;
	font: 13px/20px normal  "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #4F5155;
}

#body {
	margin: 0 15px 0 15px;
}

h1 {
	color: #444;
	background-color: transparent;
	border-bottom: 1px solid #D0D0D0;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 14px 0;
	padding: 14px 15px 10px 15px;
}

#container {
	margin: 10px;
	border: 1px solid #D0D0D0;
	box-shadow: 0 0 8px #D0D0D0;
	border-radius: 7px;
}

a {
	color: #3AA0C4; /*color: #003399;*/
	background-color: transparent;
	font-weight: normal;
}

p.footer {
	text-align: right;
	font-size: 11px;
	border-top: 1px solid #D0D0D0;
	line-height: 32px;
	padding: 0 10px 0 10px;
	margin: 20px 0 0 0;
}

/*-- navigation bar --*/
.navbar {
  border-radius: 7px;
  margin-bottom: 0;
}
.active-link {
    font-weight: bold;
    color: #165098;
	border: 2px;
}

.content-input {
  background: white;
  padding-top: 1.5em; 
  padding-bottom: 1em;
}

.landing {
  text-align: center;
  padding-top: 1em;
}
.landing h1 {
    color: #1A509A;
    font-weight: bold;
}
.landing p {
    padding-top: 3em;
    margin-top: 2em;
}
.landing .input-group {
    padding-bottom: 1em;
}
.landing .input-group #main-username-submit {
      min-width: 4em;
}

.results {
  display: none;
}
.results-username {
  font-size: 2.5em;
}
.results-close {
  text-align: right;
  float: right;
}
.results-filters {
  margin-top: 1em;
}
.results-stats {
  text-align: center;
  font-size: 1.7em;
  color: #1A5099 !important;
}
.results-number {
  font-size: 3em;
  line-height: 1em;
}
.results-number-desc {
  margin-bottom: 1.2em;
}

.btn{
	color:#1a509a;
}

.logoimage{
	float:left;
	height:70px;
	border-color:#e7e7e7;
	border-style:solid;
	border-width:2px;
	border-radius: 7px;
}

th {
    cursor: pointer;
}