body {
    margin: 0px;
    font-family: 'Open Sans',Calibri, "Lucida Grande", sans-serif;
    background-color: #eee;
}
div.header {
    background-color: #aaf;
    background-image: -moz-linear-gradient(top, #88d 0%, #88d 50%, #99d 50%, #99d 100%);
    background-image: -o-linear-gradient(top, #88d 0%, #88d 50%, #99d 50%, #99d 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #88d), color-stop(0.5, #88d), color-stop(0.5, #99d), color-stop(1, #99d));
    background-size: 4px 4px;
    border-bottom: 2px solid #339;
}
h1 {
    margin: 0px auto;
    max-width: 570px;
    padding: 10px 10px 10px 20px;
    text-shadow: 1px 1px 0px #bbe;
    font-size: 18pt;
}
div.content {
    max-width: 560px;
    padding: 20px;
    margin: auto;
    background-image: -moz-linear-gradient(-90deg, #fff 0%, #eee 100%);
    background-image: -o-linear-gradient(-90deg, #fff 0%, #eee 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #eee));
}
h2 {
    margin: 0px 0px 15px 0px;
    font-size: 16pt;
}
li {
    font-size: 14pt;
}
p {
    margin: 0px 0px 20px 0px;
    font-size: 14pt;
}
.source {
    width: 360px;
    height: 60px;
    margin: auto;
}
.boxes div {
    float: left;
    width: 60px;
    height: 50px;
    background-color: #bbe;
    background-image: -moz-linear-gradient(-45deg, #eef, #88d);
    background-image: -o-linear-gradient(-45deg, #eef, #88d);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #eef), color-stop(1, #88d));
    font-size: 24pt;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.source div {
    cursor: pointer;
}
div.whileDragging {
    background-image: none;
    background-color: black;
    color: white;
}
div.not {
    background-image: none;
    background-color: #eef;
    cursor: inherit;
}
div.pendingDrop {
    opacity: 0.5;
}
.drop {
    width: 360px;
    height: 120px;
    overflow: auto;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #888;
    border: solid 1px #333;
    box-shadow: 2px 2px 2px #666;
    -webkit-box-shadow: 2px 2px 2px #666;
    text-align: center;
    font-size: 24pt;
    font-weight: bold;
}
.highlight {
    background-color: #dd8;
}
ul#list {
    padding: 0px;
}
ul#list li {
    list-style-type: none;
    padding: 10px;
    background-color: #aaf;
    background-image: -moz-linear-gradient(-90deg, #eef, #88d);
    background-image: -o-linear-gradient(-90deg, #eef, #88d);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eef), color-stop(1, #88d));
    border-bottom: 1px solid #88d;
    font-weight: bold;
    cursor: pointer;
}


