/**
 * Project
 */
h2 span {
    color:#c00;
}

div.source {
    width:100%;
    overflow:auto;
    border:1px solid #666;
    margin: 4px 0px;
    background-color: #f5f5f5;
}
div.notification {
    width:100%;
    overflow:auto;
    border:1px solid #666;
    margin: 4px 0px;
}

div#preview{
    position:absolute;
    right:10px;
    top:100px;
    height:240px;
    width:160px;
    z-index:10;    
}
div#preview h2{
    text-align:right;    
    border-bottom:3px solid #ccc;
}

table#result{
		
}
