@charset "utf-8";
/* CSS Document */

table.First Floor Plan
{
background-color:#FFFFFF;
border-collapse:collapse;
border-style:solid;
border-width:1px;
border-color:#000000;
font:16px Georgia, serif;
padding:10px;
box-shadow:0px 0px 2px 2px #919191;
border-radius:10px;
}

th
{
color:#FFFFFF;
border-style:solid;
border-width:1px;
border-color:#000000;
font-weight:100;
padding:5px;
text-align:center;
vertical-align:middle;
width:220px;
}

tr
{
color:#E8E8E8;
border-style:solid;
border-width:1px;
border-color:#000000;
font-weight:100;
}

tr:hover td
{
background:#E85356;
color:#FFFFFF;
}

tr:nth-child(odd) td
{
background:;
}

tr:nth-child(odd):hover td
{
background:#E85356;
}

td
{
background:;
padding:5px;
text-align:center;
vertical-align:middle;
}

th:first-child
{
border-top-left-radius:10px;
}

th:last-child
{
border-top-right-radius:10px;
}

tr:last-child td:first-child
{
border-bottom-left-radius:10px;
}

tr:last-child td:last-child
{
border-bottom-right-radius:10px;
}