@media (min-width: 1200px) {
  .main_container {
    position: relative;
    top: 0px;
    left: 50%;
    transform: translate(-50%);
    width: 1200px;
    height: auto;
    padding: 10px;
    margin-bottom: 200px;
  }

  .namazvaktidiv {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .namazvaktidiv .baslikdiv {
    font-size: 14px;
    color: #777;
  }

  .namazvaktidiv .baslikdiv .baslikspan {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    transition: .2s ease;
  }

  .namazvaktidiv .icerikdiv {
    font-size: 20px;
    font-weight: bold;
    color: rgb(70, 135, 165);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-top: 5px;
  }

  .aylikvakitdiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
    font-size: 14px;
  }

  .aylikvakitdiv td {
    border-bottom: 1px solid #ddd;
    padding: 0px 10px;
    cursor: default;
  }

  .aylikvakitdiv td:hover {
    background-color: rgb(197, 160, 111);
  }

  .aylikvakitdiv tr:hover {
    background-color: teal;
    color: #fff;
  }
}

@media (max-width: 1200px) {
  .main_container {
    position: relative;
    top: 0px;
    left: 50%;
    transform: translate(-50%);
    width: 1200px;
    height: auto;
    padding: 10px;
    margin-bottom: 200px;
  }

  .namazvaktidiv {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .namazvaktidiv .baslikdiv {
    font-size: 14px;
    color: #777;
  }

  .namazvaktidiv .baslikdiv .baslikspan {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    transition: .2s ease;
  }

  .namazvaktidiv .icerikdiv {
    font-size: 20px;
    font-weight: bold;
    color: rgb(70, 135, 165);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-top: 5px;
  }
}

@media (max-width: 700px) {
  .main_container {
    position: relative;
    top: 0px;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: auto;
    padding: 10px;
    margin-bottom: 100px;
  }

  .namazvaktidiv {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .namazvaktidiv .baslikdiv {
    font-size: 8px;
    color: #777;
  }

  .namazvaktidiv .baslikdiv .baslikspan {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    transition: .2s ease;
  }

  .namazvaktidiv .icerikdiv {
    font-size: 14px;
    font-weight: bold;
    color: rgb(155, 204, 226);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-top: 5px;
  }

  .aylikvakitdiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
    font-size: 8px;
  }

  .aylikvakitdiv table {
    margin-bottom: 5px;
  }

  .aylikvakitdiv td {
    border-bottom: 1px solid #ddd;
    padding: 0px 5px;
    cursor: default;
  }

  .aylikvakitdiv td:hover {
    background-color: rgb(197, 160, 111);
  }

  .aylikvakitdiv tr:hover {
    background-color: teal;
    color: #fff;
  }
}