/*!
  tw.css
*/
.btn-group-tw{
	height:3em;
	table-layout:auto;
}

.btn-tw {
	background-image:url(../images/spkr_cloth.png); 
	background-color:yellow;
	color:white;
	font-weight:bold;
	border-color: black;
	padding-left:5px;
	padding-right:5px;
	padding-top: 0px;
	padding-bottom:0px;
}
.btn-tw:focus,
.btn-tw.focus {
  color: #ff4040;
  border-color: red;
}
.btn-tw:hover {
  color:red;
  border-color: red;
}
.btn-tw:active,
.btn-tw.active,
.open > .dropdown-toggle.btn-tw {
  color: red;
  border-color: red;
}
.btn-tw:active:hover,
.btn-tw.active:hover,
.open > .dropdown-toggle.btn-tw:hover,
.btn-tw:active:focus,
.btn-tw.active:focus,
.open > .dropdown-toggle.btn-tw:focus,
.btn-tw:active.focus,
.btn-tw.active.focus,
.open > .dropdown-toggle.btn-tw.focus {
  color:#ff8080;
  background-color: #800000;
  border-color: red;
}
.btn-tw:active,
.btn-tw.active,
.open > .dropdown-toggle.btn-tw {
  background-image: none;
}
.btn-tw.disabled:hover,
.btn-tw[disabled]:hover,
fieldset[disabled] .btn-tw:hover,
.btn-tw.disabled:focus,
.btn-tw[disabled]:focus,
fieldset[disabled] .btn-tw:focus,
.btn-tw.disabled.focus,
.btn-tw[disabled].focus,
fieldset[disabled] .btn-tw.focus {
  border-color: #2e6da4;
}
.btn-tw .badge {
  color: green;
}