.vw-header{
	font-weight: 400;
	font-family: VWHeadlineOTBlack;
}
div.vw-header{
	font-size: 15px;
	margin-bottom:10px;
}
.model-table {
	background-color: #fff;
  width: 100%;
  margin-bottom: 1em;
  // Cells
  > thead,
  > tbody,
  > tfoot {
    > tr {
      > th,
      > td {
        padding: 9px 10px;
        line-height: 1;
        vertical-align: top;
        text-align: left;
      }
    }
  }
  // Bottom align for column headings
  > thead > tr > th {
    vertical-align: bottom;
  }
  // Remove top border from thead by default
  > caption + thead,
  > colgroup + thead,
  > thead:first-child {
    > tr:first-child {
      > th,
      > td {
        border-top: 0;
      }
    }
  }
  // Account for multiple tbody instances
  > tbody + tbody {
    border-top: 2px solid #ddd;
  }

  // Nesting
  .model-table {
    background-color: #fff;
  }
  border-top:1px solid #04b1eb;
  border-bottom:1px solid #04b1eb;
  thead th{
  	background: #eaeeed;
  	color:#000;
  	font-weight: bold;
  }
  tbody td{
  	background: #fff;
  	border-top:1px solid #8b949d;
  	color:#000;
  	font-weight:normal;
  }
}

