/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 04 2025 | 14:53:22 */
/* Alternating colored table layout */
tr:nth-child(even) {background-color: #fff;}
tr:nth-child(odd) {background-color: #f4f2ef;}

/*Main table*/
.software-table{
  border-collapse: collapse;
  width: 100%; 
}

/*Table body*/
.table-wrapper{
   width:100%; 
}
/****************************************/
/* features cell in table head */
.table-header{
  background-color:#333 !important;
  color:#f24f36;
  text-align:center;
  width:20%;
}

/* Left two cells in the main table header */
.table-header-features{
  background-color:#333 !important;
  color:#f24f36;
  text-align:center;
  width:60%;
}
/*****************************************/

/* Standard rows for the features and software license levels checkmark */
.table-row{

}

/*Standard columns for the feature list*/
.table-data{
    padding:8px 20px 8px 20px !important;
	height:30px !important;
	text-align:left;
	font-size:1rem;
}

/*Standard columns for the software license levels checkmark  */
.table-data-icon{
    padding:8px 20px 8px 20px !important;
	height:30px !important;
	text-align:center;
	font-size:1.3rem;
}

/*Top level category labels*/
.table-row-cat{
   background-color:#d5d5d5 !important;
   color:#333;
   text-align:left;
   font-weight: bold;
   font-size; 1.5rem;
}

/*Column categories*/
.table-data-cat{
    padding:8px 20px 8px 20px !important;
	height:30px !important;  
}

/* HCP Checkmark Icon*/ 
.hcp_icons hcp_iconscheckmark_2{
	font-family: "honeycomb_icons";
 	width:20px;
 	color: #333;
}
