.smalltext {
  font-size: 14px;
}

.quotess {
  position: relative;
  text-align: justify;
  width: 360px;
  height: 230px;
  left: -30px;
  bottom: 0px;
  margin: 0 auto;
}



/* Attribution */
cite {
  display: block;
  margin: 1em 0;
  color: #C0C0C0;
  font-size: 12px;
}

cite:before {
  content: '\2014';
}

@keyframes bar {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

/* Animations */
@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* Animation classes */
.fade-in {
  animation: fade-in 1s ease forwards;
}

.fade-out {
  animation: fade-out 1s ease forwards;
}

.Show {
  display: none;
}



#JadwalSholat {
  display: none;
}



#timetable {
  border-width: 0px;
  border-style: outset;
  border-collapse: collapse;
  border-color: gray;
  margin: 0 auto;
  text-shadow: 0 0 1px #00c6ff;
}

#timetable td a {
  font-size: 13px;
  padding-top: 0px !important;
  color: #fff;
}

#timetable td,
#timetable th {
  border-width: 0px;
  border-spacing: 0px;
  padding: 8px;
  border-style: inset;
  font-size: 12px;
}

#timetable th {
  color: black;
  *text-align: center;
  font-weight: bold;
  background-color: #F8F7F4;
}

div.prayss {
  max-width: 300px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  border: 1px dashed #b5d2ff;
  border-radius: 5px;
}

div.tablex {
  margin: 0px auto;
}

#jamtime ul {
  margin: 0 auto;
  padding: 0px;
  list-style: none;
  text-align: center;
}

#jamtime ul li {
  display: inline;
  font-size: 20px;
  text-align: center;
  font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
  text-shadow: 0 0 2px #00c6ff;
}

#Date {
  font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
  font-size: 17px;
  margin: 2px;
  text-align: center;
  text-shadow: 0 0 1px #00c6ff;
}

#point {
  position: relative;
  -moz-animation: mymove 1s ease infinite;
  -webkit-animation: mymove 1s ease infinite;
  padding-left: 7px;
  padding-right: 7px;
}

@-webkit-keyframes mymove {
  0% {
    opacity: 1.0;
    text-shadow: 0 0 20px #000;
  }

  50% {
    opacity: 0;
    text-shadow: none;
  }

  100% {
    opacity: 1.0;
    text-shadow: 0 0 20px #000;
  }
}

@-moz-keyframes mymove {
  0% {
    opacity: 1.0;
    text-shadow: 0 0 20px #000000;
  }

  50% {
    opacity: 0;
    text-shadow: none;
  }

  100% {
    opacity: 1.0;
    text-shadow: 0 0 20px #000;
  }
}

.title-kota {
  position: relative;
  margin: 0 auto;
}

.icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.

iframe {
  float: left;
  height: 22px;
  width: 100%;
}

.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
  to {
    visibility: hidden
  }
}

@-webkit-keyframes blink-animation {
  to {
    visibility: hidden
  }
}

.main {
  background: rgba(0, 78, 125, 0.6);
  color: #000000;
  max-width: 300px;
  height: 100%;
  border-radius: 5px;
  padding: 10px;
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
  transition: .3s;
  text-align: center;
  min-height: 300px;
  animation: fadein 1s;
  -moz-animation: fadein 1s;
  -webkit-animation: fadein 1s;
  -o-animation: fadein 1s;
  border: 2px solid rgba(181, 210, 255, 0.6);
  background-repeat: repeat;
  background-image: url('img/bg-inner.png')
}

.box {
  margin-bottom: 5px;
  text-align: center
}

.brand {
  color: #fff;
  padding: 0;
  margin: 0 10px 0;
  font-size: 20px
}

.

.no-border {
  margin-bottom: 0;
  color: #fff;
}

.no-border tr td,
.no-border tr th {
  border-width: 0;
}

.table {
  width: 100%;
  border-collapse: collapse !important;
}

.table td,
.table th {
  padding: 5px;
  border: 1px solid #f2f2f2;
  color: #00000
}

.table td,
a,
th {
  color: #00000;
  text-decoration: none
}

.table2 {
  width: 100%;
  border-collapse: collapse !important;
  background-color: rgba(255, 255, 255, 0.67);
  text-align: left
}

.table2 td,
.table2 th {
  padding: 5px;
  border: 1px solid #000 !important
}

.table2 td,
a,
th {
  color: #000;
  text-decoration: none
}

@keyframes fadein {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes fadein {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-o-keyframes fadein {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@media screen and (max-width: 600px) {
  .main {
    width: 100%;
    margin-top: 10%
  }
}

@media screen and (min-width: 600px) {
  .main {
    margin-top: 2%
  }
}

@media only screen and (max-width: 767px) {
  .bg-page {
    background-image: url(img/bg-mobile.jpg);
  }
}

.icon{
width: 30px;
height: 30px;
z-index: 100;
}

.icon1{
width: 30px;
height: 30px;
z-index: 100;
}

.img-circle{
  border-radius:50%
}