
.ui-body-c, .ui-overlay-c {
  background: #777;
  color: #DDD;
  text-shadow: 0 1px 0 #333;
}

.ui-collapsible-content {
  color: #333;
  text-shadow: 0 1px 0 #FFF;
}

.ui-content .ui-body-c {
  background: #f9f9f9;
}

.ui-header.ui-bar-a {
  padding: 1em 0;
  background: -moz-radial-gradient(bottom, ellipse cover, #4a819d 0%, #174e6a 100%);
  background: -webkit-gradient(radial, center bottom, 0px, center bottom, 100%, color-stop(0%,#4a819d), color-stop(100%,#174e6a));
  background: -webkit-radial-gradient(bottom, ellipse cover, #4a819d 0%,#174e6a 100%);
  border-bottom: 2px solid rgba(255,255,255,0.7);
}
.ui-header .ui-title {
  font-size: 1.2em;
  margin: .6em 5% .8em;
}

input.ui-input-text, textarea.ui-input-text, .ui-input-search {
  color: #333;
  text-shadow: none;
}

.hours .ui-btn-text {
  display: inline-block;
}

.today-open {
  position: absolute;
  right: 0;
  text-align: right;
}

.today-open.open {
  color: green;
}

.today-open.closed {
  color: red;
}

table {
  width: 100%;
}

td {
  padding: 0.3em 0;
  border-bottom: 1px solid #E3E3E3;
}

tr:last-child td {
  border-bottom: none;
}

td.days {
  width: 50%;
  font-weight: bold;
}

td.hours {
  text-align: right;
}

.map-region .ui-collapsible-content{
  padding: 0;
}

.map-region img {
  border-bottom: 1px solid #AAA;
}

.caption {
  text-align: center;
  font-size: 0.8em;
  margin: 1em;
  color: #555;
}

.social-buttons {
  margin: 1em 0;
}
