/*
 * vim: syntax=css
 *
 * CSS for SCVDA Players Page.
 * Currently based on the individuals standing page.
 *
 */

table {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  page-break-after: always;
}

#qryTime {
  font-size: xx-small;
  font-style: italic;
}

.excel1 {
padding:0px;
color:windowtext;
font-size:10.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:Arial;
text-align:general;
vertical-align:bottom;
border:none;
white-space:nowrap;
}
.excel2 {
font-weight:700;
font-family:Arial, sans-serif;
text-align:center;
border-top:none;
border-right:none;
border-bottom:2.0pt double windowtext;
border-left:none;
padding:0px;
color:windowtext;
font-size:10.0pt;
font-style:normal;
text-decoration:none;
vertical-align:bottom;
border:none;
white-space:nowrap;
}
.excel3 {
text-align:center;
padding:0px;
color:windowtext;
font-size:10.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:Arial;
vertical-align:bottom;
border:none;
white-space:nowrap;
}
.excel3c {
text-align:center;
padding:0px;
color:windowtext;
font-size:10.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:Arial;
vertical-align:middle;
border:none;
white-space:nowrap;
}
.highlightCol {
text-align:center;
padding:0px;
color:windowtext;
font-size:10.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:Arial;
vertical-align:middle;
border:left;
word-break: break-word;
word-wrap: break-word;
}
.excel4 {
text-align:right;
padding:0px;
color:windowtext;
font-size:10.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:Arial;
vertical-align:bottom;
border:none;
white-space:nowrap;
}
.excel5 {
text-align:left;
padding:0px;
color:windowtext;
font-size:10.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:Arial;
vertical-align:bottom;
border:none;
white-space:nowrap;
}
.excel5c {
text-align:left;
padding:0px;
color:windowtext;
font-size:10.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:Arial;
vertical-align:middle;
border:none;
white-space:nowrap;
}
.excel6 {
padding:0px;
color:windowtext;
font-size:10.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:Arial;
text-align:general;
vertical-align:bottom;
border:none;
white-space:nowrap;
}
.excel7 {
font-weight:700;
font-family:Arial, sans-serif;
text-align:center;
border-top:none;
border-right:none;
border-bottom:2.0pt double windowtext;
border-left:none;
padding:0px;
color:windowtext;
font-size:10.0pt;
font-style:normal;
text-decoration:none;
vertical-align:bottom;
border:none;
white-space:nowrap;
}
.excel8 {
text-align:center;
padding:0px;
color:windowtext;
font-size:10.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:Arial;
vertical-align:bottom;
border:none;
white-space:nowrap;
}
.excel9 {
text-align:right;
padding:0px;
color:windowtext;
font-size:10.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:Arial;
vertical-align:bottom;
border:none;
white-space:nowrap;
}
.excel10 {
text-align:left;
padding:0px;
color:windowtext;
font-size:10.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:Arial;
vertical-align:bottom;
border:none;
white-space:nowrap;
}
.excel11 {
padding:0px;
color:windowtext;
font-size:10.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:Arial;
text-align:general;
vertical-align:bottom;
border:none;
white-space:nowrap;
}
.excel12 {
font-weight:700;
font-family:Arial, sans-serif;
text-align:center;
border-top:none;
border-right:none;
border-bottom:2.0pt double windowtext;
border-left:none;
padding:0px;
color:windowtext;
font-size:10.0pt;
font-style:normal;
text-decoration:none;
vertical-align:bottom;
border:none;
white-space:nowrap;
}
.excel13 {
text-align:center;
padding:0px;
color:windowtext;
font-size:10.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:Arial;
vertical-align:bottom;
border:none;
white-space:nowrap;
}
.excel14 {
text-align:right;
padding:0px;
color:windowtext;
font-size:10.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:Arial;
vertical-align:bottom;
border:none;
white-space:nowrap;
}
.excel15 {
text-align:left;
padding:0px;
color:windowtext;
font-size:10.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:Arial;
vertical-align:bottom;
border:none;
white-space:nowrap;
}

/*
 * d3js charts
 *
 * Ref:
 *  - https://bost.ocks.org/mike/bar/
 *  - http://codepen.io/mbostock/pen/Jaemg
 *
 */
.chart div {
  font: 10px sans-serif;
  background-color: steelblue;
  text-align: right;
  padding: 3px;
  margin: 1px;
  color: white;
}
