#using { font-size: 0 !important; }

/* To extend captions with Ora */

#content .caption-wrap {
  max-width: 100%;
}

/* to add letterspacing to site menu */

.sidebar nav a {
  letter-spacing: 0.125em; 
  }
  
  /*Crosshair in cv*/
  


#content ._4ORMAT_content_wrapper a:hover {
text-decoration: none;
cursor:crosshair;
}



