html, body, h1, h2, h3, h4, h5, h6, img, p, blockquote, a, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  font-size: 12px;
  font-family: "cabin", helvetica, sans-serif;
  background: #79bd9a;
  color: #333;
}

a {
  color: #0b486b;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 2.5em;
  line-height: 1.3333333333em;
  margin-bottom: 0.1666666667em;
  color: #3b8686;
  font-family: "cardo", georgia, serif;
}

h1 span {
  color: #B0B0B0;
  font-weight: normal;
}

h2 {
  font-size: 1.5833333333em;
  line-height: 1.5789473684em;
  color: #3b8686;
  font-family: "cardo", georgia, serif;
  font-weight: normal;
}

h2 + h3 {
  margin-top: 0.3571428571em;
}

h3 {
  font-size: 1.1666666667em;
  line-height: 1.4285714286em;
  color: #3b8686;
  font-weight: normal;
}

h3 span {
  font-size: 0.9166666667em;
  line-height: 1.8181818182em;
}

h3 span span {
  font-size: 1em;
  margin: 0 7px;
  line-height: 1.8181818182em;
}

h4 {
  font-size: 1.0833333333em;
  line-height: 1.5384615385em;
}

h5 {
  font-size: 1.5833333333em;
  line-height: 1.0526315789em;
  color: #3b8686;
  font-family: "cardo", georgia, serif;
  font-weight: normal;
}

hgroup {
  float: left;
  clear: both;
  margin: -5px 0 15px;
  width: 900px;
}

hgroup h1, hgroup h2, hgroup p {
  float: left;
  clear: both;
}

hgroup h2 {
  font-family: "cabin", helvetica, sans-serif;
  font-size: 1.0833333333em;
  margin: 0 6px 0 0;
}

hgroup h2 a.entry, hgroup h2 a.collection, hgroup h2 a.loggedin {
  font-size: 1.4166666667em;
  font-family: "cardo", georgia, serif;
  padding: 0 1px;
}

hgroup h2 span {
  white-space: nowrap;
}

hgroup h3 {
  clear: both;
}

em em {
  font-style: normal;
}

p {
  font-size: 1.0833333333em;
  line-height: 1.5384615385em;
}

p + p, p + form, p + ol, p + ul, p + h3, ul + h3, ol + h3, p + h2, ol + h2, ul + h2, h2 + p, ol + p {
  margin-top: 0.7692307692em;
}

hgroup.tagline h1 a {
  text-decoration: underline;
}

#wrapper {
  margin: auto;
  margin-top: 17px;
  width: 960px;
}

#container {
  float: left;
  background: white;
  width: 960px;
  -moz-box-shadow: 0px 1px 5px #3b8686;
  -webkit-box-shadow: 0px 1px 5px #3b8686;
  box-shadow: 0px 1px 5px #3b8686;
}

#content {
  width: 900px;
  float: left;
  clear: both;
  padding: 30px;
}

#content li {
  font-size: 1.0833333333em;
  line-height: 1.5384615385em;
}

#content ul, ol {
  margin-left: 20px;
}

#content ul + p {
  margin-top: 0.7692307692em;
}

#text {
  width: 725px;
  min-height: 1px;
  float: left;
}

.subPage #content form {
  float: left;
  clear: both;
  width: 489px;
}

.subPage #content form fieldset {
  border: 1px solid #ddd;
  padding: 10px;
}

#mapCanvas {
  float: left;
  border: 1px solid #a8dba8;
  background: white;
}

p + #mapCanvas {
  float: left;
  margin-top: 1.5384615385em;
}

.home #mapCanvas, .subPage #mapCanvas, .subPage.locationPage #mapCanvas {
  width: 723px;
  height: 360px;
}

.subPage.addPage #mapCanvas {
  width: 394px;
  height: 394px;
  margin-left: 15px;
}

#inner {
  float: left;
  width: 725px;
  padding-right: 15px;
}

#summaries {
  float: left;
  width: 725px;
}

.summary {
  float: left;
  clear: both;
  width: 725px;
  margin: 30px 0 0;
}

.summary hgroup {
  float: left;
  clear: both;
  width: 725px;
  padding-bottom: 5px;
}

.summary hgroup h1 a {
  color: #3b8686;
  text-decoration: none;
}

.summary hgroup h2 {
  border: 1px dotted #79bd9a;
  border-width: 1px 0;
  padding: 5px 0;
  width: 725px;
}

.summary .summaryMap {
  width: 273px;
  height: 273px;
  float: left;
  border: 1px solid #a8dba8;
  background: white;
}

.summaryText {
  width: 430px;
  float: left;
  padding: 0 0 0 20px;
}

.summary .viewFull a {
  text-decoration: none;
  margin-top: 1.5384615385em;
  display: block;
}

.summary .viewFull img {
  margin-right: 8px;
  vertical-align: middle;
  display: inline-block;
  border: 1px solid #3b8686;
}

.summary .viewFull .locationLink {
  background: none;
  padding: 0;
  width: auto;
  height: auto;
}

.collectionPage hgroup h2 {
  border: 1px dotted #79bd9a;
  border-width: 1px 0;
  padding: 5px 0;
  width: 725px;
}

.collectionDesc {
  margin: 0 0 1.5384615385em;
  width: 725px;
  float: left;
  clear: both;
}

.allCollections {
  float: left;
  clear: both;
  width: 725px;
}

.allCollections .viewFull a {
  text-decoration: none;
  margin-top: 0.7692307692em;
  display: block;
}

.allCollections .viewFull img, .collectionPage .summary .viewFull img {
  margin-right: 8px;
  vertical-align: middle;
  display: inline-block;
  border: 1px solid #3b8686;
}

.allCollections hgroup {
  margin: 3.0769230769em 0 10px 0;
  padding-top: 0.7692307692em;
  width: 725px;
}

.allCollections hgroup:first-child {
  margin-top: 0;
}

.allCollections hgroup h2 {
  border-top: 1px dotted #79bd9a;
  border-bottom: 1px dotted #79bd9a;
  padding: 5px;
  width: 715px;
  margin-top: -9px;
  background: #f1fae3;
}

.allCollections p {
  margin-left: 5px;
  margin-right: 5px;
}

.leaflet-pane.leaflet-popup-pane {
  border: 1px solid red;
  z-index: 1001 !important;
}

.infoWindow {
  display: flow-root;
  text-align: left;
}

.infoWindow h2.infoWindow__title {
  font-family: "cabin", helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.3333333333em;
  color: #333;
  font-weight: bold;
}

.infoWindow .address {
  margin-bottom: 0.7692307692em;
}

.infoWindow .entry {
  font-size: 1.1666666667em;
}

.infoWindow p + p {
  margin-top: 0;
}

.infoWindow .info {
  float: left;
  width: 200px;
}

.infoWindow p.infoWindow__from {
  margin-bottom: 0;
}

.infoWindow p.infoWindow__more {
  margin-bottom: 0;
}

.infoWindow img {
  float: left;
  margin-left: 10px;
  border: 1px solid #3b8686;
}

.disambiguation {
  margin-bottom: 1.1111111111em;
}

.disambiguation li {
  list-style: none;
}

#storedAddresses {
  display: none;
  margin: 15px 0;
}

.storedAddress {
  margin-bottom: 10px;
}

#newDetails {
  display: none;
  float: left;
  clear: both;
}

#uploadedPhoto + img {
  margin-top: 6px;
}

ul.mobileUtility {
  display: none;
}

#mobileSearch {
  display: none;
}

footer {
  width: 960px;
  height: 30px;
  float: left;
  clear: both;
}

footer nav ul.mobile {
  display: none;
}

footer nav, footer ul {
  float: left;
}

footer ul.copyright {
  float: right;
}

footer ul li {
  float: left;
  list-style: none;
  font-size: 1em;
  line-height: 30px;
  color: #3b8686;
}

footer ul li a {
  font-weight: normal;
  border-left: 1px solid #3b8686;
  margin-left: 5px;
  padding-left: 5px;
  color: #3b8686;
  text-decoration: underline;
  display: inline-block;
  height: 10px;
  line-height: 8px;
}

footer ul li:first-child a {
  border: 0;
  padding-left: 0;
  margin-left: 0;
}

footer p {
  float: right;
  color: #3b8686;
  font-size: 1em;
  line-height: 30px;
}

#filter fieldset {
  border: 0 !important;
  padding: 0 !important;
}

#filter fieldset label {
  width: auto;
  margin-right: 10px !important;
}

table.leaderboard {
  width: 100%;
}

table.leaderboard th, table.leaderboard td {
  text-align: left;
  padding: 4px;
  font-size: 1em;
}

table.leaderboard tr:nth-child(odd) th, table.leaderboard tr:nth-child(odd) td {
  background: #f1fae3;
}

table.leaderboard th.leader, table.leaderboard td.leader {
  width: 150px;
}

table.leaderboard th.addedLocations, table.leaderboard td.addedLocations {
  width: 105px;
  text-align: center;
}

.detailText .locationLink, .summaryText .locationLink {
  background: url("/i/sm_star_icon.png") center left no-repeat;
  background-size: 14px 16px;
  padding-left: 16px;
  padding-right: 0;
  display: inline-block;
  width: auto;
  height: auto;
}

.detailText .collectionLink, .summaryText .collectionLink {
  background: url("/i/sm_collection_icon.png") center left no-repeat;
  background-size: 16px 17px;
  padding-left: 17px;
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.highlight {
  background: #cff09e;
}

.newWindow {
  background: url("../i/new_window.png") no-repeat right 2px;
  background-size: 10px 10px;
  width: 10px;
  height: 10px;
  padding-right: 13px;
}

.plus {
  font: bold 14px helvetica;
}

p.success, p.error {
  margin: 0.7692307692em 0;
  clear: both;
  padding: 5px;
}

p.success {
  color: #3b8686;
  background: #f1fae3;
  border: 1px solid #a8dba8;
}

p.ajaxError {
  border: 1px solid #D4715D;
}

.success:after, .error:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.addToLocation {
  background: url("/i/sm_add_location_icon.png") center left no-repeat;
  background-size: 14px 17px;
  padding-left: 17px;
  font-weight: bold;
  cursor: pointer;
  color: #0b486b;
}

.addToCollection {
  background: url("/i/sm_add_collection_icon.png") center left no-repeat;
  background-size: 16px 17px;
  padding-left: 19px;
  margin-left: -2px;
  padding-bottom: 1px;
  font-weight: bold;
  cursor: pointer;
  color: #0b486b;
}

#socialMedia {
  display: none;
}

header {
  align-items: flex-end;
  background: url("../i/billboard.png") no-repeat;
  background-size: 962px 128px;
  clear: both;
  display: flex;
  float: left;
  height: 118px;
  justify-content: flex-end;
  margin: -10px 0 0 -2px;
  padding: 10px 0 0 0;
  position: relative;
  width: 962px;
}

header img.printable {
  display: none;
}

header a.goHome {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 375px;
  height: 128px;
}

.search {
  float: right;
  clear: both;
  margin: 10px 25px 15px 0;
}

.search fieldset {
  padding: 0;
  margin: 0;
}

.search #s {
  width: 170px;
  border: 0;
  height: 18px;
  font-size: 0.9166666667em;
  padding: 3px;
  float: left;
  margin: 0 5px 0 0;
}

.search .btn {
  width: 15px;
  border: 1px solid #3b8686;
  background: #3b8686;
  height: 24px;
  font-size: 0.9166666667em;
  padding: 3px;
  float: left;
  color: #a8dba8;
  text-transform: uppercase;
  -webkit-appearance: none;
}

nav#utility {
  display: none;
  float: left;
  clear: both;
  margin: 0 0 0 3px;
  width: 960px;
}

nav#utility {
  margin-top: 21px;
}

nav#utility ul {
  float: right;
  margin-right: 30px;
}

nav#utility li {
  float: right;
  list-style: none;
}

nav#utility a {
  font-weight: normal;
  color: #3b8686;
  border-left: 1px solid #79bd9a;
  margin-left: 5px;
  padding-left: 5px;
  display: inline-block;
  height: 10px;
  line-height: 9px;
}

nav#utility li.utilityBlog {
  clear: both;
}

nav#utility li.utilitySignin, nav#utility li.utilityLogout, nav#utility li.utilityUsername {
  margin-bottom: 5px;
}

nav#utility li.utilityWhat a {
  border: 0;
}

nav#utility li.utilityLogout a {
  font-weight: bold;
}

nav#utility li.utilitySignin a, nav#utility li.utilityUsername a {
  border: 0;
  font-weight: bold;
}

nav#primary {
  float: left;
  clear: both;
  border-bottom: 3px solid #a8dba8;
  background: #3b8686;
  font-size: 1.0833333333em;
  width: 960px;
}

nav#primary ul {
  margin-left: 15px;
  width: 480px;
}

nav#primary li {
  list-style: none;
  float: left;
  border-left: 1px solid #a8dba8;
}

nav#primary li:first-child {
  border: none;
}

nav#primary li a {
  list-style: none;
  font-weight: normal;
  color: #cff09e;
  padding: 0 15px;
  height: 25px;
  line-height: 25px;
  display: block;
}

nav#primary li a:hover, nav#primary li a.selected {
  color: white;
  text-decoration: none;
}

nav#primary li.more {
  position: relative;
}

nav#primary li.more ul {
  position: absolute;
  top: 28px;
  left: -15px;
  background: #cff09e;
  border: 1px solid #a8dba8;
  width: auto;
  min-width: 115px;
  padding: 5px 0;
  display: none;
  text-align: left;
  z-index: 999;
}

nav#primary li.more ul li {
  float: none;
  height: 25px;
  line-height: 25px;
  border: 0;
}

nav#primary li.more ul li a {
  background: none;
  color: #3b8686;
}

nav#primary li.more ul li a:hover {
  color: #0b486b;
}

nav#primary li.more a {
  background: url("../i/arrow_down.png") top right no-repeat;
  background-size: 8px 50px;
}

nav#primary li.more a:hover, nav#primary li.more a.active {
  color: white;
  background-position: right -25px;
}

nav#primary ul.functional {
  float: right;
  width: auto;
  margin-right: 30px;
}

nav#primary ul.functional li {
  border: none;
  line-height: 25px;
  float: left;
  color: white;
}

nav#primary ul.functional a {
  color: white;
  font-weight: bold;
  padding: 0;
  float: left;
}

nav#primary ul.functional a.rss {
  width: 16px;
  height: 25px;
  background: url("../i/rss_icon.png") center left no-repeat;
  background-size: 16px 16px;
  margin: 0 0 0 8px;
}

nav#primary ul.functional a:hover {
  color: #cff09e;
  text-decoration: none;
}

.subPage.profilePage #mapCanvas {
  width: 615px;
  height: 315px;
  margin-bottom: 1.5384615385em;
}

#profile {
  float: right;
  width: 160px;
  margin-bottom: 10px;
}

.noLocations {
  float: left;
  clear: both;
  width: 723px;
  height: 360px;
  border: 1px dashed #79bd9a;
  text-align: center;
  line-height: 360px;
  color: #3b8686;
  font-size: 1em;
}

.profilePic {
  width: 158px;
  clear: both;
  margin-bottom: 0.34em;
}

#profileFull {
  float: right;
  width: 270px;
  padding-left: 15px;
}

#profileFull .profilePic {
  width: 268px;
  clear: both;
  margin-bottom: 0.7692307692em;
}

#profileText {
  width: 615px;
  float: right;
  padding-bottom: 1.5384615385em;
}

.profilePic img {
  border: 1px solid #79bd9a;
  max-width: 100%;
  display: block;
}

#flair {
  border: 1px dashed #79bd9a;
  float: left;
  width: 152px;
  padding: 3px;
  font-size: 1em;
  margin-bottom: 0.7692307692em;
  text-align: center;
}

#badges {
  float: left;
  width: 100%;
  margin-bottom: 0.7692307692em;
}

#badges img {
  display: block;
  float: left;
}

.editProfile {
  margin-bottom: 0.7692307692em;
  clear: both;
}

#profileInfo {
  margin-top: 0 !important;
}
#profileInfo fieldset {
  border: 1px solid #999 !important;
}
#profileInfo fieldset.radio {
  float: left;
  width: 300px;
  padding: 3px 0 0 0 !important;
  margin: 0 0 5px 0;
  clear: none;
  border: 0 !important;
}
#profileInfo fieldset.submit {
  border: 0 !important;
}

#profileItems {
  float: left;
  width: 395px;
  margin-left: 15px;
}

.profileInstructions {
  color: #3b8686;
  margin: 0.77em 0 1.54em 0;
  font-size: 0.9166666667em;
  display: inline-block;
  clear: both;
}

.profileUpdateItem {
  padding: 5px 0;
  border-bottom: 1px dotted #79bd9a;
  float: left;
  clear: both;
  width: 100%;
}
.profileUpdateItem h4 {
  font-size: 1.1666666667em;
  margin: 0.3571428571em 0;
  font-weight: bold;
}
.profileUpdateItem p {
  margin-bottom: 0.3846153846em;
}
.profileUpdateItem p + p {
  margin-top: 0;
}
.profileUpdateItem fieldset.radio {
  padding: 0 !important;
}
.profileUpdateItem fieldset.radio + .showOnProfile {
  margin-top: 0;
}

.profileItem p + p {
  margin-top: 0;
  margin-bottom: 0.7692307692em;
}

.showOnProfile {
  color: #0b486b;
  font-weight: normal !important;
  font-size: 0.9166666667em;
  line-height: 1.8181818182em;
  margin-bottom: 0.4545454545em;
  float: left;
  clear: both;
}

.profileInactive p, .profileInactive a, .profileInactive .showOnProfile, .profileInactive label {
  color: #888;
}
.profileInactive img {
  border: 1px solid #999;
  opacity: 0.35;
  filter: alpha(opacity=35); /* i guess i'll be nice to ie8 users even though i hate them... */
}

#profile .edit {
  font-size: 1em;
  margin: 0.3846153846em 0 0.7692307692em;
  clear: both;
  float: left;
  width: 100%;
}

#profileInfo .allowedTags {
  float: left;
  clear: both;
  font-size: 1em;
  margin: 0 5px 10px 150px;
  color: #757575;
}

#profileTextEdit {
  float: left;
  width: 615px;
  padding-bottom: 1.5384615385em;
}
#profileTextEdit .editInput form, #profileTextEdit .editText form {
  width: 615px !important;
  margin-bottom: 0;
}
#profileTextEdit .editInput form label.error, #profileTextEdit .editText form label.error {
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0.7692307692em !important;
  float: left;
}
#profileTextEdit .editInput input {
  width: 607px !important;
}
#profileTextEdit .editText textarea {
  width: 603px !important;
}

#profileImageUpload {
  width: 270px !important;
  clear: none !important;
  float: left;
  margin-left: 15px;
}
#profileImageUpload input {
  clear: both;
  max-width: 215px;
}
#profileImageUpload fieldset {
  border: 1px solid #999 !important;
  width: 248px;
}
#profileImageUpload fieldset .error {
  margin-left: 0 !important;
  padding: 0;
}
#profileImageUpload fieldset fieldset.submit {
  padding: 0 !important;
  border: 0 !important;
}
#profileImageUpload fieldset fieldset.submit input {
  margin: 0 !important;
}
#profileImageUpload .noImage {
  width: 268px;
  height: 268px;
  border: 1px dashed #79bd9a;
  text-align: center;
  line-height: 268px;
  color: #3b8686;
  font-size: 0.9166666667em;
  margin-bottom: 0.7692307692em;
}
#profileImageUpload .profileInstructions {
  margin-top: 0;
}
#profileImageUpload .profilePic {
  width: auto;
  max-width: 268px;
  float: left;
  clear: both;
}
#profileImageUpload .profilePic .showOnProfile {
  margin: 0.3846153846em 0;
}

aside {
  float: left;
  width: 160px;
}

aside .affiliateAd {
  text-align: center;
  display: block;
  clear: both;
  padding-top: 0.7692307692em;
  margin-bottom: 1.5384615385em;
}

aside .leaderboard + .affiliateAd {
  padding-top: 0;
}

aside .leaderboard, aside .collections {
  float: right;
  width: 148px;
  border: 1px dotted #79bd9a;
  padding: 5px;
  margin-bottom: 1.5384615385em;
}
aside .leaderboard .filter, aside .collections .filter {
  color: #3b8686;
}
aside .leaderboard ol, aside .collections ol {
  width: 148px;
  list-style: none;
  margin: 0;
  padding-top: 0.4545454545em;
  font-size: 0.9166666667em;
  line-height: 1.8181818182em;
}
aside .leaderboard li, aside .collections li {
  padding: 2px;
}
aside .leaderboard li:nth-child(odd), aside .collections li:nth-child(odd) {
  background: #f1fae3;
}

aside .collections {
  margin-bottom: 0.7692307692em;
}

aside .collections + p {
  text-align: center;
}

aside #profile + .collections {
  margin-top: 5px;
}

aside #allCities {
  width: 160px;
  margin: -0.7692307692em 0 0.7692307692em 0;
  float: right;
}

#address {
  float: left;
  clear: both;
  width: 250px;
  margin: 1.5384615385em 0;
}

#addDetails {
  float: right !important;
  width: 225px !important;
  margin: 1.5384615385em 0 0 0 !important;
  padding: 0 !important;
  clear: none !important;
}
#addDetails fieldset {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}
#addDetails p {
  text-align: right !important;
}

#createCollection {
  display: none;
  text-align: center;
  margin: 0 !important;
  border: 1px dotted #79bd9a;
  z-index: 2;
  width: auto !important;
  padding: 10px 20px 20px;
  min-height: 170px;
  min-width: 250px !important;
  position: relative;
}
#createCollection fieldset {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}
#createCollection h3 {
  float: none;
  font-size: 1.5833333333em;
  line-height: 1.5789473684em;
  font-weight: bold;
  margin-bottom: 0.2631578947em;
}
#createCollection select {
  clear: both;
  float: none;
}
#createCollection label {
  clear: none;
  width: auto;
  padding-right: 5px;
}
#createCollection button {
  width: auto;
  clear: both;
  float: none;
  display: block;
  margin: 3px auto 0;
}
#createCollection input {
  float: none;
  margin: 0.7692307692em auto;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#createCollection p + .submit input {
  margin-top: 0;
}
#createCollection p {
  float: none;
  font-size: 1.0833333333em;
  line-height: 1.5384615385em;
}
#createCollection .collectionAjaxMsg {
  display: none;
  padding-top: 10px;
}
#createCollection .collectionMsg {
  padding-top: 10px;
}

/* Firefox fix */
@-moz-document url-prefix() {
  #createCollection button {
    margin-top: 2px;
  }
}
#permalink {
  float: left;
  clear: both;
  margin-bottom: 1.1111111111em;
}

.oneTime {
  float: left;
  clear: both;
  width: 900px;
  text-align: center;
  position: absolute;
  top: -14px;
  left: 0;
  z-index: 100;
}

.oneTime p {
  border: 1px solid #a8dba8;
  background: white;
  padding: 0 8px;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  color: #666;
  font-size: 1em;
  -moz-box-shadow: 0px 1px 2px #ccc;
  -webkit-box-shadow: 0px 1px 2px #ccc;
  box-shadow: 0px 1px 2px #ccc;
}

.oneTime p img {
  vertical-align: middle;
  margin-left: 5px;
  cursor: pointer;
}

#detailInfo {
  float: left;
  clear: both;
  width: 960px;
  border-top: 1px solid #a8dba8;
  margin-left: -30px;
  background: url("../i/gradient.jpg") repeat-x;
  min-height: 275px;
  position: relative;
  padding-bottom: 2.2222222222em;
}

#detailInfo aside {
  padding-left: 15px;
}

#detailInfo aside .affiliateAd {
  width: 160px;
  float: right;
  clear: both;
  text-align: center;
  margin: 1.5384615385em 0;
}

.detail {
  float: left;
  clear: both;
  width: 725px;
  margin: 2.2222222222em 0 1.1111111111em 30px;
}

.userBar {
  float: left;
  width: 100%;
  border: 1px dotted #79bd9a;
  border-width: 1px 0;
  padding: 5px 0;
  font-size: 0.9166666667em;
  position: relative;
}

.userBar form.flagged {
  position: absolute;
  top: 26px;
  right: 0;
  background: white;
  border: 1px solid #0b486b;
  width: 260px !important;
  z-index: 2;
  -moz-box-shadow: 0px 1px 2px #ccc;
  -webkit-box-shadow: 0px 1px 2px #ccc;
  box-shadow: 0px 1px 2px #ccc;
}

.userBar form.flagged fieldset {
  border: 0 !important;
  width: 230px !important;
  margin: 0;
  padding: 10px;
}

.userBar form.flagged label {
  width: 230px !important;
}

.userBar form.flagged textarea {
  width: 228px !important;
  height: 100px;
}

.userBar form.flagged input.flaggedEmail {
  width: 228px !important;
  padding-left: 5px;
  padding-right: 5px;
}

.userBar fieldset.submit {
  padding-bottom: 0 !important;
}

.userBar form.detailAdmin {
  float: right !important;
  width: 200px !important;
  clear: none !important;
  margin: 0 !important;
}

.userBar form.detailAdmin fieldset {
  width: 140px;
  float: left !important;
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
}

.userBar form.detailAdmin fieldset.submit {
  clear: none !important;
  width: 50px;
}

.postedBy {
  line-height: 26px;
  white-space: nowrap;
  float: left;
  width: 40%;
}

.vote {
  width: 26px;
  height: 26px;
  display: block;
  float: left;
  background: url("/i/direction_up.png") 0 0 no-repeat;
  vertical-align: middle;
  margin-right: 5px;
  cursor: pointer;
}

.voted {
  width: 26px;
  height: 26px;
  display: block;
  float: left;
  background: url("/i/direction_up.png") 0 -52px no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}

.vote:hover {
  background-position: 0 -26px;
}

.controls {
  width: 50%;
  float: right;
  line-height: 26px;
  white-space: nowrap;
  margin-top: 0;
  text-align: right;
  position: relative;
}

.controls .flag {
  cursor: pointer;
  font-weight: bold;
  color: #0b486b;
}

.detailContainer {
  display: table;
  float: left;
  clear: both;
  width: 100%;
  margin: 1.1111111111em 0 0 0;
}

.detailText {
  min-width: 395px;
  padding: 0 15px 0 0;
  margin: 1.1111111111em 0 0 0;
  display: table-cell;
  vertical-align: top;
}

.detail figure {
  padding: 0;
  margin: 1.1111111111em 0 0 0;
  display: table-cell;
}

.detail figure .mobileDetailImage {
  display: none;
}

.detail figure img {
  max-width: 100%;
  border: 1px solid #3b8686;
}

.detail figure figcaption {
  font-size: 1em;
  line-height: 1.6666666667em;
  color: #999;
}

#detailInfo .pagination {
  width: 765px;
  margin: 1.1111111111em 0 0 30px;
  border-top: 1px dotted #a8dba8;
  padding-top: 1.1111111111em;
}

#pagination {
  float: left;
  width: 100%;
}

.collectionList, .popular {
  width: 900px;
  float: left;
  clear: both;
  margin: 0 -2.2222222222em;
  border-top: 2px solid #79bd9a;
  padding: 2.2222222222em 2.2222222222em 0;
  background: white;
}
.collectionList h5, .popular h5 {
  font-size: 1.5em;
  line-height: 1.8181818182em;
  color: #3b8686;
  font-family: "cardo", georgia, serif;
  font-weight: normal;
}
.collectionList ol, .popular ol {
  margin-top: 0.4545454545em;
  margin-left: 0;
}
.collectionList li, .popular li {
  padding: 4px;
  list-style: none;
}
.collectionList li span, .popular li span {
  white-space: nowrap;
}
.collectionList li:nth-child(odd), .popular li:nth-child(odd) {
  background: #f1fae3;
}
.collectionList li a, .popular li a {
  font-family: "cardo", georgia, serif;
  font-size: 1.25em;
}

.collectionList + .popular {
  border-top: 0;
}

.editText, .editInput {
  display: block;
}

.editText form {
  display: block;
  float: left;
  clear: both;
  width: 385px !important;
  margin-bottom: 10px;
}
.editText form .charcounter {
  float: right;
  margin: 0;
}

.editInput form {
  display: block;
  float: left;
  clear: both;
  width: 300px !important;
}
.editInput form textarea {
  margin-bottom: 5px;
  width: 290px !important;
}
.editInput form .charcounter {
  float: right;
  margin: 0;
}

.editInput form input {
  margin-bottom: 5px;
  width: 295px !important;
}

.editText form textarea {
  min-height: 100px;
  margin-bottom: 5px;
  width: 373px !important;
}

#addFirstLocationToCollection {
  background: gray;
  float: left;
  clear: both;
  width: auto !important;
  margin: 0 0 15px 0;
}
#addFirstLocationToCollection fieldset {
  background: #f1fae3;
  padding: 10px;
  margin: 0;
  float: left;
  clear: both;
  border: 1px solid #a8dba8;
  width: auto;
}
#addFirstLocationToCollection fieldset label {
  width: auto;
  margin: 0 !important;
  line-height: 24px !important;
}
#addFirstLocationToCollection fieldset button {
  margin: 0 0 0 5px;
}

form#manageCollection fieldset.radio {
  border: 1px solid #ccc !important;
  padding: 7px;
  width: 137px;
}

form#manageCollectionList {
  float: left;
  clear: none !important;
  margin: 0.455em 0 0 20px;
  width: 390px !important;
  padding: 0;
}
form#manageCollectionList h5 {
  font-size: 1.5em;
  line-height: 1.8181818182em;
  color: #3b8686;
  font-family: "cardo", georgia, serif;
  font-weight: normal;
}
form#manageCollectionList ol {
  margin-top: 0.4545454545em;
  margin-left: 0;
  width: 100%;
}
form#manageCollectionList li {
  padding: 4px;
  list-style: none;
  min-height: 22px;
  float: left;
  clear: both;
  width: 380px;
}
form#manageCollectionList li:nth-child(odd) {
  background: #f1fae3;
  border: 1px solid #cff09e;
  border-width: 1px 0;
}
form#manageCollectionList li:nth-child(even) {
  background: white;
}
form#manageCollectionList input {
  margin-right: 5px;
}
form#manageCollectionList .locationItem {
  display: block;
  float: left;
  width: 350px;
  padding-right: 30px;
  position: relative;
}
form#manageCollectionList .removeLocation {
  position: absolute;
  right: 5px;
  top: 0;
}
form#manageCollectionList .removeLocation img {
  vertical-align: middle;
  cursor: pointer;
}
form#manageCollectionList .undo {
  float: right;
  margin-right: 5px;
  cursor: pointer;
  color: #0b486b;
  font-weight: bold;
  line-height: 22px;
  display: none;
}
form#manageCollectionList .undo:hover {
  text-decoration: underline;
}

.pagination {
  text-align: center;
  float: left;
  clear: both;
  margin-top: 40px;
  font-size: 1em;
}

.pagination a {
  text-decoration: none;
  border: solid 1px #79bd9a;
  color: #3b8686;
}

.pagination a, .pagination span {
  display: inline-block;
  padding: 0.3em 0.5em;
  margin-left: 5px;
  margin-bottom: 5px;
  min-width: 1em;
  text-align: center;
}

.pagination span.ellipsis {
  font-size: 1.5em;
  padding: 0;
}

.pagination a:first-child, .pagination span:first-child {
  margin-left: 0;
}

.pagination .current {
  background: #3b8686;
  color: #fff;
  border: solid 1px #3b8686;
}

.pagination .current.prev, .pagination .current.next {
  color: #999;
  border-color: #999;
  background: #fff;
}

.pagination .next {
  margin-right: 5px;
}

.pagination .inactive {
  border: solid 1px #ccc;
  color: #999;
  background: #fff;
}

.pagination #infscr-loading {
  float: right;
  color: #999;
}

.pagination #infscr-loading img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  padding: 5px;
  margin: 0 0 10px 0;
}

fieldset br {
  clear: both;
}

fieldset h3 {
  margin: 10px 0 5px 0;
  float: left;
  clear: both;
  white-space: nowrap;
}

fieldset fieldset {
  padding: 5px;
  margin: 10px 0;
  float: left;
  clear: both;
  width: 100%;
}

fieldset fieldset input {
  width: auto;
  clear: none;
  border: 0;
}

fieldset fieldset label {
  width: auto;
  font-size: 1em;
  line-height: 20px;
  margin-right: 5px;
  white-space: nowrap;
}

fieldset p {
  clear: both;
  font-size: 0.92em;
  float: left;
}

p + fieldset {
  margin-top: 10px;
}

legend {
  font-size: 1.2em;
  font-weight: normal;
  color: #4b4b4b;
  padding: 0 3px;
}

fieldset label {
  width: 150px;
  float: left;
  margin: 0.5775em 0 0 0 !important;
  font-size: 1.08em;
  color: #4b4b4b;
  line-height: 15px;
  clear: both;
}

label.ext {
  width: auto;
  margin: 5px 5px 0 5px;
}

fieldset input {
  width: 290px;
  float: left;
  margin: 5px 5px 5px 0;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #999;
  height: 18px;
}

span.checkbox input {
  width: auto;
  float: none;
  margin-top: 0;
  border: 0;
  height: auto;
}

input.phoneArea, input.phonePre, input.phoneExt, input.faxArea, input.faxPre, input.number {
  width: 35px;
}

input.phonePost, input.faxPost {
  width: 46px;
}

.readonly {
  color: #999;
  border: 1px solid #bbb;
}

.dash {
  width: 15px;
  float: left;
  height: 18px;
  line-height: 18px;
  margin-top: 5px;
  text-align: center;
}

input[type=file] + label.error {
  -moz-padding-start: 77px; /* add left padding to the error label 
following the file upload field for firefox because of its ridiculous 
inability to style properly*/
}

input[type=file] {
  max-width: 270px;
  width: auto;
}

.fileInputContainer {
  float: left;
}

.fileInputContainer img {
  vertical-align: middle;
  margin: 5px 0;
  cursor: pointer;
}

textarea {
  width: 290px;
  height: 200px;
  float: left;
  margin-top: 5px;
  border: 1px solid #999;
  padding: 5px;
}

.jqEasyCounterMsg {
  float: left;
  clear: both;
  margin: 5px 0 5px 150px;
}

.charcounter {
  float: left;
  clear: both;
  margin: 5px 0 5px 150px;
  font-size: 11px;
  color: black;
}

#imageCredit + .charcounter {
  margin-top: 0;
}

select {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: 300px;
}

label.error, span.error {
  color: #D4715D;
  line-height: 1.54;
  width: auto;
  margin: 2px 0 2px 150px !important;
}

p.error {
  color: #D4715D;
}

fieldset p.error {
  line-height: 1.54;
  width: auto;
  margin: 2px 0 2px 150px !important;
  font-size: 1.08em;
}

input.error, select.error, textarea.error {
  border: 1px solid #D4715D;
}

div.errorMessages label {
  display: block;
  clear: both;
  padding: 0 0 0 150px;
  margin: 0;
  font-size: 1em;
}

span.requiredField {
  color: red;
}

fieldset.submit {
  clear: both;
  padding: 10px 10px 10px 0 !important;
  border: 0 !important;
}

fieldset fieldset.submit {
  padding: 5px 0 0 0;
}

fieldset.checkbox, fieldset.radio {
  border: 0 !important;
  padding: 7px;
  width: 370px;
}

fieldset.checkbox input, fieldset.checkbox label, fieldset.radio input, fieldset.radio label, fieldset.general input, fieldset.general label {
  width: auto;
  clear: none;
  border: 0;
  margin-top: 0;
}

fieldset.checkbox input {
  height: 14px;
  width: 14px;
  margin: 5px 15px 0 0 !important;
}

fieldset.radio input {
  height: 14px;
  width: 14px;
  margin: 5px 5px 0 0 !important;
}

fieldset.checkbox label, fieldset.radio label {
  width: auto;
  font-size: 1em;
  line-height: 20px;
  white-space: nowrap;
  margin: 1px 5px 0 0 !important;
}

fieldset.radio label {
  margin-right: 10px !important;
}

fieldset.radio .field {
  border: 1px solid #999;
  margin-left: 5px;
}

fieldset.general {
  margin: 0;
}

fieldset.submit input, fieldset.submit button, .btn, button {
  margin: 0 5px 5px 0;
  width: auto !important;
  height: auto;
  background: #eee;
  border: 1px solid #999;
  float: left;
  cursor: pointer;
  padding: 3px;
  color: black;
}

fieldset.submit a.forgot {
  line-height: 24px;
  margin-left: 5px;
}

.btn {
  float: none;
}

input.disabled, button.disabled, input.loading, button.loading {
  color: #999 !important;
  border: 1px solid #bbb !important;
}

input.loading, button.loading {
  background: #eee url("../i/ajax-loader-gray.gif") center center no-repeat !important;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  width: 40px !important;
}

button a {
  text-decoration: none;
  color: black;
}

.pstrength-bar, .pstrength-info {
  float: left;
  clear: both;
}

.pstrength-minchar {
  display: none;
}

.passwordContainer {
  width: 165px;
  float: left;
  clear: both;
  margin: 0 0 0 150px;
  display: inline;
}

.allowedTags {
  width: 300px;
  float: left;
  clear: both;
  font-size: 1em;
  margin: 0 5px 10px 150px;
  color: #757575;
}

input + .allowedTags {
  margin: 8px 5px 5px 150px;
}

.note {
  width: 300px;
  float: left;
  clear: both;
  font-size: 1em;
  margin: 4px 5px 10px 150px;
  color: #757575;
}

/* iPad */
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) {
  body {
    min-width: 1000px;
  }
  form#manageCollectionList .dragToReorder {
    display: none;
  }
  #profileImageUpload fieldset {
    display: none;
  }
  #profileImageUpload .profilePic {
    margin-top: 8px;
  }
  .imageUpload {
    display: none;
  }
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: landscape) {
  html, body {
    min-height: 768px;
  }
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) and (orientation: portrait) {
  html, body {
    min-height: 1280px;
  }
}
/* iPhone in portrait */
@media only screen and (min-width: 480px) and (max-width: 767px), only screen and (max-width: 480px) {
  body {
    min-width: 290px;
  }
  h1 {
    font-size: 2em;
    line-height: 1.25em;
    padding-top: 0.1041666667em;
  }
  h1 span {
    color: #999;
  }
  hgroup.tagline h1 {
    font-size: 1.6666666667em;
    line-height: 1.25em;
    padding-top: 0.25em;
  }
  hgroup.tagline h1 a {
    text-decoration: none;
  }
  hgroup {
    width: 260px;
    margin-bottom: 5px;
    padding: 0 5px 0;
    background: #f1fae3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #cff09e;
  }
  hgroup h2 a.entry {
    font-size: 1.25em;
  }
  hgroup h3, hgroup p {
    margin-bottom: 0.3571428571em;
  }
  #wrapper, #container {
    width: 290px;
  }
  header {
    width: 291px;
    height: 57px;
    background: url("../i/billboard_small_portrait.png") no-repeat;
    background-size: 291px 67px;
    margin-left: -1px;
  }
  header a.goHome {
    width: 291px;
    height: 67px;
  }
  header form {
    display: none;
  }
  nav#utility {
    display: none;
  }
  nav#primary {
    width: 290px;
  }
  nav#primary ul {
    margin-left: 0;
    width: 290px;
  }
  nav#primary li.more ul {
    position: absolute;
    top: 28px;
    left: -44px;
  }
  ul.functional {
    display: none;
  }
  #content {
    width: 270px;
    float: left;
    clear: both;
    padding: 20px 10px 10px;
  }
  #content form {
    width: 270px !important;
  }
  #account, #contact, #newLocation {
    margin-top: 0.7692307692em;
  }
  #inner {
    float: left;
    width: 100%;
    padding: 0;
  }
  p + #mapCanvas + #summaries {
    float: left;
    margin-top: 0.7692307692em;
  }
  #text {
    width: 260px;
  }
  #mapCanvas {
    display: none;
  }
  #summaries {
    clear: both;
    float: left;
    width: 100%;
    padding: 0;
  }
  .summary {
    padding: 0;
    float: left;
    clear: both;
    width: 100%;
  }
  .summary:first-child {
    margin-top: 0;
    border-top: 0;
    padding-top: 1.1111111111em;
  }
  .summary hgroup {
    float: left;
    clear: both;
    width: 100%;
    padding: 0 0 5px 0;
    border: 0;
    margin-bottom: 0;
    background: white;
  }
  .summary hgroup h1 {
    font-size: 1.6666666667em;
    line-height: 1.25em;
  }
  .summary hgroup h1 a {
    color: #3b8686;
    text-decoration: none;
  }
  .summary hgroup h2 {
    border: 1px dotted #79bd9a;
    border-width: 0 0 1px 0;
    padding: 0 0 5px 0;
    width: 100%;
    font-size: 1.0833333333em;
    line-height: 1.7307692308em;
  }
  .summary .summaryMap {
    width: 268px;
    height: 268px;
    float: left;
    border: 1px solid #a8dba8;
    background: white;
  }
  .summaryText {
    width: 260px;
    float: left;
    margin-top: 5px;
    padding: 10px 5px;
    background: #f1fae3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #cff09e;
  }
  .collectionDesc {
    margin: 0.3846153846em 0;
    border-bottom: 1px dotted #79bd9a;
    padding-bottom: 0.7692307692em;
    width: 270px !important;
  }
  .collectionPage h1 span {
    display: block;
  }
  .collectionPage hgroup h2 {
    width: 265px;
    border: 0;
  }
  .collectionPage hgroup h2 span {
    white-space: normal;
  }
  .collectionPage hgroup + p {
    margin-top: 0.7692307692em;
    float: left;
    clear: both;
  }
  .allCollections {
    width: 270px;
  }
  .allCollections hgroup {
    margin-top: 1.5384615385em;
    padding: 0.7692307692em 0 0 0;
    width: 260px;
    border: 0;
  }
  .allCollections hgroup + p {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0.7692307692em;
    width: 265px;
  }
  .allCollections p.viewFull {
    margin-bottom: 0;
  }
  .allCollections hgroup:first-child {
    margin-top: 0.7692307692em;
  }
  .allCollections hgroup h2 {
    border-top: 1px dotted #79bd9a;
    border-bottom: 1px dotted #79bd9a;
    padding: 5px;
    width: 260px;
    margin-top: -9px;
  }
  .allCollections + .pagination {
    padding-top: 1.5384615385em;
  }
  .subPage.locationPage #mapCanvas {
    display: block;
    width: 268px;
    height: 268px;
  }
  .subPage.addPage #mapCanvas {
    width: 268px;
    height: 284px;
    margin: 0;
    display: block;
  }
  #socialMedia {
    display: none;
  }
  .location {
    width: 248px;
  }
  .locationPage hgroup {
    padding: 0;
    background: white;
    border: 0;
    margin-bottom: 0.7692307692em;
  }
  #address {
    width: 260px;
    margin: 10px 0 15px;
  }
  #addDetails {
    width: 260px !important;
    margin: 5px 0 0 0 !important;
    float: left !important;
    text-align: left !important;
    clear: none !important;
  }
  #addDetails p {
    text-align: left !important;
  }
  #createCollection {
    min-width: 200px !important;
  }
  #createCollection + #permalink {
    margin: 0.7692307692em 0 0 0;
  }
  .oneTime {
    display: none;
  }
  #detailInfo {
    width: 290px;
    margin: 10px -10px 0 -10px;
    min-height: 0;
  }
  .detail {
    width: 260px;
    margin: 0;
    padding: 15px;
  }
  .controls {
    float: left;
    clear: both;
    text-align: left;
  }
  .detailContainer {
    display: block;
  }
  .detailText {
    min-width: 0;
    width: 260px;
    margin-top: 5px;
    float: left;
    clear: both;
    display: block;
    padding: 0;
  }
  .detail figure {
    width: 260px !important;
    float: left;
    clear: both;
    display: block;
    text-align: center;
  }
  .detail figure img {
    max-width: 258px;
    border: 1px solid #3b8686;
    margin: auto;
  }
  .detail figure figcaption {
    margin-top: 0.4175em;
  }
  .detail figure a.fancybox, .detail figure .detailImage {
    display: none;
  }
  .detail figure .mobileDetailImage {
    display: block;
  }
  .editInput form input {
    width: 255px !important;
    max-width: none !important;
    float: left;
  }
  .editText form textarea {
    width: 248px !important;
    max-width: none !important;
  }
  .pagination {
    margin-top: 10px !important;
    padding-top: 2.2222222222em;
    font-size: 0.8333333333em !important;
    float: none;
    width: 100%;
  }
  .popular {
    display: none;
  }
  .collectionList {
    width: 260px;
    float: left;
    clear: both;
    margin: 0 -10px;
    border-top: 2px solid #79bd9a;
    padding: 15px;
    background: white;
  }
  .collectionList h5 {
    font-size: 1.8333333333em;
    line-height: 1.365em;
  }
  .collectionList li span {
    white-space: normal;
    display: block;
  }
  .disambiguation {
    margin-top: 1.1111111111em;
    margin-bottom: 0;
  }
  .profilePic {
    width: 270px;
  }
  #profileFull, #profileText, #profile {
    width: 270px;
    padding: 0;
    text-align: left;
  }
  #profile {
    display: none;
  }
  #profile + p {
    margin-top: 20px;
  }
  .noLocations {
    display: none;
  }
  #profileItems {
    margin: 0;
    width: 270px;
  }
  #profileInfo {
    margin-top: 0.7692307692em;
    width: 270px !important;
  }
  #profileInfo fieldset {
    width: 248px !important;
  }
  #profileInfo fieldset.radio {
    width: auto;
  }
  #profileFull {
    margin-top: 10px;
  }
  #editProfileInfo {
    width: 270px;
  }
  .profileUpdateItem {
    margin: 0;
    width: 270px;
  }
  #profileImageUpload {
    margin-left: 0;
  }
  #profileImageUpload fieldset {
    display: none;
  }
  #profileTextEdit {
    width: 270px;
  }
  #profileTextEdit .editInput form, #profileTextEdit .editText form {
    width: 270px !important;
  }
  #profileTextEdit .editInput form .charcounter, #profileTextEdit .editText form .charcounter {
    margin-right: 0;
  }
  #profileTextEdit .editInput input {
    width: 262px !important;
    max-width: none !important;
  }
  #profileTextEdit .editText textarea {
    width: 258px !important;
    max-width: none !important;
  }
  aside {
    width: 270px;
    clear: both;
    text-align: center;
  }
  aside .leaderboard, aside .collections, aside .addToCollection {
    display: none;
  }
  aside .collections {
    width: 260px;
    float: left;
    margin: 20px 0 10px !important;
  }
  aside .collections ol {
    width: 260px;
  }
  .userPage aside .collections {
    display: block;
  }
  .userPage aside .addToCollection {
    display: inline-block;
  }
  aside #allCities {
    max-width: 270px;
    margin: 20px 0 0 0;
    float: none;
  }
  aside .affiliateAd {
    margin-top: 1.5384615385em;
  }
  .subPage.locationPage aside {
    display: none;
  }
  #newDetails .imageUpload {
    display: none;
  }
  .allowedTags {
    display: none;
  }
  #mobileSearch {
    display: block;
  }
  .search {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .search #s {
    border: 1px solid #ccc;
    -webkit-appearance: none;
  }
  .search .btn {
    height: 26px;
  }
  footer {
    width: 290px;
    height: auto;
  }
  ul.mobileUtility {
    display: inline-block;
    width: 290px;
    text-align: center;
    margin: 0 0 10px 0;
  }
  ul.mobileUtility li {
    display: inline-block;
    list-style: none;
    font-size: 1em;
    line-height: 15px;
  }
  ul.mobileUtility li a {
    font-weight: normal;
    border-left: 1px solid #3b8686;
    margin-left: 5px;
    padding-left: 5px;
    color: #3b8686;
    text-decoration: underline;
    display: inline-block;
    height: 10px;
    line-height: 8px;
  }
  ul.mobileUtility li:first-child a {
    border: 0;
    padding-left: 0;
    margin-left: 0;
  }
  footer nav ul {
    display: none;
  }
  footer nav ul.mobile {
    display: inline-block;
    text-align: center;
    width: 290px;
    margin-top: 5px;
  }
  footer ul.copyright {
    text-align: center;
    width: 100%;
    margin-top: 5px;
  }
  footer ul li {
    float: none;
    display: inline;
    line-height: 18px;
  }
  form#manageCollection {
    margin: 0.4545454545em 0 0;
  }
  form#manageCollectionList {
    margin: 0;
    width: 270px !important;
  }
  form#manageCollectionList .dragToReorder {
    display: none;
  }
  form#manageCollectionList li {
    width: 262px;
  }
  form#manageCollectionList .locationItem {
    width: 232px;
  }
  .success {
    margin: 1.5384615385em 0 0;
    float: left;
    clear: both;
    width: 258px;
  }
  table.leaderboard .latestEntry {
    display: none;
  }
  /* form layout */
  fieldset.checkbox, fieldset.radio {
    width: 100%;
  }
  fieldset.checkbox input, fieldset.radio input {
    width: auto !important;
  }
  .subPage #content form {
    float: left;
    clear: both;
    width: 248px;
  }
  .subPage #content form input, .subPage #content form select, .subPage #content form textarea {
    clear: both;
    width: 230px;
    max-width: 230px;
  }
  .subPage #content form input.number {
    width: 35px;
  }
  input[type=file] {
    width: 220px !important;
  }
  label.error, span.error, p.error {
    color: #D4715D;
    line-height: 1.54;
    width: auto;
    margin: 2px 0 2px 0 !important;
  }
  .jqEasyCounterMsg {
    float: left;
    clear: both;
    margin: 0;
    width: 240px !important;
  }
  .charcounter {
    float: left;
    clear: both;
    margin: 5px 0;
    width: 240px !important;
  }
  .editText form .charcounter, .editInput form .charcounter {
    float: right;
    margin: 0 10px 0 0;
    width: auto !important;
  }
  .editInput form button {
    float: left;
  }
}

/*# sourceMappingURL=style.css.map */
