
/* Target all Firefox */
/*html>*//**/  /*body #myDynamicContent, x:-moz-any-link, x:default {margin-left: -685px;} */
html>/**/body #myDynamicContent, x:-moz-any-link, x:default {margin-left: -500px;} 

@media screen and (-webkit-min-device-pixel-ratio:0) {
 #timeline  { position: relative;  }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
 #myDynamicContent  { position: relative;  }
}

@-moz-document url-prefix() { .siteForm div ol li table tbody tr td label { /*Positions the Yes and No labels in FF*/
position: relative;
top: 0px;
left: 0px; } } 

body:first-of-type .siteForm div ol li table tbody tr td label { /*Positions the Yes and No labels in Safari and PC FF*/
position: relative;
top: 0px;
left: 0px; }