/* winerygroup
---------------------------------------------------------- */
  .main .winerygroup a {
    color: #C08803;
    display: block;
    font-size: 1.3em
  }


.people {
}
.people td {
    color:#C08803;
    font-size:1.3em;
    font-family: georgia, 'times new roman', times, serif;
}

.people .personlabel {
float:right;
}
.people .persondescription {
float:left;
width:260px;
}

/* judges scores
---------------------------------------------------------- */
  #paris-tasting-judges-scores .main table {
    margin-bottom: 30px;
    width: 100%;
  }
  #paris-tasting-judges-scores .main table th {
    font-family: georgia, 'times new roman', times, serif;
    font-size: 1.1em;
    color: #4D4D4D;
    font-style: italic;
    text-align: center;
    vertical-align: bottom;
    text-transform: lowercase;
    padding: 5px 3px;
  }
  #paris-tasting-judges-scores .main table td {
    font-family: georgia, 'times new roman', times, serif;
    font-size: 1.3em;
    color: #707070;
    padding: 5px 3px;
  }
  #paris-tasting-judges-scores .main table tr {
    border-bottom: 1px solid #E4E1DB;
  }
  #paris-tasting-judges-scores .main table th.col2 { 
    width: 185px;
    text-align: left;
  }
  #paris-tasting-judges-scores .main table td.col4 { padding-left: 20px; }
  #paris-tasting-judges-scores .main table td.col5 { padding-left: 30px; }
  #paris-tasting-judges-scores .main table th.col6 { 
    width: 275px; 
    text-align: left;
  }
  #paris-tasting-judges-scores .main table td.col7 { padding-left: 20px; }
  #paris-tasting-judges-scores .main table td.col8 { padding-left: 20px; }

/* history
---------------------------------------------------------- */
#history #content {
  background-color: #FFF;
  padding: 10px;
}



