

.pdble{ background: #3498db;

background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
background-image: -moz-linear-gradient(top, #3498db, #2980b9);
background-image: -ms-linear-gradient(top, #3498db, #2980b9);
background-image: -o-linear-gradient(top, #3498db, #2980b9);
background-image: linear-gradient(to bottom, #3498db, #2980b9);

font-family: Arial;
color: #ffffff!important;
font-size: 15px;
padding: 20px 20px 20px 20px;
text-decoration: none;

} 