.navbar-static-top {
  margin-bottom:0px;
}

.marginbottom {
	margin-bottom:20px;
}

.margin-top {
  margin-top:20px;
}

.whitebuttonlink {
  padding:5px;
  border-style:solid;
  border-width:1px;
  border-radius:2px;
  border-color:#ffffff;
  margin-right:15px;
  background-color:white;
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.line {
  fill: none;
  stroke-width: 1.5px;
}

p {
	color:#555;
}

body {
	background-color:white;
}

.node {
  stroke: #fff;
  stroke-width: 1.5px;
}

.link {
  stroke: #999;
  stroke-opacity: .6;
}

select {
	margin-bottom:20px;
}

#map {
  background-color: #E0F7FA
}

#info_overlay {
    position: absolute;
    top: 0px;
    right: 0px;
    padding:5px;
    background-color:white;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    max-width:250px;
}

#legend_overlay {
    position: absolute;
    top: 0px;
    left: 15px;
    padding:5px;
    background-color:white;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    max-width:250px;
}

.legend_label {
    display:inline-block;
    vertical-align: top;
    margin-bottom:10px;
}

.title {
  font-size:18px;
}

.smalldesc {
  font-size:14px;
}

.node {
  cursor:pointer;
}

a {
  color: #FF8F00;
  font-weight:600;
}

.node_link {
  cursor:pointer;
}

#info_bar_title {
  margin-bottom:20px;
}

.project {
  fill:white;
}

.person {
  fill:#FFA726;
}

.search_result {
  opacity:1;
}

#help_link{
  cursor:pointer;
  color:#ffffff;
}

.cluster {
  cursor:pointer;
}

.navbar {
  background-color:#FF8F00;
  color:#ffffff;
}

.navbar-brand {
  color:#ffffff;
}

.navbar-right {
  padding:15px;
}

.usermenu {
  padding-right:15px;
  color:#ffffff;
}

.usermenu a {
  color:#ffffff;
}

.maintitle {
  font-size:72px;
  color:#FF8F00;
}

.maintitlesub {
  font-size:24px;
  color:#FF8F00;
}

.btn-default {
  color:#FF8F00;
  border-width:2px;
  border-color:#FF8F00;
}

#signuptext {
  color:#FF8F00;
  font-size:18px;
  margin-top:30px;
}

#homecontent {
  background-position: right;
  background-size: cover;
  background-image:url('../images/whowhatscreen5-05.png');
  height:700px;
}

#fronttext{
  background: rgba(255, 255, 255, .9);
  padding-left:50px;
}

.largetext {
  color:#FF8F00;
  font-size:18px;
}

.login {
  margin-top:60px;
}



label {
  display:block;
}

.tag {
  padding:5px;
  border-style:solid;
  border-width:1px;
  border-radius:2px;
  border-color:#FF8F00;
  margin-right:15px;
  white-space: nowrap;
}

#currenttags {
  margin-top:10px;
}

.labellines {
  line-height: 2.5;
  width:100%;
}

.checkboxlarge {
  transform: scale(1.5);
}

.borderbox {
  padding:5px;
  border-style:solid;
  border-width:5px;
  border-radius:10px;
  border-color:#FF8F00;
  margin-bottom: 20px;
}

.larger {
  font-size:1.5em;
}