@font-face {
	font-family: 'JD Sans Pro';
	src: local('JDSansPro-Medium.ttf'), 
	url('JDSansPro-Medium.ttf') format('opentype');
	}

  table, th, td {
    border: 1px solid #cacaca;
  }
	tbody 
        {
          font-family: 'JD Sans Pro';
          font-size: 7.1vh;
          table-layout: inherit;
          width: 100%;
          border-collapse: collapse;
          border: medium none;
          height: 100%; 
          line-height: 150%;
        } 
  tr 
      {
        height:auto;
      }   
  td
      {
        overflow: hidden;
        padding: 0vh 5vh;
        vertical-align: center; 
        font-weight: bold; 
        width: 50%; 
        text-align: left;
      } 
  span 
      {
        color: #666666;
        font-weight: normal;
  }       
		
.infoTitle {	
	font-family: 'JD Sans Pro';
	font-weight: lighter;
	font-size: 3vh;
	vertical-align: middle;
	}

.infoModelBt {
	font-family: 'JD Sans Pro';
	font-weight: 500;
	font-size: 1.9vh;
	vertical-align: center;
  }
  
.infoShort {
  font-family: 'JD Sans Pro';
  font-weight: 500;
  font-size: 2.2vh;
  vertical-align: center;
  }

	
	