	  
.noty_bar noty_type_alert	 {


}
.noty_message	 {

}
.noty_text {
	/*font-size: 12px!important;*/
	font-family: Verdana;
}	   
.noty_progress_bar	{
background-color: #000000!important;	
	opacity: 0.8!important;
}	

#self_container {
background-image: url("https://christopher-germann.de/papers/christopher-germann-light-256.jpg");
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;

-webkit-transition: all 555ms ease-in-out;
-moz-transition: all 555ms ease-in-out;
-ms-transition: all 555ms ease-in-out;
-o-transition: all 555ms ease-in-out;
transition: all 555ms ease-in-out;

}

#self_container:hover {
-webkit-box-shadow: 0 0 8px 1px #D0D4D7;
box-shadow: 0 0 8px 1px #D0D4D7;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}