

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



	SUPER WP HEROES

	FILE PURPOSE: VARIOUS PAGE ELEMENTS
	


   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */



   	/*
   	//	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   	//	***
   	//	***		SUPER WP HEROES                                               
   	//	***		SUBSECTION NAME: TABLES
   	//	***		DESCRIPTION: 
   	//  ***		CALLED ON: 
   	//  ***
   	//  ***		TO DO: -
   	//	***
   	//	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   	*/

   /* adds horizontal scrollbars to tables in bs 4.0.0*/
   .table-responsive {
   }

	table {
	    border: 0px solid rgba(0, 0, 0, .2);
	    border-top: 0;
	    margin: 0 !important;
	    text-align: left;
	    width: 100% !important;
	    border-collapse: collapse !important;
	    overflow: hidden;
	    font-size: 13px;
	}

	table th {
	    background: #75c283;
	    color: #fff;
	    border-top: 0px solid #fff !important;
	    font-family: 'open_sansextrabold', Arial, helvetica, sans-serif;
	    border-bottom: 0 !important;
	}

	table th, table td {
	    padding: 0.7rem !important;
	    vertical-align: middle;
	    border-right: 1px solid rgba(0, 0, 0, 0.06) !important;
    	border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
	    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
	}
	table th:last-child , table td:last-child {
	    border-right: 0;
	}

