﻿table{
    margin-top: 20px;
}
      table td {   
      font-size: 13px;
      line-height: 30px;
      color: #676767;
      padding: 3px 4px;
      border-color: #e0e0e0;
      }
      
      .table_head {
      background: #ececec;
      text-align: center;
      }
      table, td {  
      border-collapse: collapse;
      }
