.plans-bundles--table--table {
  width: 100%;
  border: 0;
  margin-bottom: 30px;
  border-collapse: separate; }
  .plans-bundles--table--table th {
    background: #008099;
    color: #fff;
    font-weight: 600;
    font-size: 16px;    
    line-height: 21px;
    padding: 20px 0;
	text-align: center;
	width: 20%;	}
	.plans-bundles--table--table tbody tr {
	  height: 80px;
	  font-weight: 400;
	  font-size: 16px;
	  text-align: center;}
	.plans-bundles--table--table tbody td:first-child{
	  padding: 10px 20px;
	  font-weight: 600;
	  text-align: center;}
	.plans-bundles--table--table tbody td:n-thchild(n+1){
	  padding: 10px 20px;	  
	  text-align: center;}
	  
	  .blueContent{
	  color: #119db7;
	  }
	  
	  .plans-bundles--table--table span.yellowBar {
		background-color: #ffbf3f;
		padding: 3px;
		font-size: 13px;
		font-weight: 600;
		display: inline-block;
		width: 194px;
		height: 46px;
		}
.plans-bundles--table--table .boldContent{font-weight: 600; }

/* html[lang="fr"].plans-bundles--table--table {
  width: 100%;
  border: 0 }

html[lang="fr"].plans-bundles--table--table th {
	width: 16.66%;	}
	
html[lang="fr"].plans-bundles--table--table span.yellowBar {
	width: 162.95px;
	height: 46px;
	} */

.office-suite--table--table {
  width: 100%;
  border: 1px solid grey;
  margin-bottom: 30px;
  }
  .office-suite--table--table th {
	  /*background: #00a0b7;*/
    background: #008099;
    color: #fff;
    font-weight: 600;
    font-size: 18px;    
    line-height: 21px;
    padding: 20px 0;
	text-align: center;
	width: 20%;
	border: 1px solid grey	}
	.office-suite--table--table tbody tr {
	  height: 80px;
	  font-weight: 400;
	  font-size: 14px;
	  text-align: center;
	  border: 1px solid grey;}
	.office-suite--table--table tbody td {
	  padding: 10px 20px;	  
	  text-align: center;
	  border: 1px solid grey;}
	  
	  /*Added for DSO- 23626*/
	  @media (max-width: 768px) {
  		.col-xs-12 {
    		float: none;}

      }

