body { background-color: white; } h1 { color: maroon; margin-left: 40px; } .good { background-color: #00FF00; } .fail { background-color: #FF0000; color: #FFFFFF; } .message { background-color: #F5B120; } .fail:hover { background-color: #FF0000; color: #FFFFFF; } .case { border-radius: 25px; } .suite { border-radius: 25px; } .entry { border-radius: 0px; } span { border: 2px solid; border-color: black; padding: 2px; padding-left: 10px; padding-right: 10px; } .boxshadow { background-repeat: no-repeat; border: 1px solid black; box-shadow: 10px 10px 5px #888888; } .skipped { margin-bottom: 2px !important; cursor: default; }