.bar {
    height: 18px;
    background: green;
}
#dropzone {
    font-size: 24pt;
    color:#333333;
    /*background: palegreen;*/
    border : 5px #333333;
    width: 150px;
    height: 150px;
    /*line-height: 50px;*/
    text-align: center;
    padding-top:50px;
    font-weight: bold;
    cursor:pointer;
}
#dropzone.in {
    width: 600px;
    height: 200px;
    line-height: 200px;
    font-size: larger;
}
#dropzone.hover {
    background: lawngreen;
}
#dropzone.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}
#sectionList .panel-body{
    display: inline-block;
}
#sectionList .panel-heading{
    cursor: move;
    display:inline-block;
}