﻿/*最外圍*/
table.outter
{
    border : none 0; 
    border-collapse : collapse; 
    margin: 0;
}

table.outter > tbody > tr > td
{
    border: none 0;
    vertical-align: top;
    box-sizing:border-box;
}

table.outter div.rightInsideTableCell
{
    border : none 0; 
    margin : 0;
    padding : 0;
    width : 100%;
}

.userInputHtml * {
    max-width: 100%;
}