@font-face {
	  font-family:"faricy-new-web";
	  src: url("faricy-new-web.TTF") format("truetype");
	}

body {
  font-family: faricy-new-web;
      margin: 0;
    padding: 0;
    color: #333;
    background-color: #fff;
}

.header {
  padding: 0px;
  text-align: center;
  background: #fff;
  color: black;
  font-size: 15px;
  
}

.content {padding:0px;}

@import url(https://fonts.googleapis.com/css?family=Raleway:100);

body.dataTables,
body.jqueryui {
	font: 90%/1.45em "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #fff;
}

body.dataTables div.container,
body.jqueryui div.container {
	max-width: 1550px;
	margin: 0 auto;
}

body.dataTables h1,
body.jqueryui h1 {
	font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Raleway', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: 100;
	letter-spacing: 1px;
	font-size: 3em;
	line-height: 1em;
}

h1 span {
	font-size: 0.5em;
	line-height: 1em;
}

.table_button {
  background-color: #4CAF50 !important; /* Green */
  border: none !important;
  color: white !important;
  padding: 15px 32px !important;
  text-align: center !important;
  text-decoration: none !important;
  font-weight: none !important;
  display: inline-block !important;
  font-size: 16px !important;
}