/*
|------------------
| Tag(s) - Reset
|------------------
*/

.capgrp {
  width:99%;
  margin-left:auto;
  margin-right:auto;
  padding:0px;
  margin-bottom:10px;
  max-width:900px;
  color:#000;
  background-color:#00802b;
  border:thin solid #888888;
  box-shadow: 5px 5px 5px #111111;
 }
.bpick {
  width:98%;
  margin-left:auto;
  margin-right:auto;
   color:#000;
  border:1px solid transparent;
  border-colllapse:separate;
  border-spacing:15px;
 }
.bpick td {
  font-size:smaller;
  background-color:#fff;
  color:#000;
  border:1px solid #cdcdcd;
  padding:8px;
 }
.wc7{ color:#800000; text-align:center; text-shadow: 2px 2px 3px #666666;font-weight:bold; font-size:26px;  }     
.wc8{ color:#900003; text-shadow: 2px 1px 3px #000;font-weight:bold; font-size:26px; font-family:Verdana,sans-serif }     
.wc15{ color:#fff; text-align:left; text-shadow: 2px 2px 3px #000;font-weight:normal; font-size:24px;line-height:34px; }    

#wcstats {
 width:98%;
  margin-left:auto;
  margin-right:auto;
  padding:0px;
  margin-bottom:10px;
  max-width:700px;
  color:#000;
  background-color:#fff;
  border:thin solid #888888;
  box-shadow: 5px 5px 5px #111111;
  border-collapse:collapse;
 }
#wcstats th {
   background-color:#00802b;
   color:#fff;
   text-align:right;
   padding-right:3px;
  }
#wcstats td {
   text-align:right;
   color:#000;
   padding:3px;
   //min-width:80px;
  }