1window { direction: rtl; }
2.wide { background: red; width: 800px; height: 30px; display: inline-block;}
3
4#container {
5  background-color: yellow;
6}
7
8#rightBox {
9  margin-left: 1000px;
10}
11