2016-05-28 04:34:52 +00:00
|
|
|
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
|
|
|
|
{
|
|
|
|
margin-top: 1em;
|
|
|
|
margin-bottom: 1em;
|
2017-03-28 16:40:00 +00:00
|
|
|
}
|
2017-03-31 03:42:02 +00:00
|
|
|
|
|
|
|
#outputDecode, #copyFeedback{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#outputDecode{
|
|
|
|
overflow: scroll;
|
|
|
|
}
|