/* Document : mystyle Created on : 2013-07-04, 15:02:39 Author : mlenart Description: Purpose of the stylesheet follows. */ @import url(style.css); root { display: block; } .emphasized { background: #ffff00; } .emphasizedBad { background: red; } .text, .header { margin-top: 30px; margin-bottom: 20px; margin-left: 15px; margin-right: 15px; } .matchedText, .unmatchedText, .headerCell { padding: 25px; margin-bottom: 20px; } .headerCell { font-weight: bold; } .right .matchedText { border-left-color: greenyellow; border-left-width: 8px; border-left-style: solid; } .right .unmatchedText { border-left-color: red; border-left-width: 8px; border-left-style: solid; } .matchedText, .unmatchedText { background: whitesmoke; } .text { width: 80%; margin-top: 40px; margin-bottom: 40px; margin-left: auto; margin-right: auto; /*background: whitesmoke;*/ } .header { margin-top: 30px; } .alignForm { width: 600px; height: 480px; margin-left: auto; margin-right: auto; background: whitesmoke; padding-top: 30px; padding-left: 50px; } .alignFormPart { margin-top: 10px; } .alignFormHeader { margin-bottom: 20px; } .textTableRow td { width: 50%; }