@font-face {
	font-family: "SGGW Sans";
    src: url("../fonts/SGGWSans-Regular.otf") format("opentype");  
}
@font-face {
	font-family: "SGGW Sans";
    src: url("../fonts/SGGWSans-Bold.otf") format("opentype");  
    font-weight: bold;
}
@font-face {
	font-family: "SGGW Sans Light";
    src: url("../fonts/SGGWSans-Light.otf") format("opentype");  
}
@font-face {
	font-family: "SGGW Sans Black";
    src: url("../fonts/SGGWSans-Black.otf") format("opentype");  
}
@font-face {
	font-family: "SGGW Sans Condensed Light";
    src: url("../fonts/SGGWSansCondensed-Light.otf") format("opentype");  
}
@font-face {
	font-family: "SGGW Sans SemiBold";
    src: url("../fonts/SGGWSans-SemiBold.otf") format("opentype");  
}
@font-face {
  font-family:"Mastro-Regular";
  src:url("../fonts/SGGWMastro-Regular.otf") format('opentype');
  font-weight:normal;
  font-style:normal;
}
@font-face {
  font-family:"Mastro-Bold";
  src:url("../fonts/SGGWMastro-Bold.otf") format('opentype');
  font-weight:normal;
  font-style:normal;
}
@font-face {
  font-family:"Mastro-Italic";
  src:url("../fonts/SGGWMastro-Italic.otf") format('opentype');
  font-weight:normal;
  font-style:italic;
}
html {
    font-size: 15px;
	font-family:"SGGW Sans";
    font-style:normal;
    
    color:#000000;
    letter-spacing:0 !important;
}
body {
	color: #000;
	background-color: #fff;
	line-height: 1.8;
	margin: 0;
	/*font-family: "Open Sans", Helvetica, sans-serif;*/
	/*font-size: 14px;*/
	/*font: normal normal medium 12px/24px SGGW Sans;*/
}


.tab{
	border: 0px solid black;
	border-collapse: collapse;
	
	table-layout: fixed; width: 100%;
	/*font-size: 15px;*/
	text-align: center;
}
.tab td{
	border: 0px solid black;
	padding: 3px;
/*   text-align: justify; */
/*    text-align: left; */
/*	text-align: center; */
}
.tab .title{
	color: #000;
	font-size: 7,8rem;
	font-family: "SGGW Sans Light" !important;
}
.tab .givenname_sn{
	color: #000;
	font-weight: bold;
	font-size: 10,8rem;
	font-family: "SGGW Sans Black" !important;
}
.tab .funkcje{
	color: #000;
	font-size: 7,8rem;
	text-transform : uppercase;
	font-family: "SGGW Sans Condensed Light" !important;
}
.tab .personaltitle{
	color: #000;
	font-size: 7,8rem;
	font-family: "SGGW Sans Condensed Light" !important;
}
.tab .sggw{
	color: #000;
	font-size: 7,8rem;
	font-weight: bold;
}
.tab .department{
	color: #000;
	font-size: 7,8rem;
	/*font-weight: bold;*/
	font-family: "SGGW Sans SemiBold" !important;
}
.tab .instytut{
	color: #000;
	font-size: 7,8rem;
	font-family: "SGGW Sans SemiBold" !important;
}
.tab .katedra{
	color: #0f4f10;
	font-variant: small-caps;
	font-size: 18px;
}
.tab .adres{
	color: #000;
	font-size: 7,8rem;
	font-family: "SGGW Sans Light" !important;
}


