45 lines
386 B
CSS
45 lines
386 B
CSS
|
body
|
||
|
{
|
||
|
background-color: #d8d8d8;
|
||
|
color: black;
|
||
|
}
|
||
|
.center
|
||
|
{
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
#dataArea
|
||
|
{
|
||
|
margin-left: 3em;
|
||
|
margin-right: 3em;
|
||
|
}
|
||
|
|
||
|
#text
|
||
|
{
|
||
|
width: 100%;
|
||
|
max-width: 100%;
|
||
|
min-height: 300px;
|
||
|
}
|
||
|
|
||
|
#one
|
||
|
{
|
||
|
margin-bottom: 1em;
|
||
|
}
|
||
|
|
||
|
.dataItem
|
||
|
{
|
||
|
margin: 1em;
|
||
|
}
|
||
|
|
||
|
footer
|
||
|
{
|
||
|
margin-top: 1em;
|
||
|
margin-bottom: 2em;
|
||
|
}
|
||
|
|
||
|
#copyFeedback
|
||
|
{
|
||
|
display: none;
|
||
|
margin-top: 1em;
|
||
|
margin-bottom: 1em;
|
||
|
}
|