@media screen,projection {
  .whereilive {
    margin-bottom: 8px;
    display: block;
    float: none;
    clear: both;
  }

  .whereilive form {
    display: block;
    float: none;
    clear: both;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    padding: 2px;
    margin: 0;
  }

  .whereilive select {
    display: block;
    float: none;
    font-size: 11px;
    margin: 4px;
    width: 166px;
    height: auto;
    border: 1px inset #ccc;
    background-color: #fff;
  }

  .whereilive select option {
    font-size: 11px;
    background-color: #fff;
  }

  .whereilive form p {
    display: block;
    margin: 0 4px 4px 4px;
    background-color: transparent;
    color: #069;
    font-size: 10px;
    font-weight: bold;
  }
}
