@media print {
  .noprint {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding: 20px 16px;
  }
  .dropdown-menu > li > a {
    padding: 8px 16px;
  }
}
body {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
}
.btn-add,
.btn-add:hover {
  color: #ffffff;
  background-color: #006633;
}
.btn-edit,
.btn-edit:hover {
  color: #ffffff;
  background-color: #306080;
}
.btn-del,
.btn-del:hover {
  color: #ffffff;
  background-color: #932811;
}
.full-width {
  width: 100%;
}
.selected {
  background: #d4eeff;
  border-radius: 4px;
}
.dropopt {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  padding: 8px 16px;
}
.dropopt:hover,
.dropopt:focus {
  color: #ffffff;
  background-color: #3858a4;
}
.btn-cfs-basic {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.badge-cfs-new {
  color: #fff;
  background-color: #d22 !important;
}
#dlgLogon {
  z-index: 2000;
}
.modal-dialog {
  color: #333;
}
.box {
  margin: 10px 5px;
}
.well {
  box-shadow: #ccc 1px 2px 5px;
  border-radius: 3px;
  color: #333;
  background-color: #fff;
  border: 1px solid #aaa;
}
.panel {
  margin-bottom: 5px;
  margin-top: 5px;
}
.sitemapitem {
  display: inline-block;
  padding: 10px;
  vertical-align: top;
}
.sitemapitem a {
  text-decoration: none;
}
.cfsform .legend {
  font-size: 2em;
}
.cfsbold,
.cfsbold * {
  font-weight: bold !important;
}
.cfsnormal,
.cfsnormal * {
  font-weight: normal !important;
}
.cfsitalic {
  font-style: italic !important;
}
.cfsunderlined {
  text-decoration: underline !important;
}
.clickable {
  cursor: pointer;
}
hr.simple {
  border-top: 1px solid #aaa;
  margin-top: 5px;
  margin-bottom: 5px;
}
.label-cfs {
  font-size: 100%;
}
.white-text {
  color: #fff;
}
.popover .arrow {
  display: none;
}
.titledsection {
  border: none;
  border-radius: 0px;
}
.titledsection .panel-heading {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.titledsection .panel-body {
  border: 1px solid transparent;
  border-top: none;
}
.cfsform .help-block {
  margin-bottom: 0px;
}
label.sectiontitle {
  font-size: 1.2em;
}
.extend-left {
  margin-left: -20px;
}
.extend-right {
  margin-right: -20px;
}
.simple-shadow {
  box-shadow: 7px 6px 15px 0px rgba(50, 50, 50, 0.5);
}
/* Flaired edges, by Tomas Theunissen */
hr.standard {
  border-top: 1px solid #aaa;
  margin-top: 20px;
  margin-bottom: 20px;
}
hr.blank {
  border-top: 1px solid transparent;
  margin-top: 20px;
  margin-bottom: 20px;
}
hr.fading {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
hr.opencurves {
  height: 30px;
  border-style: solid;
  border-color: #888;
  border-width: 1px 0 0 0;
  border-radius: 20px;
  margin-bottom: 0px;
}
hr.opencurves:before {
  /* Not really supposed to work, but does */
  display: block;
  content: "";
  height: 30px;
  margin-top: -31px;
  border-style: solid;
  border-color: #888;
  border-width: 0 0 1px 0;
  border-radius: 20px;
}
hr.glyph1 {
  padding: 0;
  border: none;
  border-top: medium double #333;
  color: #333;
  text-align: center;
}
hr.glyph1:after {
  content: "§";
  display: inline-block;
  position: relative;
  top: -0.7em;
  font-size: 1.5em;
  padding: 0 0.25em;
}
hr.blur {
  height: 12px;
  border: 0;
  box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}
.map-small {
  height: 200px;
}
.map-medium {
  height: 400px;
}
.map-large {
  height: 600px;
}
.vsep {
  display: none;
}
.addressitem.inline br {
  display: none;
}
.addressitem.inline .vsep {
  display: inline;
}
.section-listing {
  font-size: 1.2em;
}
.storeline {
  padding: 10px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  min-height: 20px;
  background: #f8f8f8;
  margin: 5px 0px;
}
.lineswitch {
  margin: 0px;
  padding-right: 10px;
}
.topcat {
  padding-top: 4px;
  padding-left: 5px;
  display: inline-block;
  font-size: 1.2em;
}
.topcat .sel {
  display: none;
}
.topcat .unsel {
  display: inline;
}
.topcat.cat-sel {
  cursor: default;
}
.topcat.cat-sel .sel {
  display: inline;
}
.topcat.cat-sel .unsel {
  display: none;
}
.prodprev-sel {
  box-shadow: 0px 0px 15px 3px #D0A040;
}
.lowercat {
  padding-left: 5px;
  display: inline-block;
  color: #888;
}
.lowercat.cat-sel {
  color: #000;
  cursor: default;
}
.cstore-arrow,
.page-arrow {
  top: 50%;
  font-size: 2em;
  position: absolute;
}
.cstore-arrow.disabled,
.page-arrow.disabled {
  display: none;
}
.page-arrow.prev {
  left: 0%;
}
.month-blank {
  margin: 0px;
  padding: 5px 0px;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  color: #ccc;
}
.month-active {
  margin: 0px;
  padding: 5px 0px;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
}
.month-selected {
  margin: 0px;
  padding: 5px 0px;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  background: #ddf;
  font-weight: bold;
}
.dlgfullwidth {
  width: 98%;
}
.ot-header-sel {
  border: 1px solid #888;
  background: #cce;
}
.obitlist-title {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}
.obittitle {
  font-size: 27px;
  font-style: italic;
  font-weight: 600;
  margin: 0px;
}
#obcore {
  border: 1px solid #ABA68E;
  margin-top: 10px;
}
#obcore .box,
#obcore .box a {
  color: #000;
}
#obitsbar {
  margin-top: 5px;
}
.servicetitle {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
}
.servicedate {
  font-weight: 500;
}
.locationlink {
  font-weight: 500;
  text-decoration: underline;
}
.pending {
  background-color: #ffeeee;
}
.ogpitem {
  margin-top: 5px;
  margin-bottom: 5px;
}
.ogpitem img {
  box-shadow: 7px 6px 15px 0px rgba(50, 50, 50, 0.5);
}
.stockimage {
  box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.2);
  margin-left: 5px;
  margin-right: 5px;
}
.sidr-class-menu-icon {
  display: none !important;
}
.sidr-class-menu-br {
  display: none !important;
}
.thumbnail,
.img-thumbnail {
  box-shadow: 1px 1px 1px 1px rgba(50, 50, 50, 0.1) !important;
  border-radius: 2px;
  border: 1px solid #E0D9D9;
  padding: 2px;
}
.feature-bullet {
  font-size: 20px;
  padding-top: 10px;
}
.obitpgimg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -ms-behavior: url(/tools/iebsz/backgroundsize.min.htc);
}
.obphlst {
  border-radius: 2px;
  border: 1px solid #E0D9D9 !important;
  padding: 2px;
  box-shadow: 1px 1px 1px 1px rgba(50, 50, 50, 0.1) !important;
  background: #fff;
}
#obphhlr {
  border-radius: 2px;
  border: 1px solid #E0D9D9;
  padding: 4px;
  box-shadow: 1px 1px 1px 1px rgba(50, 50, 50, 0.1) !important;
  background: #fff;
}
.obittitle-lead {
  display: inline-block;
  background: #fff;
  min-width: 300px;
  font-family: open sans, sans-serif;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-left: 0px !important;
}
.obittitle-v2 {
  font-weight: 600  !important;
  margin: 0px;
  font-family: libre baskerville, serif !important;
  font-style: italic !important;
  font-size: 28px !important;
}
h1.obittitle-v2 {
  font-weight: 600  !important;
  margin: 0px;
  font-family: libre baskerville, serif !important;
  font-style: italic !important;
  font-size: 28px !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
.obit-hdr-v2 {
  border: 1px solid #ABA68E;
}
.obittitle-dates {
  font-size: 17px;
}
.obit-sharing {
  font-size: 24px;
  font-family: open sans, sans-serif;
}
.obit-sharing .title {
  font-size: 14px;
  font-weight: bold;
  color: #4A7184;
  text-transform: uppercase;
}
a.obit-sb-link {
  text-decoration: none;
}
.btn-snfl {
  font-size: 110%;
}
.obit-sb-button {
  padding: 6px;
  margin-bottom: 10px;
  text-decoration: none;
  font-family: open sans, sans-serif;
}
.obit-sb-button.obit-service {
  border: 2px solid #932811;
  background-color: #F9F9F7;
  color: #932811;
}
.obit-sb-button.guestbook {
  border: 2px solid #71538E;
  background-color: #F9F9F7;
  color: #71538E;
}
.obit-sb-button.flowers-gifts {
  border: 2px solid #3D8FB7;
  background-color: #F9F9F7;
  color: #3D8FB7;
}
.obit-sb-button.photos-videos {
  border: 2px solid #4B7D4B;
  background-color: #F9F9F7;
  color: #4B7D4B;
}
.obit-sb-button.memorybookbtn {
  border: 2px solid #927E46;
  background-color: #F9F9F7;
  color: #927E46;
}
.obit-sb-button.donations {
  border: 2px solid #B76814;
  background-color: #F9F9F7;
  color: #B76814;
}
.obit-sb-button.home-sb-btn {
  border: 2px solid #000000;
  background-color: #F9F9F7;
  color: #000000;
}
.obit-sb-button:hover {
  background-color: #fff !important;
  box-shadow: 0px 0px 5px #888;
  border: 4px solid !important;
  margin-bottom: 6px;
}
.gpshare {
  display: none;
}
.ob-tab-pane {
  padding: 10px;
}
.ob-tabs {
  font-size: 100%;
  font-family: helvetica neue, open sans, sans-serif;
}
.ob-tabs li a {
  padding: 8px 10px;
}
.ob-tabs li a.obit-service {
  border: 1px solid #932811;
  border-bottom: transparent;
  color: #932811;
  background-color: #fff;
}
.ob-tabs li a.guestbook {
  border: 1px solid #71538E;
  border-bottom: transparent;
  color: #71538E;
  background-color: #fff;
}
.ob-tabs li a.flowers-gifts {
  border: 1px solid #3D8FB7;
  border-bottom: transparent;
  color: #3D8FB7;
  background-color: #fff;
}
.ob-tabs li a.photos-videos {
  border: 1px solid #4B7D4B;
  border-bottom: transparent;
  color: #4B7D4B;
  background-color: #fff;
}
.ob-tabs li a.memorybookbtn {
  border: 1px solid #927E46;
  border-bottom: transparent;
  color: #927E46;
  background-color: #fff;
}
.ob-tabs li a.donations {
  border: 1px solid #B76814;
  border-bottom: transparent;
  color: #B76814;
  background-color: #fff;
}
.ob-tabs li.active a.obit-service,
.ob-tabs li a.obit-service:hover {
  color: #fff;
  border: 1px solid #932811;
  background-color: #932811;
}
.ob-tabs li.active a.guestbook,
.ob-tabs li a.guestbook:hover {
  color: #fff;
  border: 1px solid #71538E;
  background-color: #71538E;
}
.ob-tabs li.active a.flowers-gifts,
.ob-tabs li a.flowers-gifts:hover {
  color: #fff;
  border: 1px solid #3D8FB7;
  background-color: #3D8FB7;
}
.ob-tabs li.active a.photos-videos,
.ob-tabs li a.photos-videos:hover {
  color: #fff;
  border: 1px solid #4B7D4B;
  background-color: #4B7D4B;
}
.ob-tabs li.active a.memorybookbtn,
.ob-tabs li a.memorybookbtn:hover {
  color: #fff;
  border: 1px solid #927E46;
  background-color: #927E46;
}
.ob-tabs li.active a.donations,
.ob-tabs li a.donations:hover {
  color: #fff;
  border: 1px solid #B76814;
  background-color: #B76814;
}
.ob-tabs li {
  margin-right: 5px;
}
a.ob-service-info {
  font-size: 120%;
  color: #932811 !important;
  text-decoration: none;
}
@media (min-width: 768px) {
  #sb-fx-zone.affix {
    top: 120px;
    width: 248px;
  }
}
@media (min-width: 992px) {
  #sb-fx-zone.affix {
    top: 120px;
    width: 300px;
  }
}
.fcfgoal {
  font-size: 16px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-transform: uppercase;
  padding: 10px 0px;
  text-align: center;
}
.fcfraised {
  font-size: 28px;
  text-align: center;
  padding: 10px 0px;
}
.fcffooter {
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-align: center;
  padding: 10px 0px;
  margin-top: 10px;
}
.btn-donate {
  color: #fff;
  background-color: #c30;
  border-color: #a94442;
}
.btn-donate:hover,
.btn-donate:focus {
  color: #fff;
  background-color: #b30;
}
.donate-title {
  font-size: 24px;
}
.donate-amt {
  background-color: #f0f8e0;
  font-size: 70px;
  text-align: right;
  border-style: none;
  display: inline;
}
.donate-amt:focus {
  border-style: none;
  outline: none;
}
.donate-bar {
  color: #050;
  background-color: #f0f8e0;
  font-size: 70px;
  text-align: right;
  max-width: 400px;
  margin: auto;
  padding: 0px 10px;
  border: 1px solid #050;
  border-radius: 10px;
}
.donate-form {
  color: #555;
  font-size: 15px;
}
.donate-form label {
  font-weight: normal;
}
.donate-form .form-group {
  margin-bottom: 2px;
}
.verticalobits .row {
  padding: 10px;
}
.horizobits {
  padding: 5px;
}
.horizobits .lead {
  margin-bottom: 0px;
}
.candle {
  color: #d08c42;
}
img.vtobitimage {
  max-height: 120px;
}
img.hzobitimage {
  max-height: 120px;
}
.obitnavdisabled {
  color: #ccc;
}
.hzobitprev {
  width: 30px;
  position: absolute;
  left: -15px;
  font-size: 32px;
  top: 40%;
  z-index: 10;
}
.hzobitnext {
  width: 30px;
  position: absolute;
  right: -15px;
  font-size: 32px;
  top: 40%;
  z-index: 10;
}
.hzobittile {
  margin-top: 3px;
  vertical-align: top;
  overflow: hidden;
}
.hzobitarea {
  margin-left: 5px;
  margin-right: 5px;
}
.stockitem {
  max-width: 100px;
  display: inline-table;
  padding: 10px;
  position: relative;
}
.stockitem .editoverlay {
  position: absolute;
  right: 0px;
}
.viewcat {
  font-weight: bold;
}
#obitlist .row {
  border: 1px solid #ddd;
  padding: 20px 0px 4px;
  border-radius: 3px;
  margin: 5px 0px;
}
@media (max-width: 767px) {
  .nav > li {
    z-index: 3;
  }
  .obitname,
  .obitdate {
    font-size: 14px;
  }
}
.navbar-std .dropdown-menu:after {
  bottom: 100%;
  left: 20%;
  border: solid #fff;
  content: " ";
  height: 0px;
  width: 0px;
  position: absolute;
  pointer-events: none;
  border-color: #fff;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #ccccee;
  border-width: 12px;
  margin-left: 0;
}
.navbar {
  border-radius: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.navbar .dropdown-menu > li {
  z-index: 99999;
}
.navbar .navbar-nav > li > a {
  margin-right: 0px;
  font-size: 15px;
  font-weight: normal;
}
.navbar .dropdown-menu > li > a {
  margin-right: 0px;
  font-size: 15px;
  font-weight: normal;
}
.navbar .dropdown-menu > li {
  border-bottom: 1px solid #eee;
  background-color: #fff;
}
.navbar-collapse {
  padding: 0px;
}
.navbarlocked {
  z-index: 10;
}
@media (min-width: 768px) {
  .navbar {
    min-height: 30px;
  }
  .navbar .navbar-nav.centered {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .navbar .navbar-collapse.centered {
    text-align: center;
  }
  .navbar .navbar-nav.rightalign {
    float: right;
    vertical-align: top;
  }
  .navbar .navbar-collapse.rightalign {
    float: right;
    text-align: right;
  }
}
.transparent-menu .navbar {
  border: none !important;
  background: transparent !important;
}
.transparent-menu .navbox {
  background: transparent !important;
}
ul.nav-stacked {
  padding: 4px;
  padding-left: 8px;
}
.sbpadleft {
  padding-left: 25px;
}
.sbpadright {
  padding-right: 25px;
}
.divtable {
  display: table !important;
  width: 100%;
}
.divrow {
  display: table-cell;
  vertical-align: top;
}
.bs-callout {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #eee;
  background-color: #fcf8f2;
  border-color: #f0ad4e;
}
.pad-left {
  margin-left: 10px;
}
.pad-right {
  margin-right: 10px;
}
.pad-top {
  margin-top: 10px;
}
.pad-bottom {
  margin-bottom: 10px;
}
.pad-light {
  padding: 5px;
}
.no-pad {
  padding: 0px !important;
  margin: 0px !important;
}
.pad-both {
  padding-left: 10px;
  padding-right: 10px;
}
.img-responsive {
  margin: auto;
}
#site {
  margin-top: 0px;
}
.menu-zone {
  position: relative;
  z-index: 3;
}
.menu-ip {
  position: relative;
  z-index: 30;
}
#mainnav {
  position: relative;
  z-index: 2;
}
.editing #navstrip.column {
  min-height: 50px;
}
.row {
  padding: 5px;
}
.stockrow {
  margin: 0px;
  padding: 0px;
}
.inplace .headergraphic {
  width: 100%;
}
.overlay {
  position: absolute !important;
  width: 100%;
  z-index: 10;
  margin-left: -15px;
  margin-right: -15px;
  left: 15px;
}
.overlay-override {
  position: inherit !important;
}
.zone {
  padding-left: 0px;
  padding-right: 0px;
}
.container-strip {
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.container-strip p {
  margin: 5px;
}
.container-shadow {
  box-shadow: 1px 4px 46px #202020;
  margin: auto;
}
.container {
  margin-top: 20px;
  margin-bottom: 40px;
}
.container .container-strip {
  margin-left: -5px;
  margin-right: -5px;
}
.container-header {
  padding: 0px;
  margin-bottom: 0px;
  position: relative;
}
.container-header .row {
  padding: 0px;
}
#bodyarea {
  position: relative;
}
.container-body {
  margin-bottom: 0px;
  margin-top: 0px;
}
.transparent {
  background-color: transparent !important;
}
.container-footer {
  padding: 0px;
  margin-top: 0px;
}
.column {
  z-index: 1;
}
.border {
  border: 1px solid #cccccc;
}
.noborder {
  border: none;
}
:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 5px;
}
.trimstore {
  display: none;
}
#sitestore a.viewcat {
  color: #000;
}
.cart-summary {
  cursor: pointer;
  margin-bottom: 10px;
  padding: 10px;
}
.cart-header {
  margin-bottom: 5px;
  padding: 5px;
}
.cart-label {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.cart-control {
  display: inline;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#cartretback {
  display: none;
}
#cartsummary #cartretback {
  display: inline;
}
#cartsummary #retproducts {
  display: none;
}
.servicetarget {
  display: block;
  padding: 4px;
  margin: 0px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.servicetarget p {
  margin-top: 8px;
}
.selstate {
  display: none !important;
}
.addressblock {
  display: none !important;
}
.cfsck .selstate {
  display: inline !important;
}
.cfsck .unselstate {
  display: none !important;
}
.cfsck .addressblock {
  display: block !important;
}
.cartheader {
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  margin-bottom: 5px;
  padding: 5px;
}
.carousel-fade .item {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.carousel-fade .active.left {
  left: 0;
  opacity: 0;
  z-index: 2;
}
.carousel-fade .next {
  left: 0;
  opacity: 1;
  z-index: 1;
}
.carousel-indicators li {
  background-color: #ccc \9;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #444;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 14px;
  height: 14px;
  margin: 0;
  background-color: #fff;
}
.advance-left {
  position: absolute;
  left: -8px;
  top: 45%;
  z-index: 1000;
}
.advance-right {
  position: absolute;
  right: -8px;
  top: 45%;
  z-index: 1000;
}
.embed-responsive-vert {
  position: relative;
  display: block;
  width: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive-vert .embed-responsive-item,
.embed-responsive-vert iframe,
.embed-responsive-vert embed,
.embed-responsive-vert object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-1400by432 {
  padding-bottom: 30.85%;
}
.embed-responsive-vert.embed-responsive-1by2 {
  padding-bottom: 100%;
  padding-left: 50%;
  margin: auto;
}
.embed-responsive-vert.embed-responsive-obitP {
  padding-bottom: 100%;
  padding-left: 77.51%;
  margin: auto;
}
.embed-responsive-vert.embed-responsive-obitPOP {
  padding-bottom: 129%;
  padding-left: 100%;
  margin: auto;
}
.embed-responsive.embed-responsive-obitL {
  padding-bottom: 77.22%;
}
.site-credit {
  margin: auto;
  font-size: 11px;
  text-align: center;
  margin-top: 8px;
}
.site-credit .credit-text {
  background: #a0a0a0;
  padding: 2px 5px;
  display: inline;
  border-radius: 3px;
}
