.commuinty-table .table-wrapper {

  border-radius: 25px;
  overflow: hidden;
  border: 1px solid #D8D8D8;
}
.commuinty-table .tb-treat th,
.commuinty-table .tb-treat td {
/*   width: 33.33%; */
  padding-left: 2.5rem;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    padding-right: 2.5rem;
  vertical-align: top;
  border-top: 1px solid #D8D8D8;
/*   border-bottom: 1px solid #D8D8D8; */
  border-left: none;
  border-right: none;
}

.commuinty-table .tb-treat th{
border-top:none;
}
.commuinty-table td.title-col{
	color: #262626 !important;
}

.commuinty-table .tb-treat th + th,
.commuinty-table .tb-treat td + td {
  border-left: 1px solid #D8D8D8;
}


.commuinty-table .tb-treat tbody tr:last-child td {
  border-bottom: none;
}
.commuinty-table .tb-treat {
  width: 100%;
  border-collapse: collapse;
  font-family: Roboto, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  margin-bottom: 0;
}
.commuinty-table .tb-treat thead tr{
    background:#008DA8;
}
.commuinty-table .tb-treat th {
  
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.8rem;
  text-align: left;
}
.commuinty-table .tb-treat td:not(:first-child) {
  color: #6C6C6C;
  font-weight: 400;
}
.commuinty-table .tb-treat td:first-child {
  font-weight: 600  !important;
    font-size: 1.6rem;
    line-height: 150%;
    color:#262626;
	padding-left:2.1rem !important;
}
.commuinty-table .tb-treat a{
    color: #008DA8;
    text-decoration: underline;
}
.commuinty-table .tb-treat span{
    color: #008DA8;
	display:block;
  
}
.commuinty-table thead th + th{
	border-left: 1px solid #fff !important;
}
	.referance a span.nowrap-desk{
    white-space: nowrap !important;
}
@media (max-width:767px){
	.referance a span{
    white-space: nowrap !important;
}
.referance span{
    white-space: nowrap !important;
}

}

