/* PROPRIETARY RIGHTS NOTICE
 *  This material contains valuable proprietary and trade secret
 *  information of Gleim Publications, Inc. of Gainesville, Florida.
 *  Except in the furtherance of the business activities of Gleim
 *  Publications, Inc., no part of such information may be disclosed, used,
 *  reproduced or transmitted in any form or by any means - electronic,
 *  mechanical, optical or otherwise including photocopying and recording
 *  in connection with any processing, storage or retrieval system -
 *  without prior written permission from Gleim Publications, Inc.
 *
 * COPYRIGHT NOTICE
 *  Copyright 2005-2016 by Gleim Publications, Inc. and/or Gleim Internet, Inc.
 *  All worldwide rights reserved.
 *
 *  4201 NW 95th Boulevard
 *  Gainesville, FL  32606
 */
/**
 * Responsive styles for Independence Day popup
 */
/* Scale small screens down and eliminate images */
@media screen and (max-width: 749px) {
   #flagPopupBody {
      padding: 35px;
      width: 100%;
   }

   #flagPopupImage {
      display: none;
   }

   #flagPopupNotice {
      background-color: #FFF;
      border: solid #000 1px;
      max-width: 400px;
      width: 100%;
   }
}

/* Display medium and large screens at normal size */
@media screen and (min-width: 750px) {
   #flagPopupBody {
      height: 271px;
      margin-top: 160px;
      padding: 200px 100px;
      width: 748px;
   }

   #flagPopupImage {
      height: 595px;
      width: 748px;
   }

   #flagPopupNotice {
      height: 595px;
      width: 748px;
   }
}
