html{
  height: 100%;
  width: 100%;
  font-family:Arial, Helvetica, sans-serif;
  background:#fd2c3c;
  font-size:18px;
  direction:rtl;
  text-align:right;
  padding:0px;
  margin:0px;
}
body{
  width:100%;
  padding:0px !important;
  margin:0px !important;
}
#logo{
  text-align:center;
}
#offerImage{
  width:100%;
}

#offerImage img{
  width:90%;
  padding:5%;
}

#logo img{
  height:60px;
  float:none;
  margin:auto;
  margin-top:5px;
}
#Header{
  height:70px;
  background:white;
  border-bottom:2px solid grey;
  width:100%;
  margin:0px;
  padding:0px;
  position: fixed;
  top: 0;
}

.pt1{
  width:47.5%;
  float:right;
  margin-bottom:15px;
}
.clear{
  clear:both;
}
#content{
  max-width:600px;
  width:90%;
  padding-top:90px;
  padding-bottom:60px;
  background:white;
  float:none;
  margin:auto;
  box-sizing: border-box;
}
.sec1{
  display:none;
}

#expand1{
  float:right;
  width:20px;
  height:20px;
  border-radius:20px;
}

#content h1, #introText{
  padding-right:30px;
  padding-left:20px;
}

#introText{
  /*border-bottom:1px dotted grey;
  padding-bottom:30px;*/
}

* ul li, ul li select{
  list-style-type: none;
  padding-bottom:10px;
}

input, select, button{
  width:90%;
  border-radius:10px;
  min-height:35px;
  border:1px solid grey;
}

select{
  min-height:45px;
  width:90%;
  font-size:1.0em;
}

button, input[type=button], input[type=submit], input[type=reset] {
  background-color:#fd2c3c;
  color:#Fff;
  font-size:0.9em;
  padding:15px;
  margin-bottom:10px;
}

#xlong, #xlat{
  height:30px;
  border:1px solid grey;
  color:#000;
  width:35%; 
  margin-left:5%;
  float:right;
  clear:left;
  display:none;
}

#getMyLocation{
}

#agreement{
      width: 25px;
    line-height: 15px;
    padding: 28px 0px;
    margin: 1px 12px 12px 0px;
}

#agreeLbl{
  margin-bottom: 10px;
    padding-bottom: 20px;
    position: relative;
    top: -10px;
    right: 15px;
}

#submitThisForm{
  font-size:1.2em;  
}

#tryAgain, #tryingLocation{
  clear:both;
  width:100%;
  display:none;
}
