/*
 *
 * RIPE NCC official button style changes
 *
 */

a.btn:visited {
  color: #ffffff;
}
a.btn-default:visited {
  color: #666666;
}
.btn {
  border-radius: 0;
}
.btn-primary {
  background: none repeat scroll 0 0 #44465D;
}
.btn-success {
  background: none repeat scroll 0 0 #11A900;
}
.btn-danger {
  background: none repeat scroll 0 0 #FF002F;
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: none;
  box-shadow: none;
}
