/* 
  styles for ask.html
  25 April 2022
*/

#askbackground {
  background:#111; 
  height:600px; 
  margin-bottom:12px;
  color:#EEE;
  margin-top:99px;
  text-align:center;
  padding:50px;
}

.felement { 
  margin-bottom:20px; 
  -webkit-text-size-adjust:none;
}

#fname, #fcity, #fcountry, #fnotice, #fthanks { 
  width:250px; 
  height:30px;
  font-size:120%; 
  font-family: medium-content-serif-font,Georgia,Cambria,"Times New Roman",Times,serif; 
  -webkit-text-size-adjust:none;
}

#fname    { width:505px; }
#fcountry { height:35px; }
#fnotice  { height:auto; width:505px; margin:auto; }
#fthanks  { height:auto; width:400px; margin:auto; }

#fakesubmit {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  font-weight:400;
  font-size:24px;
  color:#47F;
  cursor:pointer;
  width:auto;
  -webkit-text-size-adjust:none;
}
#fakesubmit:active { color:#F60; }

#fquest {
  width:505px;
  max-width:505px;
  min-width:505px;
  height:180px;
  max-height:360px;
  min-height:60px;
  font-size:120%; 
  font-family: medium-content-serif-font,Georgia,Cambria,"Times New Roman",Times,serif; 
  -webkit-text-size-adjust:none;
}

#fmessage1, #fmessage2 {
  color:red;
  font-weight:normal;
  font-style:italic;
  margin-top:16px;
  margin-bottom:16px;
  display: none;
  -webkit-text-size-adjust:none;
}
