.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 .mobile {
		width: 32%;
	}
  .my-bidoo-table a {
		text-decoration: underline;
		color: #3d3a3a;
	}
  .table-striped>tbody>tr:nth-of-type(odd) {
		background-color: #F2F2F2;
	}
}