
/*CSS for tables */ 

/* Table position in document */
table.center {margin-left:auto; margin-right:auto;}
/* body {text-align:center;} */


#hardware_list {

   margin-left: 120px;
    border: 0;
    padding: 0;
    width: 475px;
    text-align: left;
    background-color: #ffffff;
    line-height: 1.35em;
    }
  
/* Caption for current table */  
    caption {
    font-size: 1.50em; 
	font-weight: bold; 
	padding-top: 10px; 
	color: #000000; 
	padding-bottom: 10px;
    text-align: left;
}

/* table headings changes */    
th {
    text-align: left;
	border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 3px double #000;
	padding:4px;
}

/* table data text color etc */
td {
    text-align: left;
    color: #000;
    border: 1px solid #000;
    padding: 0 .5em;
}

tr {
     border: 1px solid #000;
}


/* grey top line */
thead th {
	background:#ccc;
	text-align: left;
}

tbody th {
	text-align: left;
	background:#000;
}

table#listing { 
   border-collapse: collapse;
   background-color: #ffffff;
   border: solid #000 2px;
   table-layout: fixed;
   width: 100%;
   margin-left:0px;
   margin-right: 0px;
}

/* Position of text within table */
table#listing td {    
   padding: 4px;
   text-align: center;
    color: #000;
    border: 1px solid #000;
}

/* Table width of each cell */
.ai {
width: 4%;
}

.mi {
width: 10%;
}

.vs {
width: 18%;
}





