/* light yellow body */
/*
body {
  font-family: Helvetica, Sans-Serif;
  background-color: #fffed8;
}
*/
/* white body */

body {
  font-family: Helvetica, Sans-Serif;
  background-color: #ffffff;
}

.mobilebutton {
    width: 100%; 
    padding: 20px; 
    cursor: pointer; 
    font-weight: bold; 
    border-radius: 10px; 
    border: 1px solid #999; 
    font-size: 100%;
    color: black;
    background-color: #e0e0e0;
    margin-right: 65px;
}
.mobilesigninbutton {
    width: 140px; 
    padding: 10px; 
    cursor: pointer; 
    font-weight: bold; 
    border-radius: 10px; 
    border: 1px solid #999; 
    font-size: 150%;
    color: black;
    background-color: #e0e0e0;
}
/*  light yellow mobile centered */
/*
.mobilecentered {
  position: fixed;
  top: 28%;
  left: 13%;
  background-color: #fffed8;
}

.mobilefixedcentered {
  position: fixed;
  top: 15%;
  left: 20%;
  background-color: #fffed8;
  font-size: 160%;
}
*/
/*  white mobile centered */
.mobilecentered {
  position: fixed;
  top: 28%;
  left: 13%;
  background-color: #ffffff;
}

.mobilefixedcentered {
  position: fixed;
  top: 15%;
  left: 20%;
  background-color: #ffffff;
  font-size: 160%;
}
.mobilefixedtitle {
  position: fixed;
  top: 60px;
  left: 22%;
  color: #073a6d;
  font-size: 1.2em;
  font-family: Papyrus, Helvetica, Sans-Serif;
}
.mobilesignin {
    font-size: 30px;
}
.mobiletd {
    font-size: 30px;
}
.mobileinput {
    font-size: inherit;
}
.mobilesigninbutton {
    font-size: 100%;
}
.mobilelist {
    font-size: 100%;
}
.mobilefixedleft {
  position: absolute;
  top: 63px;
  left: 0px;
  width: 93%;
  height: 150px;
  font-weight: bold;
  font-size: 75%;
}
.mobilecommentform {
  position: absolute;
  top: 63px;
  left: 0px;
  width: 80%;
  height: 150px;
  font-weight: bold;
  font-size: 75%;
}
.mobilebanner {
  position: absolute;
  left: 30px;
  width: 90%;
}
.mobilefixedtitlewhite {
  position: fixed;
  top: 60px;
  left: 22%;
  color: white; 
  font-size: 1.2em;
  font-family: Papyrus, Helvetica, Sans-Serif;
}
.mobilefixedtitleyellow {
  position: fixed;
  top: 60px;
  left: 22%;
  color: lightyellow; 
  font-size: 1.2em;
  font-family: Papyrus, Helvetica, Sans-Serif;
}
.mobilefixedtitleblack {
  position: fixed;
  top: 60px;
  left: 22%;
  color: black; 
  font-size: 1.2em;
  font-family: Papyrus, Helvetica, Sans-Serif;
}
#mobilebloglist {
    width: 88%;
    table-layout: fixed; 
    border-collapse:collapse;
    border-spacing: 0;
    border: 0;
    font-size: 100%;
}
#mobiletitledata {
  width: 290px;
  max-width: 290px;
  word-wrap: break-word;
  white-space: normal;
  border-bottom: 0;
  border-top: 0;
  border: 0;
}
#mobiletextdata {
  width: 640px;
  max-width: 640px;
  word-wrap: break-word;
  white-space: normal;
  border-bottom: 0;
  border-top: 0;
  border: 0;
 }
 #mobiledateshade {
    background-color: #aaaaaa;
    color: #ffffff;
    padding: 0.2em;
    letter-spacing: 3px;
    font-size: 14px;
}