
#main_content {
  padding: 0;
}

#padded_main_content {
  padding: 10px;
}

.regular_card {
  margin-bottom: 10px;
  width: 100%;
  border: none;
  border-radius: 0px;
}

.quest_card {
  border: 1px solid #D3D3D3;
  border-radius: 10px;
}

.header-right {
  display: none;
}

#main_details_edit_form label {
  font-weight:  bold;
}

.medium_photo {
  height: 60px;
  width: 60px;
}

.placephoto {
  width: 60px;
  height: 60px;
  border-radius: 4px;
}

.smalllink, .small_text {
  font-size: 12px;
}

.place_card, .user_card {
  width: 100%;
  border-bottom: 1px solid #f8f8f8;
  overflow: hidden;
  padding: 12px;
}

.subtitle {
  font-size: 18px;
}

.large_title {
  font-size: 18px;
  font-weight: bold;
}

.medium_title, .medium_title_link {
  font-size: 16px;
  font-weight: bold;
}

.regular_text, .regular_link {
  font-size: 14px;
}

.sub_details {
  font-size: 12px;
}

h1 {
  font-size: 20px;
  font-weight: bold;
}

h2 {
  font-size: 16px;
  font-weight: bold;
}

.subtitle_section {
  width: 100%;
}

.stamp_image_medium {
  height: 60px;
  width: 60px;
}

.stamp_image_mediumplus {
  width: 100px;
  height: 100px;
}

.styled_form_box {
  margin: 8px;
}

.user_card_photo {
  width: 60px;
  height: 60px;
}

.green_button {
  width: 100%;
}


#header_hmb_menu {
  display: block;
  float: left;
  padding-top: 18px;
}

#header_rightactions {
  float: right;
  padding-top: 8px;
}

.med_green_button {
  font-size: 14px;
  font-weight: bold;
}

button:hover {
  opacity: 0.8;
}

.primary_button, .secondary_button, .green_button {
  font-size: 17px;
  font-weight: bold;
}

.blue_outline_button {
  border-color: #2196F3;
  color: dodgerblue
}

.small_button {
  font-size: 12px;
  padding: 8px 12px;
}

.progress {
  max-width: 220px;
}

.page_section, .page_section_top {
  background-color: white;
  width: 100%;
  padding: 12px;
  margin-top: 10px;
}

.page_section_content {
  margin-top: 15px;
  font-size: 14px;
}

.page_section_top {
  margin: 0;
}

.graybody {
  background-color: #f5f5f5;
}

#middle_content {
  margin: 0;
  padding: 0;
}

#main_content {
  padding-bottom: 100px;
}

.footer {
  background-color: #394551;
  color: white;
  min-height: 100px;
}

.footer a {
  color: white;
}

.card_divider {
  width: 90%;
  height: 1px;
  background-color: lightgray;
  margin-left: 5%;
  margin-bottom: 6px;
}

#footer_copyright {
  font-size: 12px;
}

.header {
  margin: 0;
}

.header a {
  float: none;
}

.header_content {
  text-align: center;
}

#regular_header_title {
  padding-top: 12px;
  padding-bottom: 12px;
}

#regular_page_title {
  display: none;
}

.mobile_subheader {
  display: block;
  background-color: lightblue;
  padding-top: 10px;
  padding-bottom: 10px;
}

#subheader_text {
  font-size: 12px;
  font-weight: bold;
}

.achievement_stamp_image {
  width: 88px;
  height: 88px;
}

.achievement_stamp_module {
  width: 83px;
  height: 83px;
}

#mobile_header_menu {
  padding: 20px;
  color: white;
  background-color: white;
  height: 100%;
}

#mobile_header_menu ul {
  line-height: 30px;
  text-align: center;
}

#mobile_header_menu ul a {
  font-size: 20px;
  text-decoration: none;
}

#mobile_header_menu_close_button {
  font-size: 20px;
  margin-top: -10px;
  margin-right: -10px;
  font-weight: bold;
}

.place_title {
  margin-left: 70px;
}

.place_button {
  width: 100px;
}

.place_actions_section {
  text-align: right;
  margin-top: 3px;
}

#named_header_title {
  display: inline;
  float: none;
  font-size: 20px;
  padding: 12px 0px;
}

#named_subtitle {
  font-size: 12px;
}

#challenges {
  padding: 8px;
}

.challenge_description {
  max-width: 260px;
}

.mobile_full_width_button {
  width: 100%;
}

.mobile_full_width_input {
  padding: 12px 20px;
  margin: 8px 0;
  width: 100%;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 6px;
}

#search_input_section {
  padding-left: 8px;
  padding-right: 8px;
}

#no_search_results_section {
  padding:  12px;
}

