.NVd3Canvas {
	font: 10px sans-serif;
	background-color: transparent;
}

svg { overflow: hidden; }

.NVd3Canvas h2 {
    font-size: 1.4em;
    margin: 0.7em 0px 0.4em;
    color: #000154;
}

.NVd3Canvas .button-container-search {
    width: 100%;
    text-align: center;
    margin-top:15%;
}

.NVd3Canvas .button-container {
    width: 100%;
    text-align: center;
}


.NVd3Canvas ul.buttons {
    text-align: left;
    display: inline;
    margin: 0;
    padding: 15px 4px 17px 0;
    list-style: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    margin-right: 2em;
}

.NVd3Canvas ul.buttons li{
    font: bold 12pt sans-serif;
    color: white;
    display: inline-block;
    margin-right: -4px;
    position: relative;
    padding: 15px 20px;
    background: #000;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.NVd3Canvas ul.buttons li:hover {
  background: #777777;
  color: white;
}

.NVd3Canvas ul.buttons li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 300px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}

.NVd3Canvas ul.buttons li ul li { 
	font: bold 10pt sans-serif;
  background: #555; 
  display: block; 
  color: #fff;
}
    .NVd3Canvas ul.buttons li a {
        color: #fff;
        text-decoration: none;
        display: block;
    }


.NVd3Canvas ul.buttons li ul li:hover { background: #666; }

.NVd3Canvas ul.buttons li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

.NVd3Canvas .axis path,
.NVd3Canvas .axis line {
	fill: none;
	stroke: #000;
	opacity: 0.2;
	shape-rendering: crispEdges;
}

.NVd3Canvas .axis text {
	font: 10px sans-serif;
}

.NVd3Canvas .line {
	fill: none;
	stroke: steelblue;
	stroke-width: 1.5px;
}

.NVd3Canvas .bar {
	fill: steelblue;
	fill-opacity: .9;
}

.NVd3Canvas .bar:hover {
	fill: brown;
}

.NVd3Canvas .selectedBar {
	fill: brown;
}

.NVd3Canvas label {
	position: absolute;
	top: 10px;
	right: 10px;
}

.NVd3Canvas div.tooltip {
	position: absolute;
	text-align: center;
	padding: 2px;
	font: 12px sans-serif;
	background: lightsteelblue;
	border: 0px;
	border-radius: 8px;
	pointer-events: none;
}

.NVd3Canvas .left {
	width: 50%;
	float: left;
	background-color: transparent;
}

.NVd3Canvas .right {
	width: 50%;
	float: right;
}

.NVd3Canvas .bubble {
	stroke: black;
	stroke-width: 1px;
	fill: steelBlue;
	opacity: 0.9;
}

.NVd3Canvas .selectedBubble {
	stroke: black;
	stroke-width: 4px;
	fill: hotPink;
}

.NVd3Canvas .text {
	font: 10px sans-serif;
}

.NVd3Canvas .label {
	font: 12px sans-serif;
	font-weight: bold;
}

.NVd3Canvas .leftKey {
	width: 50%;
	float: left;
}

.NVd3Canvas .rightMetrics {
	width: 50%;
	float: right;
}

.NVd3Canvas .summary {
	fill: white;
	font: 15px sans-serif;
	text-anchor: end;
}

.NVd3Canvas .summaryText {
	fill: black;
	font: 12px sans-serif;
	padding: 5px 5px 5px 5px;
}

.NVd3Canvas .keyText {
	fill: black;
	font: 10px sans-serif;
}

.NVd3Canvas .metricBar {
	fill: steelblue;
}

.NVd3Canvas .metricText {
	fill: white;
	font: 10px sans-serif;
}

.NVd3Canvas .filters {
	width: 250px;
}

.NVd3Canvas .many-vulns-message {
	font: bold 15px sans-serif;
}

#NVd3CweDetailContainer,
#NVd3CanvasCweYear,
.NVd3Canvas .right {
    background-color: transparent;
}


div.d3XhtmlSummary {
    display: table;
}

div.d3XhtmlSummary .summaryRow  {
    display: table-row;
}

div.d3XhtmlSummary .summaryRow span {
    display: table-cell;
}

div.d3XhtmlSummary .summaryRow span:first-child {
    white-space: nowrap;
}

div.d3XhtmlSummary .summaryRow span.summaryRowTitle {
    text-align: right;
    font-weight: bold;
}

.NVd3Canvas .bubbles {
	border: solid 1px #000154;
	border-radius: 5px;
}

.NVd3CweYearDetailsContainer {
	margin-left: 5px;
}

#faqbuttons ul.buttons li {
    font: bold 14pt sans-serif;
    text-align: center;
    color: white;
    display: inline-block;
    margin-right: -4px;
    position: relative;
    padding: 40px 0 0 0;
    background: #000;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    width: 200px;
    height: 100px;
}


#faqbuttons ul.buttons {
    text-align: left;
    display: inline;
    margin: 0;
    padding: 15px 4px 17px 0;
   line-height:150px;
    list-style: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    margin-right: 2em;
}

    #faqbuttons ul.buttons li:hover {
        background: #777777;
        color: white;
    }