@import url(http://fonts.googleapis.com/css?family=Montserrat);
.btn-dogecoin {
font-size: 14px;
white-space: nowrap;
position: relative;
overflow: hidden;
cursor: pointer;
font-family: 'Montserrat';
width: 160px;
height: 45px;
padding: 5px 10px;
border-radius: 5px;
border: 1px solid #f8e9c0;
background-image: -webkit-linear-gradient(#f4ca5d, #f4b840);
background-image: linear-gradient(#f4ca5d, #f4b840);
color: #333;
text-transform: uppercase;
-webkit-transition: width .35s ease;
transition: width .35s ease;
}
.btn-dogecoin span {
display: block;
}
.btn-dogecoin .currency {
font-size: 1.1em;
}
.btn-dogecoin .currency:before {
content: 'Pay with';
font-size: .65em;
display: block;
}
.btn-dogecoin .symbol {
-webkit-transition: all .2s ease;
transition: all .2s ease;
font-size: 2.3em;
border: 2px solid #333;
border-radius: 360px;