/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */
@media all and (max-width: 768px) {
  .pageContent {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: pageContent;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    display: -ms-grid;
    display: grid;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: auto;
    grid-template-areas:
      "anuntSpecial"
      "ParaclisulMaiciiDomnului"
      "SfantulNichiforLeprosul"
      "BasilicaRugaciuni"
      "anuntSpecial2"
      "program"
      "DoxologiaWidgets";
  }

  table {
    background-color: white;
    border: thin ridge rgb(138, 138, 138);
    border-collapse: collapse;
  }

  td,
  th {
    border: thin ridge rgb(138, 138, 138);
    padding: 5px;
  }

  #anuntSpecial {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: anuntSpecial;
    border: thin silver solid;
    box-shadow: 5px 5px 20px grey;
    margin: auto;
    margin-top: 10px;
    padding: 0.5em;
    border-radius: 10px;
    font-size: 1.2em;
    text-align: center;
    background-color: rgb(255, 237, 198);
  }

  #anuntSpecial2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: anuntSpecial2;
    border: thin silver solid;
    box-shadow: 5px 5px 20px grey;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0.5em;
    border-radius: 10px;
    font-size: 1.2em;
    text-align: center;
    color: #1f1f1f;
    background-color: rgb(255, 236, 93);
  }

  #anuntSpecial2 h3 {
    color: #1f1f1f;
  }

  #ProgramLiturgicSarbatori {
    background-color: #f2f2f2;
    border: thin silver ridge;
    border-collapse: separate;
  }

  #ProgramLiturgic {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
    grid-area: program;
    background-color: #f2f2f2;
    border: thin silver solid;
    margin: auto;
    margin-bottom: 10px;
    padding: 0.5em;
    border-radius: 10px;
    max-width: 357px;
  }

  #ParaclisulMaiciiDomnului {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: ParaclisulMaiciiDomnului;
    text-align: center;
    border: thin silver solid;
    box-shadow: 5px 5px 20px grey;
    padding: 0.5em;
    border-radius: 10px;
    max-width: 250px;
    margin: auto;
    margin-top: 20px;
    -webkit-tap-highlight-color: transparent;
  }

  #SfantulNichiforLeprosul {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: SfantulNichiforLeprosul;
    text-align: center;
    border: thin silver solid;
    box-shadow: 5px 5px 20px grey;
    padding: 0.5em;
    border-radius: 10px;
    max-width: 250px;
    margin: auto;
    margin-top: 10px;
    -webkit-tap-highlight-color: transparent;
  }

  #BasilicaRugaciuni {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    grid-area: BasilicaRugaciuni;
    text-align: center;
    border: thin silver solid;
    box-shadow: 5px 5px 20px grey;
    padding: 0.5em;
    border-radius: 10px;
    max-width: 300px;
    margin: auto;
    margin-top: 10px;
    -webkit-tap-highlight-color: transparent;
  }

  #BasilicaRugaciuni p {
    font-style: italic;
  }

  .pageContent a {
    text-decoration: none;
    color: black;
  }

  .pageContent a:visited {
    color: black;
  }

  #doxwidgets {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
    grid-area: DoxologiaWidgets;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
  }

  .doxo-table {
    width: 100%;
  }
}
