/* CSS Document */
.left {
float: left;
clear: both;
display: compact;
}

.right {
float: right;
clear: none;
display: compact;
}
