@font-face {
    font-family: 'SundaUnicode';
    src: url('../font/sundaneseLatin-01.woff') format('woff');
}
@font-face {
    font-family: 'Sunda';
    src: url('../font/SundavUnpad.woff') format('woff');
}

.animated {
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}

textarea {
  /* margin:0px 0px; this is redundant anyways since its specified below*/
  padding-top:10px;
  padding-bottom:25px; /* increased! */
  /* height:16px; */
  /* line-height:16px; */
  width:100%; /* changed from 96 to 100% */
  display:block;
  /* margin:0px auto; not needed since i have width 100% now */
}