




/*
     FILE ARCHIVED ON 23:36:10 Jan 11, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:05:03 Apr 9, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */

/* this file gets overridden by member omega global.css so it is not valid */
/* fix google map images */
.gmnoprint img { max-width:inherit }

/* These styles are given as the styles ckeditor should use for alignment and indentation */
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}

.indent-1 { margin-left:40px; }
.indent-2 { margin-left:80px; }
.indent-3 { margin-left:120px; }
.indent-4 { margin-left:160px; }

/* These are shown in the drop down of the editor.  The heights are necessary
since heights aren't stripped out until after the page is saved. */
img.photo-half {
  width:50% !important;
  height: auto !important;
}
img.photo-full {
  width:100% !important;
  height: auto !important;
}
img.photo-quarter {
  width:25% !important;
  height: auto !important;
}

