/*

The pages /biosaxs/manual_[PROGNAME].html include pages /biosaxs/doc/[PROGNAME].html that have a line
	<link rel="stylesheet" type="text/css" href="manuals.css">
This file is a stub that prevents the 404 responce on such pages.

*/

.img-manuals {
       width:590px;
    }

/* These media queries adapt the html p tag depending on the screen width*/
/* 
@media screen and (min-width: 520px) {
   p {
      width:320px;
   }
}

@media screen and (min-width: 620px) {
   p {
      width:420px;
   }
}

@media screen and (min-width: 720px) {
   p {
      width:520px;
   }
}

@media screen and (min-width: 820px) {
   p {
      width:620px;
   }
}

@media screen and (min-width: 920px) {
   p {
      width:720px;
   }
}

@media screen and (min-width: 1020px) {
   p {
      width:820px;
   }
}

@media screen and (min-width: 1120px) {
   p {
      width:920px;
   }
}

@media screen and (min-width: 1220px) {
   p {
      width:1020px;
   }
}

@media screen and (min-width: 1320px) {
   p {
      width:1120px;
   }
}

@media screen and (min-width: 1420px) {
   p {
      width:1220px;
   }
}

@media screen and (min-width: 1520px) {
   p {
      width:1320px;
   }
}

@media screen and (min-width: 1620px) {
   p {
      width:1420px;
   }
}

@media screen and (min-width: 1720px) {
   p {
      width:1520px;
   }
}

@media screen and (min-width: 1820px) {
   p {
      width:1620px;
   }
}

@media screen and (min-width: 1920px) {
   p {
      width:1720px;
   }
}
*/  
    

   
