body {
  background-color: grey;
}

.input-group > .input-group-btn:last-child > .selectpicker {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

section {
padding-top:52px;
margin-top:-52px;
}

.input-group > .input-group-btn:first-child > .selectpicker {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.selectpicker {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.input-group-addon {
    min-width:100px;// if you want width please write here //
    text-align:left;
}

.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  background-color: rgb(177, 255, 255);
}


.jumbotron {
    color: #5378C6;
    background-color: #FFFFFF;
    min-height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-sm {
  margin-right: 5px;
}

h3 {
  color: rgb(60, 60, 60);
}

h3.apigee {
    background-image: url(https://accounts.apigee.com/static/img/enterprise_sprites.svg);
    background-repeat: no-repeat;
    float: left;
    height: 20px;
    width: 60px;
    overflow: hidden;
    line-height: 27px;
    position: relative;
    display: inline-block;
    margin: 13px 40px 0 30px;
}

h3.apigee a {
    color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
}

.other-color{
    background: #f93f00;
    margin-bottom: 0px;
    background-position: 0% 25%;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
  }

.navbar { height: 52px; 
    background-image: -webkit-linear-gradient(top, #ff4300, #f03800);}

.navbar-default  {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
    color: #FFFFFF;
}

.navbar-default .navbar-nav > li > a {
  color: #FFFFFF;
   font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
   font-size: 13px;
   font-weight: normal;
}

.content {
  margin-top: 70px;
}

.container {
	margin-bottom: 15px;
}

.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 400px;
  background-color: #f93f00;
  text-align: center;
  margin: 0 auto;
  padding: 50px 0;
}

span.description {
  width: 200px;
  font-size: 8pt;
}

span.score {
  display: inline-block;
  width: 30px;
}

span.link {
  /* display: inline-block; */
  width:150px;
  margin-right: 10px;
  font-size: 12pt;
}

span.edit {
    float: right;
}

span.badge {
  width: 100px;
}

