/*
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 : 20 mai 2015, 13:55:04
    Author     : julien
*/

body{
    background-color: #FFF;
}

.container{
    background-color: #FFF;
}

.logo{
    width: 150px;
    margin: 20px 0 0px;
}

textarea{
    resize: none;
    overflow: scroll;
}

#progress_info{
    display: none;
}