

html,body {
    text-align: center;
    background-color: #3e7aa7;
    width: 100%;
    height: 90%;
    margin: 0;
    /* -webkit-tap-highlight-color: rgba(0,0,0,0); */
    /* -webkit-touch-callout: none; */
    /* -webkit-highlight: none; */
    /* -webkit-user-select: none; */
    /* -moz-user-select: none; */
    /* -ms-user-select: none; */
    /* user-select: none; */
}

div.center {
    text-align: center;
    margin-left:auto;
    margin-right:auto;
  }


div#googleMap {
  margin: auto;
  /*width:500px;*/
  /*height:380px;*/
  width:90%;
  height:70%;
  text-align: center;
}


h1 {
    font-size:170%;
    text-align: center;
    color:white;
    font-family: Ubuntu,"Arial", Helvetica, sans-serif;
}

p {
    color:white;
    font-family: Ubuntu,"Arial", Helvetica, sans-serif;
    font: 18px Ubuntu, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.selectText {
  font-family: 'Space Mono', monospace;
  -webkit-user-select: all;
  -webkit-touch-callout: default;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
  margin: 8px 0;
  padding: 12px 5px;
  white-space: pre-wrap;
}

input[type=text] {
  width: 83%;
  max-width: 400px;
  font-size: 10px;
  text-align: center;
  padding: 12px 5px;
  margin: 8px 0;
  box-sizing: border-box;
  border: none;
  background-color: #3CBC8D;
  color: white;
  -webkit-user-select: all; /* Covers Blink-land & Firefox (yup) */
  user-select: all; /* Someday */
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #7E737E;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #7E737E;
   opacity:  1;
}

.styled-select select {
   background: transparent;
   width: 268px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   }

.styled-select {
   width: 80px;
   height: 44px;
   overflow: hidden;
   background: url(/icons/new_arrow.jpg) no-repeat right #ddd;
   border: 1px solid #ccc;
   }

a {
  font-family: Ubuntu,"Arial", Helvetica, sans-serif;
  font: 18px Ubuntu, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
a:visited {
  text-decoration: none;
  color:#ff9c00;
}

a:link {
  text-decoration: none;
  color:#ff9c00;
}
a:hover {
  text-decoration: none;
  color:#ff9c00;
}

table {
    text-align: center;
}

table.center {
    margin-left:auto;
    margin-right:auto;
  }


.button {
    padding: 5px 10px;
    display: inline;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: 1px 1px #666;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-highlight: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }

.button:hover {
    background-position: 0 -48px;
    }

.button:active {
    background-position: 0 top;
    position: relative;
    top: 1px;
    /*padding: 6px 10px 4px;*/
    }


.button.red { background-color: #e50000; }

.button.purple { background-color: #9400bf; }

.button.green { background-color: #58aa00; }

.button.orange { background-color: #ff9c00; }

.button.blue { background-color: #2c6da0; }

.button.black { background-color: #333; }

.button.white { background-color: #fff; color: #000; text-shadow: 1px 1px #fff; }

.button.small { font-size: 75%; padding: 3px 7px; width: 68px; height: 30px}

.button.small:hover { background-position: 0 -50px; }

.button.small:active { padding: 4px 7px 2px; background-position: 0 top; }

.button.large { font-size: 150%; padding: 7px 12px; width: 135px; height: 60px}

.button.large:hover { background-position: 0 -35px; }

.button.large:active { padding: 8px 12px 6px; background-position: 0 top; }
