body { font-family: sans-serif; } p { font-size: 100%; } span { font-size: inherit; } input { font-size: inherit; display: table;} table { font-size: inherit; border: 1px solid darkslategray; border-collapse: collapse; max-width: 100%; table-layout: fixed; width: 100%; white-space: nowrap; } th { border: 1px solid darkslategray; border-collapse: collapse; overflow: hidden; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } td { border: 1px solid darkslategray; border-collapse: collapse; overflow: hidden; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } button { font-size: inherit; color: white; background-color:darkslategray; border-style:none; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; margin-top:5px; margin-bottom:5px;} textarea {width: 50%; resize:both;}