<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17/12/2014, 15:20:49
    Author     : ahwelp
*/

html{
    //overflow: hidden;
}

h2{
    font-size: 20px;
}

p{
    text-align: justify;
}

p .draggable:hover{
    background-color: #FFC0CB;
}

.title{
    font-size: 120%;
    text-align: center;
}

.box{
    width: 10%;
    height: 50px;
    border: 1px black solid;
    //float: left;
    //margin: 20px;
    padding: 10px;    
    text-align: center;
}

.target{
    text-align: center;
    height: 90px;
    border-bottom: 2px black solid;
}

.target:first-child{
    border-top: 2px black solid;
}

.target:last-child{
    border-top: 0px;
}

#textArea{    
    float: left;
    width: 50%;
}

#textArea p{
    margin: 15px;
    text-indent: 1em;
}

#interactionArea{    
    float: right;
    width: 50%;
}

#interactionArea .box{
    width: 10%;
    height: 10%;
}

#dropableArea{
    padding-top: 60px;
}

#dropableArea .fakebox{
    width: 10%;
    height: 50px;
    border: 1px black solid;
    float: left;
    margin: 20px 20px 0px 0px ;
    padding: 10px;    
    text-align: center;
}

.descricao{
	background-color: #98FB98;
}

.causa{
    background-color: #FAA092;
}

.solucao{
    background-color: #ADD8E6;    
}

#draggableArea{
    overflow: auto;
}

#draggableArea .box{
    width: 25%;
    float: left;
}

#draggableArea .space{
    float: left;
    width: 60px;
}

.clear{
    clear: both;
}

.upperspace{
    padding-top: 20px;
}

.upperstep{
    margin-top: 20px;
}

.center{
    margin: 0 auto;
    text-align: center;
}

footer{
    width: 90%;
    min-width: 380px;
    margin: 20px;
    background-color: #FFD700;    
}

.buttons{
    background-color: #FFD700;
    color: black;
    font-size: 12px;
    padding: 0 10 0 10;
}

.buttons:hover{
    color: black;
}

.dragging{
    border: 2px black inset;
    width: 100px;
    height: 40px;
}</pre></body></html>