div.container {
background: #ffffff;
font-family: Roboto, sans-serif;
margin: 10px;
padding: 0;
border: 2px solid rgb(73, 121, 169);
border-radius: 10px;
color: #353333;
font-size: 12pt;
overflow: hidden;
}
#header {
position: relative;
background: rgb(73, 121, 169);
border-bottom: 3px rgb(73, 121, 169) solid;
padding: 7px;
color: #ffffff;
}
#footer {
position: relative;
margin-top: 10px;
background: rgb(73, 121, 169);
padding: 7px;
color: #ffffff;
border-top: 3px rgb(73, 121, 169) solid;
}
#storeLink {
position: absolute;
right: 20... |