

.other-tools p {
  margin-top: 10px;
}


nav.tab-bar {
	background: none;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #FFE562),
    color-stop(1, #FFD000)
  );
  background-image: -o-linear-gradient(bottom, #FFE562 0%, #FFD000 100%);
  background-image: -moz-linear-gradient(bottom, #FFE562 0%, #FFD000 100%);
  background-image: -webkit-linear-gradient(bottom, #FFE562 0%, #FFD000 100%);
  background-image: -ms-linear-gradient(bottom, #FFE562 0%, #FFD000 100%);
  background-image: linear-gradient(to bottom, #FFE562 0%, #FFD000 100%);
  box-shadow: 0 0 15px #000000;
}


.tab-bar img {
  position: absolute;
  right: 5px;
  top: 5px;
}

#title {
  position: absolute;
  right: 45px;
  top: 0px;
  height: 45px;
  padding: 5px 10px 5px 10px;
  background-color: #000000;
  color: #ffffff;
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height:	1em;
}

#areaM, #areaHA, #areaKM, #acres, #perimeterM, #perimeterKM {
    color: #555555;
    font-size: 20pt;
    font-weight: 600;
    height: 34px;
}


#content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;

  }

table#measures {
  padding-bottom: 10px;
  width: 100%;
}

table#measures td {
  height: 34px;
}

#map-canvas
{
    position: relative;
}


#map-canvas img
{
    max-width : none;
}





      #pac-input {
        background-color: #fff;
        padding: 0 10px 0 10px;
        width: 400px;
        font-size: 15px;
        font-weight: 300;
        text-overflow: ellipsis;
                margin-top: 16px;
                        height: 32px;
                        position:	absolute;
      }

      #pac-input:focus {
        border-color: #4d90fe;
        padding-left: 14px;  /* Regular padding-left + 1. */
        width: 401px;
      }



      #button {
        color: #fff;
        background-color: #4d90fe;
        padding: 0 6px;
        font-size: 13px;
        font-weight: 300;
        margin-right: 6px;
             height: 32px;
                                     position:	absolute;
      }


      .controls {

        border: 1px solid transparent;
        border-radius: 2px 0 0 2px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;

        outline: none;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
      }

