/*  Theme Name:  Tuneport
 Template:     salient
 Version:      1.0.0
 */
.borderless {
  border: 0 !important;
}
.signup-form {
  width: 390px;
  margin: auto;
}
#downloads .download {
  width: 320px;
}
#downloads .download .title {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  background-color: #666;
  padding: 5px;
}
#downloads .download .content {
  padding: 5px;
  background-color: #cccccc;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#downloads .download .btn-small {
  color: #fff;
  background-color: #ff8400;
  text-align: center;
  border-radius: 5px;
  display: block;
  padding: 5px;
  margin-top: 5px;
}
