/* Zeile 2297 */
.cb_template .btn:hover, .cb_template .btn:focus, .cb_template .btn.focus
{
  color: #333333;
  text-decoration: none;
  background-color: blue;
  background-position: 0px 0px;
}

/* Zeile 2326
.cb_template .btn-default:focus, .cb_template .btn-default.focus
{
  color: #333333;
  background-color: #e6e6e6;
  border-top-color: #8c8c8c;
  border-right-color: #8c8c8c;
  border-bottom-color: #8c8c8c;
  border-left-color: #8c8c8c;
}
 */


/* Zeile 6035 */
.cb_template .btn-default:hover, .cb_template .btn-default:focus
{
  background-color: red; /* #e0e0e0 */
  background-position: 0px 0px;
}