.menu_my_cont h3, .my-bidoo-table th {
  color: #3d3a3a;
}

@media screen and (max-width: 991px) {
	.my-bidoo-table {
		margin-top: 0px;
	}
  .my-bidoo-table td{
    width: 28%;
  }
  .my-bidoo-table .mobile a {
		text-decoration: underline;
		color: #3d3a3a;
	}
  .table-striped>tbody>tr:nth-of-type(odd) {
		background-color: #F2F2F2;
	}
}
