 a[href]:after { content: none }

.voffset2  	{ margin-top: 2px; }
.voffset5 	{ margin-top: 5px; }
.voffset7 	{ margin-top: 7px; }   
.voffset10 	{ margin-top: 10px; }   
.voffset15 	{ margin-top: 15px; }   
.voffset20 	{ margin-top: 20px; }

.boffset2  { margin-bottom: 2px; }
.boffset5  { margin-bottom: 5px; }
.boffset10  { margin-bottom: 10px; }

.voffsetmeno10 	{ margin-top: -10px; }
.voffsetmeno12 	{ margin-top: -12px; }
.voffsetmeno15 	{ margin-top: -15px; }
.voffsetmeno30 	{ margin-top: -30px; }
.voffsetmeno35 	{ margin-top: -35px; }
.voffsetmeno40 	{ margin-top: -40px; }
.voffsetmeno45 	{ margin-top: -45px; }
.voffsetmeno48 	{ margin-top: -48px; }

.boffsetmeno2   { margin-bottom: -2px; }
.boffsetmeno4   { margin-bottom: -4px; }
.boffsetmeno8   { margin-bottom: -8px; }
.boffsetmeno10  { margin-bottom: -10px; }
  
.loffset5 	{ margin-left: 5px; padding-top: 4px; padding-bottom: 5px; }

.colorgraph {
  height: 7px;
  border-top: 0;
  background: #c4e17f;
  /* border-radius: 5px; */
  background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

#interactive.viewport {position: relative; width: 100%; height: auto; overflow: hidden; text-align: center;}
#interactive.viewport > canvas, #interactive.viewport > video {max-width: 100%;width: 100%;}
canvas.drawing, canvas.drawingBuffer {position: absolute; left: 0; top: 0;}
	
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.bg-orange {
  background-color: #dfae5c;
}

.text-orange {
  color: #a76c44;
}

.white-bg{
    background:#ffffff !important;
}

.table > thead > tr > td.muted,
.table > tbody > tr > td.muted,
.table > tfoot > tr > td.muted,
.table > thead > tr > th.muted,
.table > tbody > tr > th.muted,
.table > tfoot > tr > th.muted,
.table > thead > tr.muted > td,
.table > tbody > tr.muted > td,
.table > tfoot > tr.muted > td,
.table > thead > tr.muted > th,
.table > tbody > tr.muted > th10,
.table > tfoot > tr.muted > th {
  background-color: #e1e1e1;
}

.table > thead > tr > td.sq,
.table > tbody > tr > td.sq,
.table > tfoot > tr > td.sq,
.table > thead > tr > th.sq,
.table > tbody > tr > th.sq,
.table > tfoot > tr > th.sq,
.table > thead > tr.sq > td,
.table > tbody > tr.sq > td,
.table > tfoot > tr.sq > td,
.table > thead > tr.sq > th,
.table > tbody > tr.sq > th,
.table > tfoot > tr.sq > th {
  background-color: #E6E0F7;
}

.table > thead > tr > td.orange,
.table > tbody > tr > td.orange,
.table > tfoot > tr > td.orange,
.table > thead > tr > th.orange,
.table > tbody > tr > th.orange,
.table > tfoot > tr > th.orange,
.table > thead > tr.orange > td,
.table > tbody > tr.orange > td,
.table > tfoot > tr.orange > td,
.table > thead > tr.orange > th,
.table > tbody > tr.orange > th,
.table > tfoot > tr.orange > th {
  background-color: #fcf3e4;
}

.text-1x {
  line-height: 1.25;
}
.text-1x {
  font-size: 1.20em;
}