.cache-series {
  background: #3f51b5;
  text-decoration: none;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 1rem;
  font-family: Arial;
  color: #eee;
  text-decoration: none;
}
select#downloadQuantity {
  color: black;
  margin-left: 10px;
}
button {
  color: black;
  margin-left: 10px;
}

button.site-note {
  color: red;
}

#downloadQuantity select {
  background: #58b14c;
}

.center {
  text-align: center;
}
option.selected {
  background-color: brown;
}
option:hover {
  background-color: brown;
}

div#download_button {
  width: 100%;
}
div#offline-request {
  background: #000080;
  text-align: center;
  padding: 10px 20px 10px 20px;
}
div.pwa-notice {
  background: #000080;
  text-align: left;
}
div.pwa-notice-image {
  background: #ff0000;
  text-align: center;
  padding: 10px 20px 10px 20px;
}
p.pwa-sermon {
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}
p.pwa-button {
  color: #de1e25;
  width: 100%;
}
img.pwa-notice-icon {
  width: 80%;
  max-width: 100px;
}
img.pwa-notice-homescreen {
  width: 80%;
}
p.pwa-notice {
  font-size: 15px;
  padding: 10px 20px 10px 20px;
  color: yellow;
}
.pwa-not-cached {
  font-size: 16px;
  font-family: Arial;
  color: white;
  line-height: 30px;
}
.pwa-downloading {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Arial;
  color: black;
}
.pwa-cached {
  color: #bbb;
  color: #de1e25;
  font-weight: 200;
  text-decoration-style: none;
}

// for progress bar
#myProgress {
  width: 100%;
  background-color: #000088;
}
#myBar {
  width: 1%;
  height: 30px;
  background-color: #fff000;
}

/* div.ios-notice{
	background: #000080;
	
}
img.ios-notice-icon{
	width: 80%;
	max-width: 100px;
	
}
p.ios-notice{
	text-align: center;
	font-size: 16px;
	padding: 10px 20px 10px 20px;
	color: white;
	font-family: Arial;
}

img.ios-notice-homescreen{
	width: 80%;
	max-width: 400px;
	padding-bottom:10px;
}
 */
 #ios-back-button {
  width: 100%;
  background: #000;
  position: fixed;
  bottom: 0;
  border-top: 1px solid #808080;
  padding: 35px .5rem .5rem .5rem;
  box-sizing: border-box;
  opacity:0;
}

#ios-prompt {
  width: 100%;
  background: #3f51b5;
  position: fixed;
  bottom: 0;
  border-top: 1px solid #808080;
  padding: 1.5rem;
  box-sizing: border-box;
  opacity:0;
}

#ios-prompt-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  display: block;
}

#ios-prompt #ios-prompt-inner {
}

#ios-prompt a {
  font-family: sans-serif;
  color: #fff;
  text-decoration: underline;
}

#pwa-icon {
  width: 75px;
  margin-top: 2rem;
}

#ios-prompt #ios-prompt-inner img {
  width: 100%;
  box-shadow: 2px 2px 6px #555;
}
