@charset "utf-8";

.tableabout{
	border-collapse: separate;
	border-style: none;
	border-spacing: 5px 5px;
       
}

.tableabout th{
	text-align: center;
	vertical-align: middle;
	background-color : rgba(125, 125, 0, 0.5);
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
	border-color: transparent;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tableabout td{
	text-align: left;
	border-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
}


@media only screen and (max-width: 767px) {
  .tableabout tr,
  .tableabout th,
  .tableabout td{
    display: block;
    width: auto;
  }
  
  .tableabout tr:first-child{
    border-top : 1px hidden #dbe1e8;  
  }
  
  .tableabout th,
  .tableabout td{
    border-top: none;
  }

  .tableabout td{
    text-align: center;		
  }

  .tableabout td li{
	text-align: left;
}
}