@charset "utf-8";
/* CSS Document */

.consultation{
margin-top:20px;
margin-left:20px;
}

table.consal{
margin-top:20px;
margin-left:30px;
width:525px;
border-top:1px solid #999;
border-left:1px solid #999;
border-collapse:collapse;
border-spacing:0;
background-color:#ffffff;
empty-cells:show;
}

.consal th{
border-right:1px solid #999;
border-bottom:1px solid #999;
color:#333;
background-color:#eee;
padding:0.2em 0.2em;
text-align:center;
font-weight:100;
}

.consal td{
border-right:1px solid #999;
border-bottom:1px solid #999;
padding:0.2em 1em;
text-align:center;
}

