.btn-twitter {
    background: #00ACEE;
    border-radius: 12px;
    padding: 2px;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #0075a2;
    font-size: 12px;
    cursor: pointer;
	}
	.btn-twitter:link, .btn-twitter:visited {
	  color: #fff; 
	}
	.btn-twitter:active, .btn-twitter:hover {
	  background: #0075a2;
	  color: #fff; 
	}
/*.testbut5 { border: 1px solid firebrick;} */
.testbut8 {background-color: deepskyblue; color:black; cursor: pointer;}   

.btn-group-xs > .btn, .btn-xs {
    padding  : .25rem .4rem;
    font-size  : .875rem;
    line-height  : .5;
    border-radius : .2rem;  
}
.testbut0 {
    width: 10em;
    height: 5ex;
    background-color: gold;
    border: 2px solid firebrick;
    border-radius: 10px; 
    font-weight: bold;
    color: black;
    cursor: pointer;
}
.testbut {
    border: 1px solid firebrick;    
}
.testbut:hover {
    background-color: lightyellow;
    color:black;
}   
.testbut2:hover {
    background-color: greenyellow;
    color:black;
}     
.testbut3:hover {
    background-color: skyblue;
    color:black;
}     
.testbut4:hover {
    background-color: orangered;
    color:black;
}     
.testbut5:hover {
    background-color: deepskyblue;
    color:black;
}      