@charset "utf-8";
/* CSS Document */
.btbt {
    text-align: center;
    color: #000;
	background: linear-gradient(#11d910,#f8f3f2);
    border: solid 2px #077d11;
    text-shadow: 0px 0px 10px #e5e5e5;
    height: 40px;
    line-height: 36px;
    border-bottom: 1px solid #738e9f;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: bold;
    font-size: 26px;
}
@media screen and (max-width: 610px){
	
.btbt{ font-size: 18px;}
}