/*
Theme Name: Wp Mdeal
Theme URI: http://mdeal.pltheme.com/
Author: Mr Phuong
Author URI: http://pltheme.com/
Description: The 2015 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: wp-mdeal

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Include the fonts so that users without the font installed can see it */
@font-face {
	font-family: 'Gill Sans';  
	font-weight: lighter;
	src: url(assets/fonts/GillSans.ttf);	
}

* {
	font-family:"Gill Sans", Gill Sans, monospace;
	font-weight: lighter;
}
table, tr, td, thead, th {
  border: none !important;
	text-align: center !important;
}
 table {
	border-collapse: collapse; 
}
