Slide 56
Slide 56 text
.bt {
border: 1px solid rgba(0, 0, 0, 0.25);
color: #444;
margin: 0px 5px;
height: 29px;
width: 65px;
padding: 8px 13px;
background-image: -webkit-linear-gradient(#ededed, #ededed
38%, #dedede);
text-shadow: 0 1px 0 rgb(240, 240, 240);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08), inset 0 1px 2px rgba(255,
255, 255, 0.75);
font-size: 12px;
}
.bt.bt-dark {
-webkit-linear-gradient(#693B3B, #B8B2B2 38%, #dedede);
}
.bt.bt-big {
height: 45px;
width: 100px;
font-size: 16px;
}