/* for E2E Blog component */
body, input, select, textarea, table { font-family:'Open Sans', Arial, sans-serif !important; }
body { font-weight:400; font-size:14px; color:#555; margin:0; padding:0; min-width:1230px; }
* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; }
h2 { font-weight:600; margin:1em 0 .5em 0; color:#333; font-size:1.6em !important; }
a { color:#118899; text-decoration:none; outline:0; }
a:visited { color:#aa6666; }
a:hover { color:#cc0000; text-decoration:underline; }
ul { list-style-type:none; padding:0; margin:0 0 1em 1em; }
ul > li { list-style-type:none; background:url(/assets/images/ulCircle.png) no-repeat 0 .5em; padding-left:.6em; margin:0 0 .5em 0; }
table { border-collapse:collapse; border-top:1px solid #e0e0e0; border-left:1px solid #e0e0e0; font-size:1em; margin:0 0 1em 0; }
table th, table td { border-right:1px solid #e0e0e0; border-bottom:1px solid #e0e0e0; vertical-align:top; padding:.5em; }
table th { background:#f0f0f0; color:#333; vertical-align:bottom; text-align:left; font-weight:600; }