@import url("default.css");

/* LeftWindow */
/* li#focus{background-color:yellow;} */

/* Main */
div.line{border-left:20px groove red;border-bottom:medium solid red;padding:2px 5px;margin:10px 0px 5px;font-size:130%;font-weight:bold;}
div.photo{text-align:center;margin-top:10px;}

table.list{background-color:pink;margin:5px 0px;}
table.list th{background-color:mistyrose;white-space:nowrap;}
table.list td{background-color:white;padding:1px 2px;}

table.agent{background-color:pink;margin:5px 0px;width:100%;}
table.agent th{background-color:mistyrose;white-space:nowrap;}
table.agent td{background-color:white;padding:1px 2px;}
table.agent caption{font-weight:bold;font-size:16pt;margin-top:20px;}
th.company{background-color:red!important;color:white;font-size:16pt;}

table.history td:first-child{white-space:pre;font-family:monospace;padding-right:5px;}
table.history td{vertical-align:top;}

table.contact{background-color:pink;margin:10px 0px 130px;font-size:12pt;}
table.contact th{background-color:mistyrose;}
table.contact td{background-color:white;padding:1px 2px;}
