/* Attribution Widget */
 .invc .attribution {
  display: table;
  width: 100%;
  padding: 15px;
 }
 .invc .attribution > * {
  display: table-cell;
  width: 70%;
  vertical-align: middle;
  padding: 0 15px;

  line-height: 2;
  font-family: Roboto;
  font-size: 10px;
  font-weight: 300;
 }
 .invc .attribution > .left {
  width: 300px;
  text-align:center;
 }
 .invc .attribution A {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
 }

 .invc .attribution A.cloudquote {
  text-decoration: none;
 }
 .invc .attribution A.cloudquote IMG {
  display: block;
  width: 250px;
 }
