textarea{
    width:100%;
    border-radius: 5px;
    padding: 10px;
    font-size: 20px;    
}
h1{
    font-size: 16px;
}
#textOut{
    font-size: 20px; 
}
.title{
    background: #eee;
    padding:10px;
    padding-top: 0px;
    margin-top:5px;
    margin-bottom: 10px;
    border-radius: 5px;
    border:1px solid #ccc;
}
.buttons{
    width:100%;
    text-align: center;margin-top: 10px; margin-bottom: 10px
}
.buttons a{
    width: 49%;
}
#loading{
    margin-top: 5px;
    margin-bottom: 5px;
    width: 40px;
    display: none;
}
.tc{
    
    text-align: center;
}
.flag{
    margin: 10px 10px 0 10px;
    
    
}
.ad{
    margin-top:10px;
}