/* Customizations for mobile phones
*/

/* horiz vert blur-radius color   rgba(80, 80, 80, .4)*/

.boxshadow {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.txtshadow {
  text-shadow: none;
}

/* variable width, no border */
#main-content {padding: 4px; width: 98%;
   margin-right: auto; margin-left: auto; margin-top: 0px; margin-bottom: 0px;
    border: 0px; box-shadow: none; -webkit-box-shadow: none;
    } /*  width: 98%;  background-color: #F0E0C0; */
#logo {display:none;}
#webring {display:none;}
.nomobile {display:none;}
/* .noprint {display:none;} */
#cdss-br {line-height:0.5em; clear:both;}

.title {font-size: 14pt; font-weight: bold; color: #2040A0;  text-shadow: none;} /* text-align:center;  */
.subtitle {font-size: 12pt; font-weight: bold; color: #2040A0; text-shadow: none;}
img {box-shadow: none; -webkit-box-shadow: none; margin-right: 10px; margin-bottom: 10px;}
fieldset {margin-top: 10px; border-radius: 10px; box-shadow: none; -webkit-box-shadow: none;}
H1,H2,H3,H4{ color: #2040A0;  text-shadow: none;}

/* Make main menu font larger for easier touching */
.menu {
	font-size: 14pt;         /*  menu font size */
}
/* Put space around links to make them easier to touch, except for menu */
.menu a {margin: 0px;}
a {margin: 5px;}
