.playa {
	background: none;
	border: none;
	box-shadow: unset;
	padding: 0 0 10px 0 !important;
}

.playa section {
	margin: 0;
	padding: 0
}

.playa input[type="range"] {  
  background-color: #ddd;
  border: 1px solid #bbb;
  opacity: 0.9;
  height: 1em;
  top: 2px;
  position: relative;
  width:100%;
}

.playa  .thumbnail  {
    width:100%;
}

/* sliders and buttons need a uniform height */
.playa .btn-group .btn {
    display:inline-block;
    float:none;
    height: 2.2em;
}

/*  contains the attribution link */
.playa .row:nth-child(4) { 
  overflow: hidden;
}

.btn{
  background-color: #000;
  /*border-color: #d8d8d8;*/
  color: white;
  border-radius: 0px;
}

.btn-default:hover {
  background-color: #000;
  /*border-color: #d8d8d8;*/
  color: white;
}

.btn-default:active {
  background-color: #000;
  /*border-color: #d8d8d8;*/
  color: white;
}

.btn-default:active:hover {
  background-color: #000;
  /*border-color: #d8d8d8;*/
  color: white;
}

.btn-default:focus{
  background-color: #000;
  /*border-color: #d8d8d8;*/
  color: white;
}

/* Acknowledgements:
To Glyphicons (http://glyphicons.com/) for the Halflings glyphs font */

/* .spin is used to rotate glyphicon glyphicon-refresh */
.spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
