@charset "utf-8";

@media print{

	.metismenu{
		display:none;
	}
	.footer{
		display:none;
	}

	a[href]:after {
		content: ""!important;
	}
	abbr[title]:after {
		content: ""!important;
	}
}

.margin_20 {
    margin : 20px;
}

.margin_right_20 {
    margin-right : 20px;
}

.text-white {
    color   : white;
}

.sb-logo-name {
  color: #e6e6e6;
  font-size: 100px;
  font-weight: 700;
  letter-spacing: 0px;
  margin-bottom: 0px;
}