body {
    margin: 40px 0;
    padding: 0;
    font: 14px/1.5 sans-serif;
    overflow-x:hidden;
    background: #ccc;
}

#main {
    border: 1px solid #474747;
    width: 940px;
    margin: auto;
    padding: 10px;
    background: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#settings {
    padding: 20px 30px;
    width: 240px;
    background: #ececec;
    border: 1px solid #474747;
    z-index: 10;
    position: absolute;
    right: -270px;
    -webkit-border-radius: 7px 0 0 7px;
    -moz-border-radius: 7px 0 0 7px;
    border-radius: 7px 0 0 7px;
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
    -ms-transition: right 0.3s ease;
    transition: right 0.3s ease;
}
#settings:hover {
    right: -1px;
}

.dijitTextBox {
    width: 100%;
}

#table {
    margin-top:20px;
    height: 400px;
}
