﻿/* container */
.canvas-grid-container {
 width:80%;
 margin:0 auto;
 }
/* table */
.tii-table {
    border:1px solid gray;
	margin-bottom:20px;
  /* remove when post */
  border-collapse:collapse;
  font-family:sans-serif;
    
}
/* table cells */
.tii-table > tbody > tr > td {
    margin-left:0 !important;
    border-right:1px solid black;
    padding:10px !important;
}
/* table rows */
.tii-table > tbody > tr {
    border-top:1px solid black !important;
    border-bottom:1px solid black !important;
}
/* table headings */
.tii-table > thead > tr > th {
    font-weight:bold;
    padding:5px !important;
    border-right:1px solid black !important;
    background-color:#003C46;
    color:white;
    font-size:18px;
}

/* new CSS */

.tii-table>tbody>tr>:nth-child(1) {
  background-color:#003C46;
  color:white;
  font-weight:bold;
  border-bottom:1px solid white;
}

.tii-table>thead>tr>th:nth-child(1) {
  border-bottom:1px solid white;
}

.tii-table>tbody>tr>td {
  vertical-align: top;
}

.tii-table > thead > tr > th {
  border-right:1px solid white !Important;
}
.tii-table > tbody > tr > td > p:first-child {
  font-weight:bold;
}