.table,td{word-break: break-word;}


input::-webkit-input-placeholder{
            color:#333;}
        input::-moz-placeholder{   /* mozilla firefox 19+ */
            color:#333;}
        input:-moz-placeholder{    /* mozilla firefox 4 to 18 */
            color:#333;}
        input:-ms-input-placeholder{  /* internet explorer 10-11 */ 
            color:#333;}
