/* v 20130217a */
body {
    font-size:1em;
    font-family: Verdana, Calabri, Arial, Times New Roman, sans-serif;
    line-height: 1.2em;
    background-color: #fafad2;
    text-align: center;
    margin: 0;
}
 .page{
 }
 
.banner{
    padding: 10px 0 10px 0;
}

.main{
    margin-left: 0;
    margin-right: 0;
}
.footer{
    padding: 10px 0 10px 0;
}
.left{
    text-align: left;
}
.right2px{
    border-right: 2px solid black;
}
.vul{
        color: red;
    }
.nonvul{
        color: black;
    }
table{
  background-color: #ffefd5;
    border: 2px black double;
    border-collapse: collapse;
    margin-left:auto;
    margin-right:auto;
    font-size: 0.9em;
    text-align: center;
}

.blank{
  background-color: #fafad2;
  border: none;
}

.cards{
  text-align: left;
  background-color: #fafad2;
  border: none;
  font-size: 100%;
  line-height: 100%;
}

.hands{
  border: none;
}

.tableTop{
    border: none;
    width: 58px;
  max-width: 58px;
  min-width: 58px; 
    background-color: #80FF80;
  //border: 1px solid green;
}

.dealer_north{
  position: relative;
  top: -10px;
  left: 0;
}

.dealer_east{
  position:relative;
  top: 5px;
  left: 13px;
}

.dealer_south{
  position:relative;
  top: 15px;
  left: 1px;
}

.dealer_west{
  position:relative;
  top: 4px;
  left: -12px;
}

th{
    border-top: 0;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 0;
}
th.small{
    font-size: 0.8em;
}
td{
    border-top: 0;
  border-right: 1px solid black;
    border-bottom:1px solid black;
    border-left: 0;
}
  
.b{
  border: none;
}

.width{
  width: 6em;
}

a:link {
  text-decoration: none;
    color: blue;
}
a:hover {color: #ff8c00;}
a:active {color: #2e8b57;}

