﻿.wrap {
  white-space: normal;
  /*word-wrap: break-word;*/
}
.center{
     text-align: center;      
     /*background-color:#f9b14d;*/ 
    
}

 

.header-filtered {
  color: red;
}

/*.highlight {
     border-right: 1px solid; 
     border-left: 1px solid;
      border-top: 1px solid; 
      border-bottom: 1px solid;
       border-color: red !important;

}*/

.watermark {
    position: absolute;
    top : 90px;
    opacity: 1;
    font-size:1em;
    width: 100%;
    text-align: center;
    z-index: 1000;
}

