mapy73pl {
  display: flex;
  justify-content: center;

  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 20px;
}

.fi {
  height: 98px;
  width: 46px;
  @media screen and (max-width: 500px) {
    height: 50px;
    width: 100%;
  }  
}

ion-row {
  display: flex;
  width: 90vw;
  background-color: #117c93;
  border: solid 1px #fff;
  color: #fff;  

  @media screen and (max-width: 500px) {
    width: 100vw;
    flex-direction: column;
  }

  a {
    color: #fff;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 2px 0;
  }

  ion-col {
    margin: 5px;
    white-space: pre-line;

    .whitespace-mark:last-child {
      display: none;
    }
  }
  ion-col:first-child {
    min-width: 45vw;
    text-align: right;
    @media screen and (max-width: 500px) {
      min-width: 100vw;
      font-size: 1.1em;
      font-weight: 600;
      text-align: left;
    }    
  }
}

h2, h3 {
  width: 90vw;
  text-align: center;
}

h1, h2, h3 {
  @media screen and (max-width: 500px) {
    text-align: center;
    margin: 2px;
  }  
}

ion-button {
  
  border:1px solid #a9a9a9;
  background-color: #0a62a8;
  border-radius:3px;
  margin:20px 0;
  display:inline-block;
  a {
    display: block;
    color:#fff;
    text-decoration: none;
    padding:5px 15px;
  }
}


ion-toolbar {
  z-index:999;
  min-height:35px;
  width:100%;
  position:fixed;
  /* justify-content: space-between; */
  background:#f4f5f8;
  display: flex;
  top:0;left:0;
  padding:10px 5px;
  font-size:1em;
  font-weight:400;
  margin:0;

  ion-buttons:last-child {
    display: none;
  }
}

ion-content {
  display: block;
  margin: 80px 0;

  p {
    padding: 0 5px;
  }
}

mapy73pl-logo {
  margin: 10px 20px;
  font-size: 1.5rem;;
  .c {font-weight: 600; }
  .c-1 { color: #377cc8 }
  .c-2 { color: #000 }
  .c-3 { color: #fff }
  .c-4 { color: #b94561 }
}

.back-page {
  margin-left: 40px;
  font-size: 1em;
  text-decoration: none;
  color: #377cc8;
  @media screen and (max-width: 500px) {
    margin-left: 0px;
  }  
}

.td-n {
  text-decoration: none;
}

a {
  color: #0b51e6
}

#eu_stupid_information{display:none;z-index:99999;min-height:35px;width:100%;position:fixed;background:rgba(43,54,67,.7);text-align:center;color:#fff;bottom:0;left:0;padding:10px 5px;font-size:1em;font-weight:400;margin:0;a.btn{color:#ccc;border:1px solid #ccc;padding:5px 15px;border-radius:3px;margin:2px;display:inline-block;text-decoration:none}a.done{background:#fff;color:#000}}