@media screen and (max-width: 700px) {
    #social__table {
      	border: 0;
    }

    #social__table thead {
      	display: none;
    }

    #social__table tr {
		display: block;
		border-bottom: 2px solid #ddd;
    }

    #social__table td {
		display: inline-block;
		text-align: left;
		border-top: none !important;
    }
	
	#social__table tr td:first-child {
		display: block;
		text-align: left !important;
		width: 100%;
	}
	
	#social__table tr:first-child {
		border-top: 2px solid #ddd;	
	}

    #social__table td:last-child {
      	border-bottom: 0;
    }
	
	#social__table tbody {
		display: block;
	}
	
	#social__table td:blank {
		display: none !important;
	}
}