.validetta-error{display:block; font:12px/14px Arial, Helvetica, sans-serif; position:absolute; background-color:#CD2E26; max-width:325px; border-radius:5px; color:white; padding:5px 12px;}
.validetta-error:before{content:''; display:block; position:absolute; top:7px; left:-5px; width:0px; height:0px; border-right:5px solid #CD2E26; border-bottom: 5px solid transparent; border-top:5px solid transparent; }
.validetta-errorClose{display:block; cursor:pointer; position:absolute; top:-1px; right:3px; color:white; font-weight:bold;}

.codingsection{
    width:300px;
}
.red{
    color:red;
}
.bold{
    font-weight: bold;
}
.headlineinfo{
    margin:10px;
    padding:10px;
    border: 1px #D5D6C4 solid;
}
.headlineinfo h3{
    background-color: #EAEAE0;
    padding:5px;
    color:#594230;
}
.migstable{
    width: 100%;
}
.migstable tr td{
    margin: 5px;
    padding: 5px;
}
.charthead{
    width: 800px;
}