63 lines
809 B
CSS
63 lines
809 B
CSS
body {
|
|
width : 1200px;
|
|
margin : 20px auto;
|
|
background: #f8f8f8;
|
|
border : 4px solid #888;
|
|
border-radius: 40px;
|
|
-moz-border-radius :40px;
|
|
-webkit-border-radius:40px;
|
|
}
|
|
|
|
img {
|
|
padding-top: 20px;
|
|
}
|
|
|
|
table {
|
|
width: 90%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
margin-bottom: 50px;
|
|
}
|
|
table, th, td{
|
|
border: 1px solid black;
|
|
}
|
|
|
|
.container div {
|
|
display: inline-block;
|
|
}
|
|
.container {
|
|
margin-bottom: 50px;
|
|
}
|
|
.tabletitle{
|
|
text-align: center;
|
|
}
|
|
|
|
.error, .message{
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.message {
|
|
text-align: center;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.statements {
|
|
width: 200px;
|
|
}
|
|
|
|
#loyalcustomers {
|
|
width: 40%;
|
|
text-align: center;
|
|
}
|
|
|
|
#numaccounts {
|
|
width: 50%;
|
|
text-align: center;
|
|
}
|
|
|
|
#offerCC {
|
|
width: 50%;
|
|
text-align: center;
|
|
}
|
|
|