.box:before {
  content: attr(class);
}
.display:before {
  content: attr(class);
}
.box-post:before {
  content: attr(class);
}
.display-post:before {
  content: attr(class);
}
h2:before {
  content: "h2 ";
}
h3:before {
  content: "h3 ";
}
h4:before {
  content: "h4 ";
}
#box-wrap {
    background-color: #e9e9e9 !important;
}
.box {
    margin: 5px !important;
    background-color: #00FF00 !important;
    border: 3px solid #FF0000 !important;
    clear: both;
}
body {
    color: #000000;
}
a:link, a:visited {
    text-decoration: underline !important;
    color: #000000 !important;
    background-color: transparent !important;
}
a:hover {
    color: #000000 !important;
    background-color: transparent !important;
}
.tools, .box h2, .box h3, .box h4 {
    color: #FFFFFF !important;
    padding: 0px !important;
    margin: 5px !important;
    background-color: #0000FF !important;
}
.box .display h3 {
    /*background-color: transparent !important;*/
}
.display {
    margin: 5px !important;
    border: 2px solid #FF0000 !important;
    padding: 10px;
    background-color: #00FF00 !important;
    clear: both;
}
.display * {
    /*display: none;*/
}
.tools {
    list-style-type: none;
    margin: 10px !important;
}
.box-post, table {
    width: auto !important;
    margin: 10px !important;
    padding: 0px !important;
    border: 0 none !important;
    background-color: #00FF00 !important;
}
.display-post, table, .odd, th {
    background-color: #00FF00 !important;
}