﻿/* Comparison Tables */
.comparison_table {
	/*border: 1px solid #ccc;*/
	border-collapse: collapse;
	padding: 10;
	width: 100%;
}

.comparison_table th, .comparison_table td {
	padding: 7px;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	font-family: Arial;
	font-size: 14pt;
	/*font-weight: bold;*/
}

.comparison_table th {
	font-size: 12pt;
	text-transform: uppercase;
	background: #eee;
}

.comparison_table tr.alternate td {
	background: #f6f6f6;
        box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
}

.comparison_links a {
        color: #30afb8;
        font-size: 16px;
}

/* Ratings Tables & Lists */
table.ratings {
	margin: 0;
	padding: 0;
	border: 0;
	/*border-collapse: collapse;*/
}

ul.ratings {
	margin: 0;
	padding: 0;
}

ul.ratings li {
	display: inline;
	list-style: none;
}

.rating_label {
	white-space: nowrap;
	background: #eee;
	font-size: 12pt;
	padding: 1px 4px;
        line-height: 50px;
}

.rating_value {
	white-space: nowrap;
	font-family: Arial;
	font-size: 12pt;
        text-align: center;
}

.rating_value .no_ratings {
	color: #666;
}


.rTable {
  	display: block;
  	width: 100%;
}
.rTableHeading, .rTableBody, .rTableFoot, .rTableRow{
  	clear: both;
}
.rTableHead, .rTableFoot{
  	background-color: #DDD;
  	font-weight: bold;
}
.rTableCell, .rTableHead {
  	border: 1px solid #999999;
  	float: left;
  	height: 17px;
  	overflow: hidden;
  	padding: 3px 1.8%;
  	width: 20%;
}
.rTable:after {
  	 visibility: hidden;
  	 display: block;
  	 font-size: 0;
  	 content: " ";
  	 clear: both;
  	 height: 0;
}

.container {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  float: left; 
}

.responsive-list {
    border-radius: 3px;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
}

.table-header {
    border-radius: 3px !important;
    padding-top: 15px; 
    padding-right: 35px; 
    padding-left: 35px;
    padding-bottom: 15px;
    vertical-align: middle !important;
    list-style-type: none !important;
    text-align: center;
    font-weight: bold;

    background-color: #C0C0C0;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.table-row {

    border-radius: 3px !important;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex !important;
    justify-content: flex !important;
    vertical-align: middle !important;
    list-style-type: none !important;
    /*margin-bottom: 10px;*/

    background-color: #ffffff !important;
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1) !important;
}

.table-row li:before {
    content: none !important;
}

.table-row a {
        color: #30afb8 !important;
        font-size: 16px !important;
        font-weight: bold;
}

.table-row img {
        max-height: 50px;
}


.col-1 {
    flex-basis: 15%;
}
.col-2 {
    flex-basis: 70%;
}
.col-3 {
    flex-basis: 15%;
}
  
/*@media all and (max-width: 767px) {
    .table-header {
      display: none;
    }
    .table-row{
      
    }
    li {
      display: block;
    }
    .col {
      
      flex-basis: 100%;
      
    }
    .col {
      display: flex;
      padding: 10px 0;
      &:before {
        color: #6C7A89;
        padding-right: 10px;
        content: attr(data-label);
        flex-basis: 50%;
        text-align: right;
      }
    }
}*/
