code example

#pop-up-text a {
background:#eb8c00; /* You can change the colour to match your branding */
text-align:center;
padding:10px 20px;
color:#454545; /* You can change the colour to match your branding */
border-radius:5px;
display:block;
margin:30px auto;
}
#pop-up-text a.download-app {
margin-right:50px;
float:left;
}
#pop-up-text a.cancel-download {
float:right;
}
/* \/\/\/\/\/\/\/ */